diff --git a/docs/helpers/Playwright.md b/docs/helpers/Playwright.md index 56b8b1ae4..c9b1099a0 100644 --- a/docs/helpers/Playwright.md +++ b/docs/helpers/Playwright.md @@ -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