我可以在Angular2页面上使用C#和Selenium定位器吗?

时间:2017-05-22 20:33:53

标签: c# angular selenium xpath

我查看了此页面http://systemaker.com/angulardemo/并尝试使用以下方法在“搜索”字段中找到定位器:

[FindsBy(How = How.XPath, Using = "//input[@ng-model='searchInput]'")]
private IWebElement SearchBox;

当然使用InitElements,但NoSuchElementException失败。

0 个答案:

没有答案