tebeka / selenium

Selenium/Webdriver client for Go
MIT License
2.51k stars 410 forks source link

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

Open psichel opened 2 years ago

psichel commented 2 years ago

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 commented 2 years ago

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

Archie1978 commented 2 years ago

Hello, for information. marwan-at-work had created a merge on https://github.com/tebeka/selenium/pull/268/commits/611488e94696744110dec03a73bc9e4ddb4bfb88 with the corrected. He works on printing an HTML page (https://github.com/tebeka/selenium/pull/268)