From: Ahmed A. <asa...@ya...> - 2014-06-27 13:25:13
|
Hi, - You must subscribe before posting to the list - You can use .getFirstByXPath() Ahmed ________________________________ From: "htm...@li..." <htm...@li...> Sent: Friday, June 27, 2014 3:09 PM The attached message has been automatically discarded. I want to reach a specific Element on my page with mouseover. If my Element got an Id or a Name i can use: HtmlElement test = page.getElementByName("searchFor"); test.mouseover(); OR HtmlElement test = page.getHtmlElementById(id) test.mouseMove(); But this Element dont have Id or Name: <fb:share-button href="http://www.xxxx" onmouseover="alert(1);" type="button"> So how can i reach it ? |