Skip to content

jgeerinckx/SeleniumDriverCheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A Go package for checking chrome driver and auto install chrome driver for building selenium program in Go.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 100.0%