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