@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
8 lines • 422 B
TypeScript
/**
* Check if the given element is visible inside the current viewport
* @param {String} selector Element selector
* @param {String} falseCase Whether to check if the element is visible
* within the current viewport or not
*/
export declare function checkWithinViewport(selector: string, falseCase: string): Promise<void>;
//# sourceMappingURL=checkWithinViewport.d.ts.map