Selenium: How to Automate HTML5 Input Range Element on Webdriver

In the Selenium series we’ll solve problems that are commonly faced when automating web testing with Selenium. Automating html5 input type=range element is one of the tricky ones to get right. Here we provide a method that works across browsers using Selenium’s Python bindings. CHALLENGE The input range element is one of the “new” input […]