我试图单击该按钮,但无法获取,我搜索了JavaScript Executor,但没有用。如何获取按钮并单击按钮组合框?
driver = webdriver.Chrome()
driver.get("http:localhost:20000")
driver.execute_script("arguments[0].click()",
driver.find_element_by_class_name('btn btn-secondary sim-button'))
我无法点击按钮: