Method: Selenium::WebDriver::Chrome::Service#socket_lock
- Defined in:
- lib/selenium/webdriver/chrome/service.rb
permalink #socket_lock ⇒ 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.
113 114 115 |
# File 'lib/selenium/webdriver/chrome/service.rb', line 113 def socket_lock @socket_lock ||= SocketLock.new(@port - 1, SOCKET_LOCK_TIMEOUT) end |