Class: Selenium::WebDriver::Chromium::Driver Private
- Defined in:
- lib/selenium/webdriver/chromium/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 Chrome.
Direct Known Subclasses
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::HasCDP, DriverExtensions::HasBiDi, DriverExtensions::HasCasting, DriverExtensions::HasFedCmDialog, DriverExtensions::HasNetworkConditions, DriverExtensions::HasNetworkInterception, DriverExtensions::HasWebStorage, DriverExtensions::HasLaunching, DriverExtensions::HasPermissions, DriverExtensions::DownloadsFiles, DriverExtensions::HasDevTools, DriverExtensions::HasAuthentication, DriverExtensions::HasLogs, DriverExtensions::HasLogEvents, DriverExtensions::HasPinnedScripts, DriverExtensions::PrintsPage].freeze
Constants included from SearchContext
Method Summary
Methods inherited from Driver
#[], #action, #add_virtual_authenticator, #browser, #capabilities, #close, #current_url, #execute_async_script, #execute_script, for, #get, #initialize, #inspect, #manage, #navigate, #page_source, #quit, #ref, #script, #status, #switch_to, #title, #window_handle, #window_handles
Methods included from TakesScreenshot
#save_screenshot, #screenshot_as
Methods included from SearchContext
#find_element, #find_elements, finders
Constructor Details
This class inherits a constructor from Selenium::WebDriver::Driver