Actions actions=new Actions(driver);
WebElement
sourceelement=driver.findElement(By.xpath(""));
WebElement
targetelement=driver.findElement(By.xpath(""));
actions.dragAndDrop(sourceelement,targetelement).perform();
This blog is for Automation Test Engineers
0 comments:
Post a Comment