/selenium

Selenium/Webdriver client for Go

Primary LanguageGoMIT LicenseMIT

webdriver client for go

About

貌似原作者不再维护,故此fork次仓库,以支持chrome devtools procotol的操作. 感谢原作者花费时间及精力贡献此组件包.

cdp-example

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.