Closed
Description
Hi,
We upgraded our system to use Gecko Driver(Version geckodriver-v0.16.1-win64) along with Selenium Web Driver(3.4.0) and FF 53.0. A feature called "Double Click" in our project is not working. We tried many different techniques but till now there is no success in hand. Also, we are not getting any error out of that. Below are the code that we are using to do so :
protected T double_click(By locator) {
WebElement clickable = findElement(ExpectedConditions.elementToBeClickable(locator));
new Actions(driver).moveToElement(clickable).doubleClick(clickable).perform();
return me();
}
The above method is 👎
- Able to find the element
- Able to click on the element
- Not able to generate double click event.
- Rest other tests gets fail
The failure is not specific to any event or project but to all. Please advise.
Also, the classes related to double click in Selenium 3.4.0 is showing deprecated. Could you please let us know the next option we have to use these features ?
Metadata
Metadata
Assignees
Labels
No labels