Class: Selenium::WebDriver::Firefox::Service

Inherits:
Service
  • Object
show all
Defined in:
lib/selenium/webdriver/firefox/service.rb

Constant Summary collapse

DEFAULT_PORT =
4444
EXECUTABLE =
'geckodriver'
MISSING_TEXT =
"Unable to find Mozilla geckodriver. Please download the server from\nhttps://github.com/mozilla/geckodriver/releases and place it somewhere on your PATH.\nMore info at https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver.\n"
SHUTDOWN_SUPPORTED =
false

Instance Attribute Summary

Attributes inherited from Service

#executable_path, #extra_args, #host, #port

Method Summary

Methods inherited from Service

chrome, edge, firefox, ie, #initialize, #launch, safari, #shutdown_supported

Constructor Details

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