Skip to content

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

Notifications You must be signed in to change notification settings

selenium-Driver-Check/SeleniumDriverCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages