本文共 568 字,大约阅读时间需要 1 分钟。
// drag and drop using OpenQA.Selenium.Interactions; SIE.InternetExplorerDriver driver = new SIE.InternetExplorerDriver(); if (source != null && target != null) { // drag and drop new Actions(driver).DragAndDrop(source, target).Perform(); } |
转载地址:http://dueyl.baihongyu.com/