Module: Selenium::WebDriver::DriverExtensions::HasBrowserConnection
- Defined in:
- rb/lib/selenium/webdriver/common/driver_extensions/has_browser_connection.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) online=(bool)
10 11 12 |
# File 'rb/lib/selenium/webdriver/common/driver_extensions/has_browser_connection.rb', line 10 def online=(bool) @bridge.setBrowserOnline bool end |
- (Boolean) online?
6 7 8 |
# File 'rb/lib/selenium/webdriver/common/driver_extensions/has_browser_connection.rb', line 6 def online? @bridge.isBrowserOnline end |