Class: Selenium::WebDriver::Remote::W3C::Driver Private

Inherits:
Driver
  • Object
show all
Includes:
DriverExtensions::HasRemoteStatus, DriverExtensions::HasSessionId, DriverExtensions::HasWebStorage, DriverExtensions::Rotatable, DriverExtensions::TakesScreenshot, DriverExtensions::UploadsFiles
Defined in:
lib/selenium/webdriver/remote/w3c/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 remote server talking W3C dialect.

Constant Summary

Constants included from DriverExtensions::Rotatable

DriverExtensions::Rotatable::ORIENTATIONS

Constants included from SearchContext

SearchContext::FINDERS

Method Summary

Methods included from DriverExtensions::HasWebStorage

#local_storage, #session_storage

Methods included from DriverExtensions::HasRemoteStatus

#remote_status

Methods included from DriverExtensions::Rotatable

#orientation, #rotation=

Methods included from DriverExtensions::HasSessionId

#session_id

Methods included from DriverExtensions::TakesScreenshot

#save_screenshot, #screenshot_as

Methods included from DriverExtensions::UploadsFiles

#file_detector=

Methods inherited from Driver

#[], #action, #browser, #capabilities, #close, #current_url, #execute_async_script, #execute_script, for, #get, #initialize, #inspect, #keyboard, #manage, #mouse, #navigate, #page_source, #quit, #ref, #switch_to, #title, #window_handle, #window_handles

Methods included from SearchContext

#find_element, #find_elements

Constructor Details

This class inherits a constructor from Selenium::WebDriver::Driver