Skip to content
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

Migrate from Selenium to Playwright in scripted tests #184

Open
ptrdom opened this issue Mar 30, 2024 · 1 comment
Open

Migrate from Selenium to Playwright in scripted tests #184

ptrdom opened this issue Mar 30, 2024 · 1 comment

Comments

@ptrdom
Copy link
Owner

ptrdom commented Mar 30, 2024

Selenium requires JDK 11+ and since JDK 8 compatibility needs to be tested, migration to Playwright is required - Selenium does support JDK 8.

@ptrdom
Copy link
Owner Author

ptrdom commented May 7, 2024

Also seems like there are issues with difference web driver releases, for example #198 migrates from Chrome to Firefox because calling webDriver.quit fails on Windows CI. Hopefully Playwright would be more stable, because its web driver is built in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant