Selenium Webdriver - 在IE10中,无法使用Python查找元素

时间:2013-11-13 14:27:03

标签: python selenium-webdriver

使用Ie驱动程序与Selenium Python绑定,我得到以下异常:       NoSuchElementException:消息:u'无法找到具有id / Xpath / CSS

的元素

注意: - Same Object正在使用Firefox,IE9和Chrome。

代码是:  global driver  driver=webdriver.Ie()  driver.get("http://www.google.co.in/")  driver.find_element_by_id("gbqfba")

0 个答案:

没有答案