(check-status driver)
Check cache status, delete if needed
Check cache status, delete if needed
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? driver)
Determine if caching is enabled for this record
Determine if caching is enabled for this record
(insert driver query value)
Insert a value into the cache
Insert a value into the cache
(retrieve driver query)
Retrieve an element from the cache
Retrieve an element from the cache
(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
(delete driver query)
Delete the cached value at query
Delete the cached value at `query`
(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
(seed driver)
(seed driver seed-value)
Replace all contents of cache with seed-value
Replace all contents of cache with `seed-value`
(in-cache? driver query)
Check if cache contains an element
Check if cache contains an element
(cache-url driver)
Retrieve the URL all elements are currently being cached for
Retrieve the URL all elements are currently being cached for
(set-status st)
Change the current cache status
Change the current cache status
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close