Skip to content

v0.10.6

Choose a tag to compare

@zninggo zninggo released this 19 Jul 12:42

v0.10.6 — Chrome smoke test

  • TestSmokeChrome: main-path regression against real ChromeDriver when present
    • session (root URL, W3C caps)
    • ByID / ByClassName
    • SendKeys
    • cookie add/get
    • CurrentURL / Title
    • Quit + Service.Stop
  • Skips when chromedriver/Chrome are missing (default CI stays green)
  • Fix ChromeDriver direct integration tests to use root URL, not /wd/hub
go get github.com/zninggo/selenium@v0.10.6
cd vendor && go run init.go --alsologtostderr --download_browsers && cd ..
go test -mod=mod -count=1 -timeout=5m -run TestSmokeChrome -v