WebDriver driver = new FirefoxDriver();
WebElement we = driver.findElement(By.id("id"]"));
Actions act = new Actions(driver);
act.doubleClick(we);
WebElement we = driver.findElement(By.id("id"]"));
Actions act = new Actions(driver);
act.doubleClick(we);
No comments:
Post a Comment