我正在使用selenium Webdriver 2.24自动化网站。一旦使用 webdriver 启动IE 浏览器,驱动程序就无法在页面上找到任何存在的字段(例如文本框、按钮等)并且正在抛出unable to locate the element.
我曾经Visual Studio C#写过代码。同样适用于 Firefox。
注意:当我尝试时Driver.Pagesource;它返回一个空值
解决此问题的可能原因/建议?
我正在使用selenium Webdriver 2.24自动化网站。一旦使用 webdriver 启动IE 浏览器,驱动程序就无法在页面上找到任何存在的字段(例如文本框、按钮等)并且正在抛出unable to locate the element.
我曾经Visual Studio C#写过代码。同样适用于 Firefox。
注意:当我尝试时Driver.Pagesource;它返回一个空值
解决此问题的可能原因/建议?