Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 409 Bytes

File metadata and controls

20 lines (15 loc) · 409 Bytes

SeleniumDriverCheck

this package is for auto installing chrome driver for Go-selenium

Support

Win / MAC OS / Linux

Usage

printLog := true
wd, err := selenium.NewChromeDriverService(SeleniumDriverCheck.AutoDownload_ChromeDriver(printLog), 9515)
printLog := false
wd, err := selenium.NewChromeDriverService(SeleniumDriverCheck.AutoDownload_ChromeDriver(printLog), 9515)