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