Webdriver问题 - 无法使用python在Firefox浏览器上获取Web元素

时间:2014-05-07 06:07:37

标签: python selenium

我正面临着Python网络驱动程序的问题。我能够通过webdriver启动浏览器并打开所需的URL和登录,但是当我试图找到屏幕上存在的任何元素的对象时,问题会出现,它会等待很长时间(有时是30分钟到1小时)才能获得网络元件。我已尝试创建配置文件,如下所示,但结果仍然相同。

fp = webdriver.FirefoxProfile()
fp.set_preference("webdriver.load.strategy", unicode("unstable")).  
self.browser = webdriver.Firefox(fp)

为此做任何一个已知的解决方案吗? 注意:它在Chrome上运行良好。

感谢您的帮助..

0 个答案:

没有答案