Selenium is a powerful tool used to automate browsers…

from selenium import webdriver

driver = webdriver.Chrome()
driver.get("https://example.com")