@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
7 lines • 364 B
TypeScript
/**
* Check if a new window or tab is opened
* @param {String} obsolete The type of opened object (window or tab)
* @param {String} falseCase Whether to check if a new window/tab was opened or not
*/
export declare function checkNewWindow(_obsolete: "window" | "tab", falseCase: string): Promise<void>;
//# sourceMappingURL=checkNewWindow.d.ts.map