We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f955014 commit dddfbacCopy full SHA for dddfbac
1 file changed
packages/webdriverio/src/utils/actions/wheel.ts
@@ -24,7 +24,7 @@ export interface ScrollParams {
24
*/
25
origin?: WebdriverIO.Element | ChainablePromiseElement
26
/**
27
- * duration ratio be the ratio of time delta and duration
+ * duration of the scroll action in milliseconds
28
29
duration: number
30
}
0 commit comments