Skip to content

Commit

Permalink
DOC(new playwright api): add .focus()
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBodnar committed Jun 4, 2023
1 parent 236f738 commit 9f17f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/helpers/Playwright.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ Calls [blur][9] on the element.

#### Parameters

- `locator`
- `locator` **([string][8] | [object][5])** field located by label|name|CSS|XPath|strict locator.
- `options` **any?** [Additional options][9] for available options object as 2nd argument.Examples:```js
I.blur('.text-area')
``````js
Expand Down

0 comments on commit 9f17f88

Please sign in to comment.