Selenium::Driver
The Selenium::Driver is the root class for interacting with browsers
Using with Selenium::Service
If you passed in a Selenium::Service you MUST call Selenium::Driver#stop when you are done to stop the service
or else the process it starts will continue running on your computer after the program ends
Constructors
Class methods
for(browser, **opts)
browser options:
- :chrome (see
Selenium::Chrome::Driver) - :firefox or :gecko (see
Selenium::Firefox::Driver) - :safari (see
Selenium::Safari::Driver) - :remote (see
Selenium::Remote::Driver)
Instance methods
command_handler
Sourcecreate_session(capabilities, retry = true) : Session
Sourcehttp_client
Sourceservice
Sourcestatus
Sourcestop
Source