Public Vars

Back

double-click-el (clj)

(source)

multimethod

(double-click-el driver el)
Have `driver` double-click on element `el`. Note: - the supported browsers are Chrome, and Phantom.js. - for Firefox and Safari, your may try to simulate it as a `click, wait, click` sequence.

Examples