How to send shift and special characters in Selenium Webdriver with Ruby
cucumber, ruby, selenium-webdriver, testing tool
TL;DR In order to automate one browser scenario, I needed to send ampersand character. It seems that this is not an easy action in selenium webdriver. So, instead testing the web…