Method: Selenium::WebDriver::Chrome::Service#uri

Defined in:
lib/selenium/webdriver/chrome/service.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]

89
90
91
# File 'lib/selenium/webdriver/chrome/service.rb', line 89

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