-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
Context:
- Playwright Version: 1.23.0
- Operating System: Mac
- Python version: 3.8
- Browser: Chromium
We have html:
<div class="_1TyNu" data-testid="SPECIALIZATION_SPECIALTIES_ITEM"><div color="black" class="Hqhed _1et8a _2Xtfq">Педиатр</div></div>
Our code:
page.locator("//div").filter(has_text="Педиатр").click()
When we fill "has_text" with english letters - driver works with no problem.
When driver can't find english text, error don't have unicode text:
patient_choose_clinic_modal.clinic_name.filter(has_text="QA DepartmentA").click()
Metadata
Metadata
Assignees
Labels
No labels