Method: Selenium::WebDriver::Chrome::Service#uri
- Defined in:
- lib/selenium/webdriver/chrome/service.rb
permalink #uri ⇒ Object
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.
89 90 91 |
# File 'lib/selenium/webdriver/chrome/service.rb', line 89 def uri URI.parse "http://#{@host}:#{@port}" end |