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

Can't specify test target OSX 10.13 High Sierra with Capabilities "platform": "MAC" when OSX 10.12 also exists as a Selenium Grid node #5969

Closed
aengwall opened this issue May 31, 2018 · 0 comments
Labels

Comments

@aengwall
Copy link

Environment

  • OS:
    • OSX 10.12 (Sierra) and 10.13 (High Sierra)
  • Selenium Version:
    • Selenium server standalone 3.11.0
  • Browser/Version:
    • Any

Expected Behavior

When running automated test with capabilities "platform": "MAC" it should run test only on OSX 10.13 High Sierra nodes. I can isolate tests targeting OSX 10.12 Sierra by using "platform": "SIERRA".
Currently no support for specifying nodes running High Sierra 10.13 OSX on selenium grid with existing Sierra 10.12 OSX nodes.

Actual Behavior -

Some tests run on 10.12 and some on 10.13.
Selenium hub routes tests to OSX 10.12 or 10.13 based on some routing pattern (round-robin,sequential,etc.)

Steps to reproduce -

Create a selenium grid with OSX 10.12 and 10.13.
Run tests with capabilities "platform": "MAC".

Refernce

Known and Supported Platforms that WebDriver runs on

https://github.com/SeleniumHQ/selenium/blob/master/java/client/src/org/openqa/selenium/Platform.java
Doesn't include identifier for MacOSX 10.13 High Sierra

@barancev barancev added the C-grid label Jun 3, 2018
grigaman pushed a commit to grigaman/selenium that referenced this issue Jul 12, 2018
@lock lock bot locked and limited conversation to collaborators Aug 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants