Open Popup window Using Java Automation (selenium)




  WebElement appName = driver.findElement(By.xpath(".//*[@id=\"scaComponentsTablewithBlacklist\"]/tbody/tr[1]/td[2]/div/div/span")); Actions actions = new Actions(driver); actions.moveToElement(appName).click().perform();

Post a Comment

Previous Post Next Post