Class: Selenium::WebDriver::Safari::Driver Private
- Defined in:
- rb/lib/selenium/webdriver/safari/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 Safari.
Constant Summary collapse
- EXTENSIONS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
[DriverExtensions::HasDebugger, DriverExtensions::HasApplePermissions, DriverExtensions::HasWebStorage].freeze
Constants included from Selenium::WebDriver::SearchContext
Selenium::WebDriver::SearchContext::FINDERS
Instance Method Summary collapse
- #browser ⇒ Object private
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 Selenium::WebDriver::SearchContext
Constructor Details
This class inherits a constructor from Selenium::WebDriver::Driver
Instance Method Details
#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.
34 35 36 |
# File 'rb/lib/selenium/webdriver/safari/driver.rb', line 34 def browser :safari end |