We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running: go test -test.run=TestChrome shows:
./example_test.go:129:2: undefined: selenium.StorePointerActions ./example_test.go:146:2: undefined: selenium.StoreKeyActions
FAIL github.com/tebeka/selenium [build failed]
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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]
The text was updated successfully, but these errors were encountered: