UNPKG

@testplane/webdriverio

Version:

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

9 lines (8 loc) 348 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) * @return {String} html source */ export default function getHTML(element: HTMLElement, includeSelectorTag: boolean): string;