(driver? driver)
Function to check class of a Driver, to prevent needing to import it
Function to check class of a Driver, to prevent needing to import it
(init-driver)
(init-driver driver-spec)
Constructor for Driver records. Accepts either an existing WebDriver instance, or a driver-spec
map with the following keys:
webdriver - WebDriver instance cache-spec - map with keys :strategy, :args, :include and :exclude, used to setup caching rules
Constructor for Driver records. Accepts either an existing WebDriver instance, or a `driver-spec` map with the following keys: webdriver - WebDriver instance cache-spec - map with keys :strategy, :args, :include and :exclude, used to setup caching rules
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close