repositorypackage
0.10.1
Repository: https://github.com/stitch-june/selenium.git
Documentation: pkg.go.dev
# README
webdriver client for go
About
貌似原作者不再维护,故此fork
次仓库,以支持chrome devtools procotol
的操作.
感谢原作者花费时间及精力贡献此组件包.
About
This is a WebDriver client for Go. It supports the WebDriver protocol and has been tested with various versions of Selenium WebDriver, Firefox and Geckodriver, and Chrome and ChromeDriver,
selenium
is currently maintained by Eric Garrido (@minusnine).
Installing
Run
go get -t -d github.com/stitch-june/selenium
to fetch the package.
The package requires a working WebDriver installation, which can include recent versions of a web browser being driven by Selenium WebDriver.
License
This project is licensed under the MIT license.