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

Method stop_client

py/selenium/webdriver/remote/webdriver.py:380–386  ·  view source on GitHub ↗

Called after executing a quit command. This method may be overridden to define custom shutdown behavior.

(self)

Source from the content-addressed store, hash-verified

378 pass
379
380 def stop_client(self) -> None:
381 """Called after executing a quit command.
382
383 This method may be overridden to define custom shutdown
384 behavior.
385 """
386 pass
387
388 def start_session(self, capabilities: dict) -> None:
389 """Creates a new session with the desired capabilities.

Callers 1

quitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected