Class: Selenium::WebDriver::Firefox::Driver Private
- Includes:
- DriverExtensions::HasAddons, DriverExtensions::HasDevTools, DriverExtensions::HasLogEvents, DriverExtensions::HasWebStorage, DriverExtensions::PrintsPage
- Defined in:
- build/rb/lib/selenium/webdriver/firefox/driver.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Driver implementation for Firefox using GeckoDriver.
Constant Summary
Constants included from DriverExtensions::HasLogEvents
DriverExtensions::HasLogEvents::KINDS
Constants included from SearchContext
Instance Method Summary collapse
- #bridge_class ⇒ Object private
- #browser ⇒ Object private
Methods included from DriverExtensions::PrintsPage
Methods included from DriverExtensions::HasWebStorage
#local_storage, #session_storage
Methods included from DriverExtensions::HasLogEvents
Methods included from DriverExtensions::HasDevTools
Methods included from DriverExtensions::HasAddons
#install_addon, #uninstall_addon
Methods inherited from Driver
#[], #action, #capabilities, #close, #current_url, #execute_async_script, #execute_script, for, #get, #initialize, #inspect, #keyboard, #manage, #mouse, #navigate, #page_source, #quit, #ref, #status, #switch_to, #title, #window_handle, #window_handles
Methods included from TakesScreenshot
#save_screenshot, #screenshot_as
Methods included from SearchContext
Constructor Details
This class inherits a constructor from Selenium::WebDriver::Driver
Instance Method Details
#bridge_class ⇒ Object
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.
40 41 42 |
# File 'build/rb/lib/selenium/webdriver/firefox/driver.rb', line 40 def bridge_class Bridge end |
#browser ⇒ Object
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.
36 37 38 |
# File 'build/rb/lib/selenium/webdriver/firefox/driver.rb', line 36 def browser :firefox end |