selenium icon indicating copy to clipboard operation
selenium copied to clipboard

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

Open psichel opened this issue 3 years ago • 2 comments

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(

psichel avatar Jun 01 '22 21:06 psichel

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

Archie1978 avatar Jun 03 '22 08:06 Archie1978

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)

Archie1978 avatar Jun 07 '22 13:06 Archie1978