Public Vars

Back

get-element-inner-html (clj)

(source)

function

(get-element-inner-html driver q)
Have `driver` return inner text of element found by query `q`. See [[query]] for details on `q`. For element with `my-id` in `<div id="my-id"><p class="foo">hello</p></div>` return will be `"<p class="foo">hello</p>"`.

Examples