@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
7 lines • 328 B
TypeScript
/**
* Resize the browser window
* @param {String} screenWidth The width of the window to resize to
* @param {String} screenHeight The height of the window to resize to
*/
export declare function setWindowSize(screenWidth: string, screenHeight: string): Promise<void>;
//# sourceMappingURL=setWindowSize.d.ts.map