Using Selenium to 'click' on non-input or non-control elements -
has been successful getting selenium issue mouse click on element not associated input, i.e. plain text? have tried using click() , click_at() methods, fire_event(locator, event), 'event' 'onclick', or using combination of 'onmousedown' , 'onmouseup' events. have tried preceding these events 'onmouseover' event. in app, clicking on 'plain text' triggers call flash.swf routine. thanks.
have tried adapting mouse listener? in case extending selenium using java, here quick tutorial.
Comments
Post a Comment