webdriverio
Version:
Next-gen browser and mobile automation test framework for Node.js
7 lines • 375 B
TypeScript
/**
* Check `isConnected` for many elements in a single round trip instead of one
* `execute()` call per element. Kept as a separate self-contained function because
* `browser.execute()` serializes only the passed function's own source text.
*/
export default function elementsConnected(elements: HTMLElement[]): boolean[];
//# sourceMappingURL=elementsConnected.d.ts.map