Skip to content

Commit dddfbac

Browse files
fix(webdriverio): improve wheel comment - fixes #14894
1 parent f955014 commit dddfbac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/webdriverio/src/utils/actions

packages/webdriverio/src/utils/actions/wheel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface ScrollParams {
2424
*/
2525
origin?: WebdriverIO.Element | ChainablePromiseElement
2626
/**
27-
* duration ratio be the ratio of time delta and duration
27+
* duration of the scroll action in milliseconds
2828
*/
2929
duration: number
3030
}

0 commit comments

Comments
 (0)