如何在Selenium中进行拖放动作?
build().perform()执行所有步骤。示例
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.interactions.Action;
import org.openqa.selenium.interactions.Actions;
import java.util.concurrent.TimeUnit;
public class DrgAndDrp{
public static void main(String[] args) {
System.setProperty("webdriver.chrome.driver", "C:\\Users\\ghs6kor\\Desktop\\Java\\chromedriver.exe");
WebDriver driver = new ChromeDriver();
String url = " https://jqueryui.com/draggable/v";
driver.get(url);
driver.manage().timeouts().implicitlyWait(12, TimeUnit.SECONDS);
driver.switchTo().frame(0);
WebElement source= driver.findElement(By.id("draggable"));
WebElement target= driver.findElement(By.id("droppable"));
// dragAndDrop() method for dragging the element from source to //destination
Actions a = new Actions(driver);
Thread.sleep(5000);
a.dragAndDrop(source, target).build().perform();
Thread.sleep(5000);
driver.quit();
}
}热门推荐
10 订婚周年蛋糕祝福语简短
11 超市中秋祝福语简短最新
12 婆婆生日祝福语短语简短
13 长辈钻石婚祝福语简短
14 祝福语写给自己的简短
15 放假的祝福语简短霸气
16 蛋糕祝福语送女友简短
17 领证幽默祝福语简短
18 双节祝福语简短唯美