WebDriver is a tool for writing automated tests of websites. It aims to mimic the behaviour of a real user, and as such interacts with the HTML of the application.
Jari Bakken
gem "selenium-webdriver", "~> 2.31.0"