Liking cljdoc? Tell your friends :D

redcap.webdriver-base


*current-project*clj

source

*current-token*clj

source

+current+clj

source

end-driverclj

(end-driver & [{:keys [headless] :as opts}])

ends the current driver settings

ends the current driver settings
sourceraw docstring

get-driverclj

(get-driver & [{:keys [headless] :as opts}])

gets the current etaoin driver

gets the current etaoin driver
sourceraw docstring

get-env-siteclj

(get-env-site & [filename])

gets the environment site variables

gets the environment site variables
sourceraw docstring

goto-urlclj

(goto-url driver url)

goto url, or stay on site if the same url

goto url, or stay on site if the same url
sourceraw docstring

is-logged-out?clj

(is-logged-out? driver)

checks if the session has been logged out

checks if the session has been logged out
sourceraw docstring

reset-driverclj

(reset-driver & [opts])

resets the existing driver

resets the existing driver
sourceraw docstring

set-current-projectclj

(set-current-project pid)

sets the current project id

sets the current project id
sourceraw docstring

set-current-tokenclj

(set-current-token token)

sets the current api token

sets the current api token
sourceraw docstring

site-login-actionclj

(site-login-action driver {:keys [username password] :as opts})

completes the site login action

completes the site login action
sourceraw docstring

site-logout-actionclj

(site-logout-action driver {:keys [site]})

logs out of the site

logs out of the site
sourceraw docstring

site-project-create-actionclj

(site-project-create-action driver {:keys [site]})

goes to the create project form

goes to the create project form
sourceraw docstring

site-project-create-fillclj

(site-project-create-fill driver {:keys [title notes]})

fills out a create project form

fills out a create project form
sourceraw docstring

site-project-create-submitclj

(site-project-create-submit driver)

submits the project create form

submits the project create form
sourceraw docstring

site-project-list-actionclj

(site-project-list-action driver {:keys [site]})

goes to the site project list

goes to the site project list
sourceraw docstring

site-project-list-parseclj

(site-project-list-parse driver)

parses the project list page

parses the project list page
sourceraw docstring

site-versionclj

(site-version driver)

gets the current redcap version from site

gets the current redcap version from site
sourceraw docstring

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

× close