- rashmi
- Posts : 2
Join date : 2011-03-29
double click in web driver
Tue Mar 29, 2011 10:56 pm
hi can anyone suggest how to use double click in selenium 2 web driver. I tried using Mouse.doubleClick(WebElement onElement) but giving error in eclipse saying the method double click is not applicable for web element. Do i need to import any thing to support this or wat??
- freeskyAmateur
- Posts : 72
Join date : 2011-04-13
Re: double click in web driver
Tue Feb 28, 2012 4:21 pm
Actions actions = new Actions(driver);
actions.doubleClick(element).perform();
actions.doubleClick(element).perform();
- zlos7arAmateur
- Posts : 41
Join date : 2012-01-13
Age : 36
Location : Germany
Re: double click in web driver
Tue Feb 28, 2012 5:34 pm
freesky wrote:Actions actions = new Actions(driver);
actions.doubleClick(element).perform();
lol I guess he already found the solution since his post is one year old.....
- Select the “back” button of the Firefox browser to right click and Select the Option from the right click Menu in Selenium Web Driver - Java
- In selenium web driver , while running the script ,after the browser(modal) message box is displayed and closed by selenium , the next button click statement is not executing
- how to double click on list item?
- webdriver double click doesn't work
- Query - web driver element click is not working
Permissions in this forum:
You cannot reply to topics in this forum