UNPKG

@nice-digital/wdio-cucumber-steps

Version:

Shared step definitions for Cucumber JS BDD tests in WebdriverIO

8 lines 372 B
/** * Move to the given element with an optional offset on a X and Y position * @param {String} selector Element selector * @param {String} x X coordinate to move to * @param {String} y Y coordinate to move to */ export declare function moveTo(selector: string, x: string, y: string): Promise<void>; //# sourceMappingURL=moveTo.d.ts.map