microsoft / playwright-java

Java version of the Playwright testing and automation library
https://playwright.dev/java/
Apache License 2.0
1.13k stars 205 forks source link

fix: Update README.md to fix wrong demo code #1601

Closed bloodcolding closed 3 months ago

bloodcolding commented 3 months ago

In Mobile and geolocation demo, code page.click("a[data-original-title=\"Show My Location\"]") will cause error while running.Because the website already change the attribute.