Module: Selenium::WebDriver::DriverExtensions::HasRemoteStatus Private
- Defined in:
- rb/lib/selenium/webdriver/common/driver_extensions/has_remote_status.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary (collapse)
- - (Object) remote_status private
Instance Method Details
- (Object) remote_status
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
6 7 8 |
# File 'rb/lib/selenium/webdriver/common/driver_extensions/has_remote_status.rb', line 6 def remote_status @bridge.status end |