mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +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
|
||||
* since: v1.33
|
||||
* since: v1.34
|
||||
* langs:
|
||||
- alias-python: and_
|
||||
- returns: <[Locator]>
|
||||
@ -138,7 +138,7 @@ var button = page.GetByRole(AriaRole.Button).And(page.GetByTitle("Subscribe"));
|
||||
```
|
||||
|
||||
### param: Locator.and.locator
|
||||
* since: v1.33
|
||||
* since: v1.34
|
||||
- `locator` <[Locator]>
|
||||
|
||||
Additional locator to match.
|
||||
|
Loading…
Reference in New Issue
Block a user