我在这里尝试过这段代码:
start_report_button = WebDriverWait(driver, 20).until(
EC.element_to_be_clickable((By.XPATH, "//p[@class='mud-typography mud-typography-body1' and text()='Start Report']"))
)
driver.execute_script("arguments[0].scrollIntoView(true);", start_report_button)
start_report_button.click()
它不起作用,这里有一些关于 html 代码的额外信息:
标签通常不用于按钮。
尝试查看
标签上方,也许有一些
或