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
example_test.go > Line 129 selenium.StorePointerActions(... is undefined should be: wd.StorePointerActions(
example_test.go > line 146 selenium.StoreKeyActions(... is undefined should be: wd.StoreKeyActions(
The text was updated successfully, but these errors were encountered:
hello, I was going to bring up the same issue :) I think there was an evolution but the test has not been updated
Sorry, something went wrong.
Hello, for information. marwan-at-work had created a merge on 611488e with the corrected. He works on printing an HTML page (#268)
Successfully merging a pull request may close this issue.
example_test.go > Line 129
selenium.StorePointerActions(... is undefined
should be: wd.StorePointerActions(
example_test.go > line 146
selenium.StoreKeyActions(... is undefined
should be: wd.StoreKeyActions(
The text was updated successfully, but these errors were encountered: