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();
|
await page.GetByText("orange").ClickAsync();
|
||||||
```
|
```
|
||||||
|
|
||||||
```html card
|
|
||||||
<ul>
|
|
||||||
<li>apple</li>
|
|
||||||
<li>banana</li>
|
|
||||||
<li>orange</li>
|
|
||||||
</ul>
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Filter by text
|
#### Filter by text
|
||||||
Use the [`method: Locator.filter`] to locate a specific item in a list.
|
Use the [`method: Locator.filter`] to locate a specific item in a list.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue