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
Callback function that will be called in the Playwright's context.
3690
+
handle : Optional[bool]
3691
+
Whether to pass the argument as a handle, instead of passing by value. When passing a handle, only one argument is supported. When passing by value, multiple arguments are supported.
Callback function that will be called in the Playwright's context.
5314
+
handle : Optional[bool]
5315
+
Whether to pass the argument as a handle, instead of passing by value. When passing a handle, only one argument is supported. When passing by value, multiple arguments are supported.
Callback function that will be called in the Playwright's context.
3836
+
handle : Optional[bool]
3837
+
Whether to pass the argument as a handle, instead of passing by value. When passing a handle, only one argument is supported. When passing by value, multiple arguments are supported.
Callback function that will be called in the Playwright's context.
5530
+
handle : Optional[bool]
5531
+
Whether to pass the argument as a handle, instead of passing by value. When passing a handle, only one argument is supported. When passing by value, multiple arguments are supported.
0 commit comments