Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个自动生成的链接:
<a href="LINK">Download</a>
我希望 selenium 单击“下载” LINK。
LINK
driver.find_element_by_link_text('Download').click()