search for: url_base_1

Displaying 1 result from an estimated 1 matches for "url_base_1".

Did you mean: url_base
2008 Oct 24
2
Mulitbrowser selenium ruby
...um and rspec and is run by an ant task, as thats the build process that is implemented here. Im currently running all my spec tests in firefox on my local machine by passing the selenium variable: @selenium = Selenium::SeleniumDriver.new("localhost", 4444, "*chrome", "#{URL_BASE_1}", 10000); if i want to change it to use ie then i would do the following @selenium = Selenium::SeleniumDriver.new("localhost", 4444, "*iehta", "#{URL_BASE_1}", 10000); This is fine, bu i want to modify the run so it runs the tests against all the browsers in o...