Method: Sapphire::WebAbstractions::RubySeleniumWebDriver#SwitchToPopup
- Defined in:
- lib/sapphire/Adapters/Selenium/RubySeleniumWebDriver.rb
#SwitchToPopup ⇒ Object
64 65 66 |
# File 'lib/sapphire/Adapters/Selenium/RubySeleniumWebDriver.rb', line 64 def SwitchToPopup self.Browser().switch_to.window(self.Browser().window_handles.last) end |