Selenium WebDriver
Pages
Home
Tuesday, February 11, 2014
Mouse Over code in selenium WebDriver code
public static void mouseOver(WebElement ele) {
Actions action = new Actions(driver);
action.moveToElement(ele).build().perform();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment