@luminati-io/webdriverio8
Version:
Next-gen browser and mobile automation test framework for Node.js
6 lines • 390 B
TypeScript
export declare const waitToLoadReact: () => void;
export declare const react$: (selector: string, props: any[], state: Record<string, any>, reactElement: HTMLElement) => HTMLElement | {
message: string;
} | null;
export declare const react$$: (selector: string, props: any[], state: Record<string, string>, reactElement: HTMLElement) => HTMLElement[];
//# sourceMappingURL=resq.d.ts.map