无法在IE11中自动化HTML5 DragAndDrop

时间:2017-09-18 13:50:24

标签: java selenium internet-explorer

是否有任何解决方法可以使用Selenium Webdriver和IE在IE11中进行HTML5拖放工作?我正在使用Selenium-Webdriver 3.4

有关HTML的更多详细信息,请参阅附件。我使用下面的定位器来定位哪些元素在Chrome中使用Action类但在IE11中没有。

网页元素初始化

@FindBy(how = How.CSS, css =".work-card-description.searchable-field")
private WebElement weDragFrom;


@FindBy(how = How.CSS,css = "div.resource-schedule.resource-ui-droppable 
div.hour-line:nth-of-type(11)")
private WebElement weDragTo;

Please find the Attached

0 个答案:

没有答案