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

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -