UNPKG

webdriverio

Version:

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

10 lines 274 B
type SelectorStrategy = string | { name: string; args: string; }; export declare const findStrategy: (selector: SelectorStrategy, isW3C?: boolean, isMobile?: boolean) => { using: string; value: string; }; export {}; //# sourceMappingURL=findStrategy.d.ts.map