selenium - Double click on label not detected -
i using selenium smart client, have ordinary html5 label defined double click.
some how selenium not trace double click event , fail test.
i have check source of page , found label this.
<label ondblclick="addtogrid($(this))">variable_counter</label>
fire doubleclick event manually on xpath.
command : fireevent
target : xpath of html control
value : dblclick (note doubleclick not work.)
Comments
Post a Comment