You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: API.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,24 @@
12
12
|----|----|-----|
13
13
|`goto`|`string`|Url|
14
14
|`wait`|`string`, `integer` or `func`|waiting time in millisecond `or` waiting for a selector `or` waiting until the function you supplied is evaluated as true|
15
+
|`evaluate`|`func`|Evaluates a expression in the browser context|
15
16
|`capture`|`string`|`undefiend`, `document` or selector name|
0 commit comments