Double Click

PHOTO EMBED

Sat Nov 05 2022 20:02:16 GMT+0000 (Coordinated Universal Time)

Saved by @testpro #java

Actions a = new Actions(driver);

//Double click on element
WebElement element = driver.findElement(By.xpath(locator));

a.doubleClick(element).perform();
content_copyCOPY