question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Selenium Grid - Firefox - UnknownCommandError: POST /session/{sessionId}/moveto did not match a known command

See original GitHub issue

Bug report

  • Node Version: 8.9.1
  • Protractor Version: 5.2.2
  • Angular Version: 1.3.7
  • Browser(s): Firefox
  • Operating System and Version OS X MAC SIERRA

Meta -

OS: OSX

Selenium Grid Version: 3.8.1

Browser: Firefox

Browser Version: 57.0.4

Expected Behavior - Actions class function should work

Actual Behavior - Actions class function are not working

This issue is specific to selenium grid only

Grid is setup using DOCKER with the latest versions of selenium, chrome and firefox

Steps to reproduce -

Run the following protractor script in FIREFOX browser:

describe('Test', function () { 'use strict'; it('Firefox Actions class', function () { browser.get('http://www.protractortest.org/#/'); browser.actions().mouseMove(element(by.css('.github-button'))).perform(); browser.sleep(10000); }); })

Note that the same works on Selenium grid 3.2.0

As per https://github.com/SeleniumHQ/selenium/issues/5332 this is an issue with Protractor

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:7
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

9reactions
sarndtcommented, May 25, 2018

I still have this issue, is there any ETA when this will be fixed?

3reactions
lacymorrowcommented, Jan 22, 2019

Still having this issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

Selenium Grid - Firefox - UnknownCommandError: POST ...
Meta - OS: OSX Selenium Grid Version: 3.8.1 Browser: Firefox ... POST /session/{sessionId}/moveto did not match a known command #5332.
Read more >
WebDriverException... moveto did not match a known command
Sadly this appears to be a bug in the Mozilla/geckodriver side of the Actions implementation that has been lingering since mid 2016.
Read more >
Python Friday #150: Create a Dynamic Selenium Grid
Let's regroup and switch the way we create the Selenium Grid. This post is part of my journey to learn Python. You can...
Read more >
Selenium 3 - Launching firefox browser using Geckodriver
The first example that we will look into is launching firefox using the Geckodriver. When using Selenium 3 , you have to download...
Read more >
CLI options in the Selenium Grid
Each section has options can be configured through command line arguments. ... if the Grid does not support the requested capability.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found