@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
7 lines • 362 B
TypeScript
/**
* Drag a element to a given destination
* @param {String} sourceSelector The selector for the source element
* @param {String} destinationSelector The selector for the destination element
*/
export declare function dragElement(sourceSelector: string, destinationSelector: string): Promise<void>;
//# sourceMappingURL=dragElement.d.ts.map