Categorygithub.com/stitch-june/selenium
repositorypackage
0.10.1
Repository: https://github.com/stitch-june/selenium.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

webdriver client for go

About

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

cdp-example

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.