

This is a pretty common scenario for download and its download path. The workflow tries to get your desired version and push it to pypi.When we hit that download button in every browser, a download popup appears, and the file gets saved in a default location called downloads. Just click Run workflow and put your desired version in the version input field that pops up. You can trigger a custom build with a specific version in github actions. Chrome ( service = service_object ) # deprecated but works in older selenium versions # driver = webdriver.Chrome(executable_path=binary_path) driver. example from selenium import webdriver from import Service from chromedriver_py import binary_path # this will get you the path variable service_object = Service ( binary_path ) driver = webdriver. You will get a string variable with the executable filepath for your operating system. To use chromedriver just from chromedriver_py import binary_path. installationĭue to the way how the pipeline packages the binaries, you cannot install the package from github.Ĭhoose your version here # example for chrome version 88 If a new chromedriver version is out, this package will automaticly get updated within a day.

This package is maintained by an automated update script on travis. The installer supports linux, mac and windows operating systems. Downloads and installs the latest chromedriver binary version for automated testing of webapps.
