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

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

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.

Constant Summary collapse

DEFAULT_PORT =

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.

4444

Constants inherited from Service

Service::SOCKET_LOCK_TIMEOUT, Service::START_TIMEOUT, Service::STOP_TIMEOUT

Instance Attribute Summary

Attributes inherited from Service

#host

Instance Method Summary collapse

Methods inherited from Service

#binary_path, #initialize, #start, #uri

Constructor Details

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

Instance Method Details

#stopObject

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.



36
37
38
# File 'lib/selenium/webdriver/firefox/service.rb', line 36

def stop
  stop_process
end