Method: Selenium::WebDriver::ServiceManager#uri

Defined in:
lib/selenium/webdriver/common/service_manager.rb

#uriObject

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.

[View source]

74
75
76
# File 'lib/selenium/webdriver/common/service_manager.rb', line 74

def uri
  @uri ||= URI.parse("http://#{@host}:#{@port}")
end