Liking cljdoc? Tell your friends :D

clj-webdriver.cache


check-statusclj

(check-status driver)

Check cache status, delete if needed

Check cache status, delete if needed
sourceraw docstring

get-cacheclj

(get-cache driver)
source

IElementCachecljprotocol

Cache for WebElement objects over the lifetime of a Driver on a given page

Cache for WebElement objects over the lifetime of a Driver on a given page

cache-enabled?clj

(cache-enabled? driver)

Determine if caching is enabled for this record

Determine if caching is enabled for this record

insertclj

(insert driver query value)

Insert a value into the cache

Insert a value into the cache

retrieveclj

(retrieve driver query)

Retrieve an element from the cache

Retrieve an element from the cache

cacheable?clj

(cacheable? driver query)

Based on the driver's cache rules, determine if the given query is allowed to be cached

Based on the driver's cache rules, determine if the given query is allowed to be cached

deleteclj

(delete driver query)

Delete the cached value at query

Delete the cached value at `query`

set-cache-urlclj

(set-cache-url driver url)

Set a new URL under which all elements will be cached

Set a new URL under which all elements will be cached

seedclj

(seed driver)
(seed driver seed-value)

Replace all contents of cache with seed-value

Replace all contents of cache with `seed-value`

in-cache?clj

(in-cache? driver query)

Check if cache contains an element

Check if cache contains an element

cache-urlclj

(cache-url driver)

Retrieve the URL all elements are currently being cached for

Retrieve the URL all elements are currently being cached for
sourceraw docstring

set-statusclj

(set-status st)

Change the current cache status

Change the current cache status
sourceraw docstring

statusclj

source

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

× close