Public Vars

Back

get-element-attrs (clj)

(source)

function

(get-element-attrs driver q & attributes)
Have `driver` return values for `attributes` of element found by query `q`. Found attribute values are returned as strings. When element is found but attribute is absent, result is included in vector as `nil`. See [[query]] for details on `q`.

Examples