Python Use Selenium and Python with the New Chrome Headless Mode This tutorial shows how use the new headless version of Chrome with Selenium and Python. A simple Python script is included.
Web Apps Testing HTML5 Offline Features Against a Remote Server Using Capybara/Selenium Covers the process of testing a mobile app with offline caching against a remote Windows server application.
Web Apps Automated Tests for HTML5 Offline Web Applications with Capybara and Selenium Testing web apps that make use of the new HTML5 features can be frustrating. With some work, we can use Capybara to test them through the browser easily.
Web Apps Some Useful selenium Helpers Wouldn’t it be nice if you could evaluate arbitrary javascript in the context of your Rails application’s window when testing it with selenium?