Skip to content
New issue

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

In example_test.go selenium.StorePointerActions is undefined because it needs to be called with a receiver. #289

Open
psichel opened this issue Jun 1, 2022 · 2 comments · May be fixed by #291

Comments

@psichel
Copy link

psichel commented Jun 1, 2022

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(

@Archie1978
Copy link

hello,
I was going to bring up the same issue :)
I think there was an evolution but the test has not been updated

@Archie1978
Copy link

Hello, for information. marwan-at-work had created a merge on 611488e with the corrected.
He works on printing an HTML page (#268)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants