Liking cljdoc? Tell your friends :D

scraper.core


backclj

(back driver)

Go back to the previous page in "browsing history"

Go back to the previous page in "browsing history"
raw docstring

closeclj

(close driver)

Close this browser instance, switching to an active one if more than one is open

Close this browser instance, switching to an active one if more than one is open
raw docstring

find-elementclj

(find-element driver arg)

Find one element

Find one element
raw docstring

find-elementsclj

(find-elements driver arg)

Find elements

Find elements
raw docstring

forwardclj

(forward driver)

Go forward to the next page in "browsing history".

Go forward to the next page in "browsing history".
raw docstring

get-attributeclj

(get-attribute element value-name)

Get attribute

Get attribute
raw docstring

get-driverclj

(get-driver selenium-server brower-name driver-name)

Get the selenium driver

Get the selenium driver
raw docstring

get-textclj

(get-text element)

Get text

Get text
raw docstring

get-urlclj

(get-url driver url)

Navigate the driver to a given URL

Navigate the driver to a given URL
raw docstring

quitclj

(quit driver)

Destroy this browser instance

Destroy this browser instance
raw docstring

refreshclj

(refresh driver)

Refresh the current page

Refresh the current page
raw docstring

toclj

(to driver url)

Navigate to a particular URL. Arg url can be either String or java.net.URL. Equivalent to the get function, provided here for com

Navigate to a particular URL. Arg `url` can be either String or java.net.URL. Equivalent to the `get` function, provided here for com
raw docstring

xpathclj

(xpath arg)

Get object from xpath string

Get object from xpath string
raw docstring

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

× close