double click in web driver
Page 1 of 1 • Share •
double click in web driver
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??
rashmi- Posts: 2
Join date: 2011-03-29
Re: double click in web driver
Actions actions = new Actions(driver);
actions.doubleClick(element).perform();
actions.doubleClick(element).perform();
freesky- Amateur

- Posts: 67
Join date: 2011-04-13
Re: double click in web driver
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.....
zlos7ar- Amateur

- Posts: 41
Join date: 2012-01-13
Age: 24
Location: Germany
Similar topics» click aici Pentru a invata cum sa joci Foarte Bine cs !!!
» double click in web driver
» 3.400 - Double click in the blank cover art area and it causes an exception to occur.
» how to double click on list item?
» am using junit framework and generate results with ant_bult but not create out-put results folder
» double click in web driver
» 3.400 - Double click in the blank cover art area and it causes an exception to occur.
» how to double click on list item?
» am using junit framework and generate results with ant_bult but not create out-put results folder
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case