Liking cljdoc? Tell your friends :D

clj-webdriver.remote.server


init-remote-serverclj

(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).
sourceraw docstring

IRemoteServercljprotocol

Functions for managing a RemoteServer instance.

Functions for managing a RemoteServer instance.

addressclj

(address server)

Get address of the server

Get address of the server

new-remote-driverclj

(new-remote-driver server browser-spec)

Instantiate a new RemoteDriver record.

Instantiate a new RemoteDriver record.

startclj

(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-driverclj

(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`.

stopclj

(stop server)

Stop the server

Stop the server
sourceraw docstring

new-remote-sessionclj

(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.
sourceraw docstring

new-remote-webdriver*clj

(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.
sourceraw docstring

remote-server?clj

(remote-server? rs)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close