()
| 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); |