Go-Selenium

介绍

在 go 中使用 selenium 目前用的比较多的库是:GitHub - tebeka/selenium: Selenium/Webdriver client for Go

当然了,由于爬虫等其他需求可能需要执行 cdp 命令,该库不支持,但是在提问中找到了一个基于该库修改的库,使用方式一致

GitHub - Stitch-June/selenium: Selenium/Webdriver client for Go

所以这里用该库简单介绍

注意:我自己写了个库,类似 py 的 undetected_chromedriver:Leviathangk/go-unselenium: go 版本 undetected_chromedriver (github.com)

安装

忽略 go.mod 怎么搞,没有基础不用看

go get github.com/stitch-june/selenium

你可能感兴趣的:(selenium,python,测试工具,go)