Skip to content

G1ANT-Robot/G1ANT.Addon.Selenium

Repository files navigation

G1ANT.Addon.Selenium

Update drivers instruction

geckodriver

Download latest MS Windows geckodriver release, unpacke them and save in the Resources folder of the project as geckodriver-32.exe and geckodriver-64.exe files.

Selenium drivers to download

Suggesstion: Having said the above, if you use latest selenium version v4.12.0, you do not have to worry about downloading the chromedriver manually, selenium's new in-built tool Selenium Manager will download and manage the drivers for you automatically.

Code to launch browser can be as simple as:

from selenium import webdriver

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

Few references:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 12