-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ids to ui elements #220
Labels
enhancement 🦾
A small feature (around a day of work)
Comments
Playwright can query such elements |
@claytonneal this playwright feature is amazing, it's such a pita to work with selenium and nested shadow dom. |
see PR : #238 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for tools like cypress/playwright could be good to add some id's to the modal wallet options
for example to click on VeWorld is currently like:
await page.locator('div.modal-body button.card.LIGHT').first().click();
i.e. relying on it being "first"
The text was updated successfully, but these errors were encountered: