MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / disconnectSession

Method disconnectSession

java/src/org/openqa/selenium/bidi/BiDi.java:71–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 public void disconnectSession() {
72 // TODO: Identify how to close a BiDi session.
73 // Seems like https://w3c.github.io/webdriver-bidi/#issue-9f7aff26 needs to be fleshed out.
74 }
75
76 public <X> X send(Command<X> command) {
77 Require.nonNull("Command to send", command);

Callers 1

closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected