Method: Selenium::WebDriver.for
- Defined in:
- lib/selenium/webdriver.rb
.for(*args) ⇒ Driver
Create a new Driver instance with the correct bridge for the given browser
73 74 75 |
# File 'lib/selenium/webdriver.rb', line 73 def self.for(*args) WebDriver::Driver.for(*args) end |