selenium icon indicating copy to clipboard operation
selenium copied to clipboard

Error running go test -test.run=TestChrome in Mac Os Big Sur

Open nicprd opened this issue 4 years ago • 1 comments

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]

nicprd avatar Nov 13 '21 16:11 nicprd

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

mertyakan avatar Aug 22 '23 13:08 mertyakan