Method: Selenium::WebDriver::Driver#switch_to
- Defined in:
- lib/selenium/webdriver/common/driver.rb
#switch_to ⇒ TargetLocator
116 117 118 |
# File 'lib/selenium/webdriver/common/driver.rb', line 116 def switch_to @switch_to ||= WebDriver::TargetLocator.new(bridge) end |