即使单击该元素,也不能在点(x,y)处单击python selenium throw元素

时间:2017-12-08 06:29:51

标签: python selenium

当我试图点击一个元素时,我得到了错误,但实际上点击了该元素。

driver = webdriver.Chrome()
driver.get("some url here")
start_button = driver.find_element_by_class_name('start-button')
start_button.click()

0 个答案:

没有答案