selenium
selenium copied to clipboard
Error running go test -test.run=TestChrome in Mac Os Big Sur
Running: go test -test.run=TestChrome shows:
github.com/tebeka/selenium_test [github.com/tebeka/selenium.test]
./example_test.go:129:2: undefined: selenium.StorePointerActions ./example_test.go:146:2: undefined: selenium.StoreKeyActions
FAIL github.com/tebeka/selenium [build failed]
Hi, I got the same error too. I research this problem i saw the solituion. #289
selenium.StorePointerActions to wd.StorePointerActions changed. But not yet merged. fyi