51Testing软件测试论坛

标题: 如何使用webdriver 执行拖拽 的操作? [打印本页]

作者: 测试积点老人    时间: 2022-12-20 09:15
标题: 如何使用webdriver 执行拖拽 的操作?
回复可见
  1. 还是使用actions类
  2. Actions actions = new Actions(driver)
  3. WebElement element1 = driver.findElement(by);
  4. WebElement element2 = driver.findElement(by);
  5. actions.dragAndDrop(element1,element2)perform();
复制代码



作者: bellas    时间: 2022-12-21 14:23
action.move_to_element(ele_setting).perform()
作者: jingzizx    时间: 2022-12-21 17:40
选择内部方法




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2