Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 327 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 327 Bytes

selenium

Download dependencies

We provide a means to download the ChromeDriver binary, the Firefox binary, the Selenium WebDriver JARs, and the Sauce Connect proxy binary. This is primarily intended for testing.

$ cd download
$ go run dl.go --alsologtostderr  --download_browsers --download_latest
$ cd ..