Skip to content

Instantly share code, notes, and snippets.

@xdanielc
xdanielc / archivo_municipal.py
Last active August 25, 2022 11:22
Buscador en el archivo municipal de valladolid
import selenium
from selenium import webdriver
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.common.by import By
from selenium.webdriver.chrome.service import Service
from selenium.webdriver.chrome.options import Options
from webdriver_manager.chrome import ChromeDriverManager