mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: remove unnecessary html card (#31444)
This commit is contained in:
parent
da441347e2
commit
dad305478a
@ -1444,14 +1444,6 @@ page.getByText("orange").click();
|
||||
await page.GetByText("orange").ClickAsync();
|
||||
```
|
||||
|
||||
```html card
|
||||
<ul>
|
||||
<li>apple</li>
|
||||
<li>banana</li>
|
||||
<li>orange</li>
|
||||
</ul>
|
||||
```
|
||||
|
||||
#### Filter by text
|
||||
Use the [`method: Locator.filter`] to locate a specific item in a list.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user