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

Enable Firefox in test-ui stage #1

Closed
noyainrain opened this issue Nov 2, 2017 · 2 comments
Closed

Enable Firefox in test-ui stage #1

noyainrain opened this issue Nov 2, 2017 · 2 comments

Comments

@noyainrain
Copy link
Owner

Making use of advanced user interactions fails in Firefox with remote error: UnsupportedOperationError: mouseMoveTo. This problem is addressed both for the Selenium Node.js client and the Selenium server.

There is an experimental branch using a pre-release version of the client library.

On the server side, the problem should be fixed in Selenium 3.5+, but Sauce does not yet support it in combination with Firefox (test starts, then times out).

Travis CI config to enable Firefox:

jobs:
    include:
        - <<: *test-ui
          env: BROWSER=firefox PLATFORM="Windows 10"
@noyainrain
Copy link
Owner Author

To expand menu via hover (instead of click):

await browser.actions().mouseMove(menu).perform();

@noyainrain noyainrain self-assigned this Mar 1, 2018
@noyainrain
Copy link
Owner Author

Since #14 menus also expand on focus, which works in Firefox, so for now we have no need for advanced user interactions any more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant