UNPKG

webdriverio

Version:

Next-gen browser and mobile automation test framework for Node.js

10 lines • 495 B
/** * get HTML of selector element * * @param {string} element element to get HTML from * @param {Boolean} includeSelectorTag if true, selector tag gets included (uses outerHTML) * @param {string[]} excludeElements selectors to omit from the returned HTML * @return {String} html source */ export default function getHTML(element: HTMLElement, includeSelectorTag: boolean, excludeElements?: string[]): string; //# sourceMappingURL=getHTML.d.ts.map