Method: Selenium::WebDriver::TargetLocator#parent_frame
- Defined in:
- lib/selenium/webdriver/common/target_locator.rb
#parent_frame ⇒ Object
switch to the parent frame
43 44 45 |
# File 'lib/selenium/webdriver/common/target_locator.rb', line 43 def parent_frame @bridge.switch_to_parent_frame end |