MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / socket

Method socket

rb/lib/selenium/server.rb:297–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 end
296
297 def socket
298 @socket ||= WebDriver::SocketPoller.new(@host, @port, @timeout)
299 end
300 end # Server
301end # Selenium

Callers 3

startMethod · 0.45
free_portFunction · 0.45
get_interface_ipFunction · 0.45

Calls 1

newMethod · 0.45

Tested by

no test coverage detected