Someone managed to get Selenium in order to pull out a mouse click on an element that is not associated with the input, i.e. plain text ? I tried using the click () and click_at () methods, as well as fire_event (locator, event), where the "event" is "onclick" or using combinations of the "onmousedown" and "onmouseup" events. I also tried preceding these events with the onmouseover event. In my application, clicking on this “plain text” calls the flash.swf function. Thank.
gmike source
share