search for: iehta

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

Did you mean: mehta
2008 Oct 24
2
Mulitbrowser selenium ruby
...ssing 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 one go without having to manually edit that line after each run. Anyone have any ideas on how i can do this using rspec? -- Posted via http://www.ruby-forum.com/.