Public Vars

Back

get-element-inner-html-el (clj)

(source)

multimethod

(get-element-inner-html-el driver el)
Have `driver` return inner text of element `el`. 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