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

Touch Events (swipe) using Stimulus

Touch Events (swipe) using Stimulus
This article was originally published on Rails DesignerThe time you build and design web-apps for the desktop, without touch events, has been long gone. Users expect features to work on their touch de...
0 Read More

Custom Web Scraper With Ruby

Custom Web Scraper With Ruby
So, as with most things, I thought this was going to be more difficult than anticipated. Really - you can sit down and build your own web scraper in less than an hour with Ruby. Plus, it's interesting...
0 Read More