from selenium import webdriver browser = webdriver.Firefox() browser.get('https://www.jesusninoc.com') linkElem = browser.find_element_by_link_text('Python') linkElem.click()
Pulsar sobre un enlace en el navegador desde Python (Python)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.