All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
0.17.11
(make-browser :block-ads true)
now creates a browser instance that
blocks
ads. Thanks,
Andreas.close-browser!
was called while (a)
more than one window was open, and (b) the current focus wasn't the
first window.sparkledriver.retry
namespace with code supporting automatic
retries*reply-fn*
dynamic variable to
specify a retry handler function.dismiss-alert
is now dismiss-alert!
accept-alert
is now accept-alert!
page-text
returns the textual content of the current pagetitle
returns the page's titleset-cookie!
set a cookiedelete-cookies!
delete a specific cookiedelete-all-cookies!
clear out the cookie jarfetch!
now calls str
on its argument, making it compatible with URL types like java.net.URL
and lambdaisland.uri.URI
.outer-html
.inner-html
and outer-html
.0.17.9
execute-script
and execute-script-async
.alert
s (switch-to-alert
,
accept-alert
, dismiss-alert
) and multiple windows
(current-window
, all-windows
, switch-to-window
,
maximize-window
).:screen-size [width height]
browser builder option to change the
window size of the virtual browser.Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close