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

Method stop

rb/lib/selenium/server.rb:212–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 end
211
212 def stop
213 stop_process if @process
214 poll_for_shutdown
215
216 @log_file&.close
217 end
218
219 def webdriver_url
220 "http://#{@host}:#{@port}/wd/hub"

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected