docs(debug): remove incorrect console APIs (#24602)

This got accidentally added in
54f7141877.

Fixes https://github.com/microsoft/playwright/issues/24562
This commit is contained in:
Max Schmitt 2023-08-04 17:35:59 +02:00 committed by GitHub
parent ec6d692e2e
commit 1afa9d44fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -369,22 +369,6 @@ Locator ()
- elements: [button]
```
#### playwright.highlight(selector)
Highlight the first occurrence of the locator:
```bash
playwright.highlight('.auth-form');
```
#### playwright.clear()
```bash
playwright.clear()
```
Clear existing highlights.
#### playwright.selector(element)
Generates selector for the given element. For example, select an element in the Elements panel and pass `$0`: