Public Vars

Back

double-click (clj)

(source)

function

(double-click driver q)
Have `driver` double-click on element found by query `q`. See [[query]] for details on `q`. Note: - the supported browsers are Chrome, and Phantom.js. - for Firefox and Safari, your may try to simulate via `click, wait, click` sequence.

Examples