docs: remove unnecessary html card (#31444)

This commit is contained in:
Max Schmitt 2024-06-26 14:34:05 +02:00 committed by GitHub
parent da441347e2
commit dad305478a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.