webdriverio
Version:
Next-gen browser and mobile automation test framework for Node.js
9 lines • 385 B
TypeScript
/**
* get HTML of selector element
*
* @param {string} element element to get HTML from
* @param {Boolean} includeSelectorTag if true, selector tag gets included (uses outerHTML)
* @return {String} html source
*/
export default function getHTML(element: HTMLElement, includeSelectorTag: boolean): string;
//# sourceMappingURL=getHTML.d.ts.map