Skip to content

selenium example

anhmainvg edited this page Nov 23, 2019 · 1 revision

Browser Automation with Selenium

How to install selenium

download the ChromeDriver https://chromedriver.chromium.org/downloads

Extract the zip file, and find the path of the extracted chrome driver because it's used in the selenium project

example: driver=webdriver.Chrome(executable_path="")

Clone this wiki locally