UNPKG

webdriverio

Version:

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

6 lines 318 B
/** * This function will be stringified and executed in the browser context. * It searches for an <iframe> element within any nested Shadow DOM that contains the given URL fragment. */ export default function findIframeInShadowDOM(fragment: string): HTMLIFrameElement | null; //# sourceMappingURL=shadowDom.d.ts.map