(init-remote-server connection-params)Initialize a new RemoteServer record, optionally starting the server automatically (enabled by default).
Initialize a new RemoteServer record, optionally starting the server automatically (enabled by default).
Functions for managing a RemoteServer instance.
Functions for managing a RemoteServer instance.
(address server)Get address of the server
Get address of the server
(new-remote-driver server browser-spec)Instantiate a new RemoteDriver record.
Instantiate a new RemoteDriver record.
(start server)Start the server. Will try to run stop if a bind exception occurs.
Start the server. Will try to run stop if a bind exception occurs.
(start-remote-driver server browser-spec target-url)Start a new RemoteDriver record and go to target-url.
Start a new RemoteDriver record and go to `target-url`.
(stop server)Stop the server
Stop the server
(new-remote-session)(new-remote-session connection-params)(new-remote-session connection-params browser-spec)Start up a server, start up a driver, return both in that order. Pass a final falsey arg to prevent the server from being started for you.
Start up a server, start up a driver, return both in that order. Pass a final falsey arg to prevent the server from being started for you.
(new-remote-webdriver* remote-server browser-spec)(new-remote-webdriver* remote-server browser-spec capabilities)Internal: wire up the RemoteWebDriver object correctly with a command executor and capabilities.
Internal: wire up the `RemoteWebDriver` object correctly with a command executor and capabilities.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |