Liking cljdoc? Tell your friends :D

abrade.client


attrsclj

(attrs element)

Get the attributes of an element.

Get the attributes of an element.
sourceraw docstring

browsercljmultimethod

Return a browser object of the specified type.

Return a browser object of the specified type.
sourceraw docstring

clickclj

(click element)

Click the supplied element. Returns a new page object.

Click the supplied element. Returns a new page object.
sourceraw docstring

cssclj

(css page selector)

Get elements in a page by CSS selector.

Get elements in a page by CSS selector.
sourceraw docstring

formclj

(form page form-name)

Get a form by name.

Get a form by name.
sourceraw docstring

inputclj

(input form input-name)

Get an input by name from a form.

Get an input by name from a form.
sourceraw docstring

openclj

(open browser url)

Open a page in the supplied browser.

Open a page in the supplied browser.
sourceraw docstring

set-valueclj

(set-value input value)

Set the value of an input.

Set the value of an input.
sourceraw docstring

tagclj

(tag element)

Get the tag name of an element.

Get the tag name of an element.
sourceraw docstring

textclj

(text element)

Return the text in an element.

Return the text in an element.
sourceraw docstring

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

× close