Catch JS Errors with Playwright

Catch JS Errors with Playwright
Selenium has issues. I'm using it with Capybara and the latest encounter was a Net::ReadTimeout. I switched to Playwright following Justin Searls guide.One issue I encountered after the migration was ...
0 Read More

Create Playwright Tests with Codegen

Create Playwright Tests with Codegen
Playwright, an open-source automation library developed by Microsoft, has seen a rapid rise in popularity which is attributed to its modern features and capabilities that address the limitations of tr...
0 Read More