@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
8 lines • 379 B
TypeScript
/**
* Perform an click action on the given element
* @param action The action to perform (click or doubleClick)
* @param type Type of the element (link or selector)
* @param selector Element selector
*/
export declare function clickElement(action: "click" | "doubleClick", type: string, selector: string): Promise<void>;
//# sourceMappingURL=clickElement.d.ts.map