Tagged Questions
3
votes
2answers
881 views
Watir, Selenium::WebDriver for Chrome?
I've been using Watir for a month or so now and use
profile = Selenium::WebDriver::Firefox::Profile.new
profile.proxy = Selenium::WebDriver::Proxy.new :http=> proxy # proxy = "IP:Port"
This ...