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

UnknownCommandError: Unrecognized command: actions #84

Open
mbretschn opened this issue Dec 9, 2020 · 0 comments
Open

UnknownCommandError: Unrecognized command: actions #84

mbretschn opened this issue Dec 9, 2020 · 0 comments

Comments

@mbretschn
Copy link

I found an issue with latest release of operachromiumdriver for MacOS. It works with something like await driver.findElement(By.id('foo')).click(); but not with a more complex Mouse actions like await driver.actions().move({ x: 100, y: 100 }).press().move({ x: 400, y: 400 }).release().perform()

If i try something like this, i got the following error: UnknownCommandError: Unrecognized command: actions

I have created a sandbox project https://github.com/3epnm/selenium-operawhere this issue can be reproduced.

Can someone help me to understand this issue?

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

No branches or pull requests

1 participant