我正在测试网站。测试在Chrome和Firefox中实施并成功执行。现在我尝试在IE 11上运行它们。有这样的情况: 我点击链接,然后打开下一步警报。
JavascriptExecutor executor = (JavascriptExecutor)driver;
executor.executeScript("arguments[0].click();", driver.findElement(By.xpath(String.format(HIT, trademark))));
pricingAlert.acceptPricingPopup();
但在线executor.executeScript...
IE冻结并且在调试模式下程序不会转到pricingAlert.acceptPricingPopup();