Selenium与单页应用程序

时间:2018-05-31 08:22:21

标签: c# angular selenium-webdriver

我已经在我的Angular4应用程序上实现了Selenium,但是我收到了错误 无法找到元素。 我用过

WebDriverWait wait = new WebDriverWait(webdriver, new TimeSpan(0, 1, 20));            
wait.Until(ExpectedConditions.ElementIsVisible(By.Id("IdentityNumber")));

但它超时,因为它无法找到元素。

https://drive.google.com/open?id=1LKjyhgOskp2ms1KubMjMIyE_zftxuHid 这是我粘贴html和错误消息的地方 代码中断了wait.until Element.IsVisible行

0 个答案:

没有答案