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
@@ -282,10 +282,10 @@ defmodule Playwright.Locator do
282
282
| `:timeout` | option | `number()` | Maximum time in milliseconds. Pass `0` to disable timeout. The default value can be changed via `Playwright.BrowserContext.set_default_timeout/2` or `Playwright.Page.set_default_timeout/2`. `(default: 30 seconds)` |
283
283
| `:trial` | option | `boolean()` | When set, this call only performs the actionability checks and skips the action. Useful to wait until the element is ready for the action without performing it. `(default: false)` |
| `:timeout` | option | `number()` | Maximum time in milliseconds. Pass `0` to disable timeout. The default value can be changed by using the `Playwright.BrowserContext.set_default_timeout/2` or `Playwright.Page.set_default_timeout/2` functions. `(default: 30 seconds)` |
@@ -529,7 +529,7 @@ defmodule Playwright.Locator do
529
529
## Returns
530
530
531
531
- `Playwright.ElementHandle.t()`
532
-
- `{:error, Playwright.SDK.Channel.Error.t()}`
532
+
- `{:error, Playwright.API.Error.t()}`
533
533
534
534
## Arguments
535
535
@@ -539,7 +539,7 @@ defmodule Playwright.Locator do
539
539
| `arg` | param | `any()` | Argument to pass to `expression` `(optional)` |
540
540
| `:timeout` | option | `number()` | Maximum time in milliseconds. Pass `0` to disable timeout. The default value can be changed by using the `Playwright.BrowserContext.set_default_timeout/2` or `Playwright.Page.set_default_timeout/2` functions. `(default: 30 seconds)` |
0 commit comments