无法在Firefox中找到findby元素,但在chrome中找到相同的元素

时间:2017-06-07 04:45:41

标签: c# selenium-webdriver

我在Selenium C#中使用NoSuchElementException注释来查找页面中的元素。同样适用于Chrome,但Firefox会出现错误[FindsBy(How = How.LinkText, Using = "Instances")] private IWebElement instanceLink; [FindsBy(How = How.LinkText, Using = "Gantt View")] private IWebElement ganttviewLink; [FindsBy(How = How.LinkText, Using = "About")] private IWebElement aboutLink; [FindsBy(How = How.LinkText, Using = "Help")] private IWebElement helpLink;

对可能出现的问题提供任何帮助。

tf.Variable([.3], dtype=tf.float32)

0 个答案:

没有答案