We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27194da commit 0fb8027Copy full SHA for 0fb8027
docs/src/api/class-locator.md
@@ -133,11 +133,11 @@ Locator button = page.getByRole(AriaRole.BUTTON).and(page.getByTitle("Subscribe"
133
```
134
135
```python async
136
-button = page.get_by_role("button").and_(page.getByTitle("Subscribe"))
+button = page.get_by_role("button").and_(page.get_by_title("Subscribe"))
137
138
139
```python sync
140
141
142
143
```csharp
0 commit comments