6 ms·
Yeah, Selenium is pretty flakey. I've been pretty happy with https://playwright.dev https://playwright.dev . Kind of the successor of puppeteer. At least, some
by dude01 4y ago
Yeah, Selenium is pretty flakey. I've been pretty happy with https://playwright.dev https://playwright.dev . Kind of the successor of puppeteer. At least, some of the same devs went from Google to MS. Here's an example where MS has better cross-browswer support than Google.
- mesadb 4y agoI second this. I think playwright and cypress are the main ones you should use. We already implemented something for Cypress and looking to do the same thing for Playwright. It'll be pretty similar to this: cypress.preflight.com Would love to get your feedback so we can add it :)