@wdio/sync
Advanced tools
Comparing version 5.18.6 to 5.18.7
{ | ||
"name": "@wdio/sync", | ||
"version": "5.18.6", | ||
"version": "5.18.7", | ||
"description": "A WebdriverIO plugin. Helper module to run WebdriverIO commands synchronously", | ||
@@ -46,3 +46,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "fa344d53871401ad3a6513ffa16ed4f9d2218f59" | ||
"gitHead": "7bb864ddc391fec9f5ccf3c1bcab1ff18979c0ee" | ||
} |
@@ -187,2 +187,8 @@ // -------------------- ATTENTION -------------------- | ||
type ClickOptions = { | ||
button?: number | string, | ||
x?: number, | ||
y?: number | ||
} | ||
interface Element { | ||
@@ -265,3 +271,3 @@ selector: string; | ||
click( | ||
options?: object | ||
options?: ClickOptions | ||
): void; | ||
@@ -268,0 +274,0 @@ |
40377
1066