使用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")