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:
parent
ec6d692e2e
commit
1afa9d44fb
|
|
@ -369,22 +369,6 @@ Locator ()
|
||||||
- elements: [button]
|
- 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)
|
#### playwright.selector(element)
|
||||||
|
|
||||||
Generates selector for the given element. For example, select an element in the Elements panel and pass `$0`:
|
Generates selector for the given element. For example, select an element in the Elements panel and pass `$0`:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue