Categorygithub.com/selenium-Driver-Check/SeleniumDriverCheck

# README

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)