SELENIUM

install

pip install selenium

basic usage

from selenium import webdriver
browser = webdriver.Firefox()

browser.get(url)

Comments