Double Click in Selenium Webdriver

WebDriver driver = new FirefoxDriver();
WebElement we = driver.findElement(By.id("id"]"));
Actions act = new Actions(driver);
act.doubleClick(we);

No comments:

Post a Comment

|Software Testing Glossary Series|CTFL|N|O|P|

Non-Functional Requirement: Non-Functional Requirement is a requirement that describes how the component or system will do what it is s...