UNPKG

@testplane/webdriverio

Version:

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

6 lines (5 loc) 236 B
/** * original source: https://github.com/Georgegriff/query-selector-shadow-dom * Copyright by https://github.com/Georgegriff */ export default function querySelectorAllDeep(findMany: boolean, s: string, r: Element | Document): any;