mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 07:35:33 +03:00
docs(class-locator.md): fix incorrect version of locator-and (#23216)
This commit is contained in:
parent
4f3d4c41af
commit
f301ddfc7e
@ -106,7 +106,7 @@ var texts = await page.GetByRole(AriaRole.Link).AllTextContentsAsync();
|
|||||||
|
|
||||||
|
|
||||||
## method: Locator.and
|
## method: Locator.and
|
||||||
* since: v1.33
|
* since: v1.34
|
||||||
* langs:
|
* langs:
|
||||||
- alias-python: and_
|
- alias-python: and_
|
||||||
- returns: <[Locator]>
|
- returns: <[Locator]>
|
||||||
@ -138,7 +138,7 @@ var button = page.GetByRole(AriaRole.Button).And(page.GetByTitle("Subscribe"));
|
|||||||
```
|
```
|
||||||
|
|
||||||
### param: Locator.and.locator
|
### param: Locator.and.locator
|
||||||
* since: v1.33
|
* since: v1.34
|
||||||
- `locator` <[Locator]>
|
- `locator` <[Locator]>
|
||||||
|
|
||||||
Additional locator to match.
|
Additional locator to match.
|
||||||
|
Loading…
Reference in New Issue
Block a user