mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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]
|
||||
```
|
||||
|
||||
#### 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`:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user