Primeros pasos con Selenium en Python
Nicolas Marin Torres
Si quieres hacer web scraping sin bloqueos te recomiendo Scraping.link (Se regalan 100 créditos en el alta) https://app.scraping.link/
Grupo de Telegram: https://t.me/joinchat/AwFbIh1PuwuEgCk0gVgS4g
Grupo de Discord: https://discord.gg/e9QMRJmNtR
Aquí tienes el código del vídeo: import time from selenium import webdriver
Ruta de ChromeDriver
#driver=webdriver.Chrome(executable_path=r"C:\Users\nicolasmarin\Downloads\chromedriver_win32\chromedriver.exe") driver=webdriver.Chrome(executable_path="/home/nicolas/Proyectos/python/sheets/chromedriver_linux64/chromedriver") time.sleep(5) driver.quit() ... https://www.youtube.com/watch?v=NUCc0B1dnUo
2023-03-14
0.0 LBC
Copyrighted (contact publisher)
18855989 Bytes