Closed Bug 1518376 Opened 6 years ago Closed 6 years ago

Firefox webdriver doesn't support Movetoelement action

Categories

(Remote Protocol :: Marionette, defect, P1)

64 Branch
Desktop
Windows 10
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1328914

People

(Reporter: varghese.joseph, Unassigned)

Details

Attachments

(1 file)

The latest version of Firefox (ver 64.0) has the issue of not supporting MoveToElement action. The same error "MoveTo did not match a known command" recurs.
The test is executed on Browserstack. Works fine on Edge & Chrome.

+++ This bug was initially created as a clone of Bug #1328914 +++

User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36

Steps to reproduce:

I am using Latest geckodriver-v0.12.0-win64, Firefox Nightly and Selenium 3.0.1.0.

Actual results:

MoveToElement is not supported by Firefoxdriver. It throws error while running that MoveTo did not match a known command

(In reply to Varghese from comment #0)

The latest version of Firefox (ver 64.0) has the issue of not supporting MoveToElement action. The same error "MoveTo did not match a known command" recurs.

As per the WebDriver specification there is no such command defined. See https://w3c.github.io/webdriver/.

The test is executed on Browserstack. Works fine on Edge & Chrome.

This works fine because you may not run the driver executable in webdriver mode, eg. for chromedriver you specifically have to enable it via the w3c flag.

Geckodriver by default ONLY supports the Webdriver standard.

I am using Latest geckodriver-v0.12.0-win64, Firefox Nightly and Selenium 3.0.1.0.

Those are not the latest versions. geckodriver is at version 0.23, and for Firefox Nightly you need at least Selenium 3.11. The given configuration shouldn't work at all.

Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE

Thanks for your comments and help Henrik. I updated the selenium version to the latest including the versions of gecko and Maven dependencies and now the scenarios are all working fine.

Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: