docs(input.md): add Locator API references (#13562)

Resolves #13561
This commit is contained in:
azad-derakhshani-GS 2022-04-14 22:24:06 +02:00 committed by GitHub
parent c86c2e8762
commit 562fd989df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,9 +181,9 @@ await page.CheckAsync("text=XL");
- [`method: Page.check`]
- [`method: Page.isChecked`]
- [`method: Page.uncheck`]
- [`method: ElementHandle.check`]
- [`method: ElementHandle.isChecked`]
- [`method: ElementHandle.uncheck`]
- [`method: Locator.check`]
- [`method: Locator.isChecked`]
- [`method: Locator.uncheck`]
<br/>