Skip to content

Can't specify test target OSX 10.14 Mojave with Capabilities "platform": "MOJAVE" or "macos 10.14" on Selenium Grid #6467

@aengwall

Description

@aengwall

I understand this is a recent update to MacOS but just wanted get this on the roadmap if it hasn't been tackled already. Thanks :)

Environments

OS: OSX
Selenium Version: Selenium server standalone <= 3.14.0
Browser: Any
Browser Version: Any

Expected Behavior

Selenium Grid hub routes webdriver traffic to specified platform[Name]: macos 10.14 or mojave

Actual Behavior

No current support for node platform target MacOS 10.14 Mojave.
Desired capabilities platform[Name] set to macos 10.14 or mojave fails to find corresponding selenium node.
Workaround:
Disable all other MacOS platform nodes and target platform[Name]: "MAC"

Steps to reproduce -

Create a selenium grid with OSX 10.12/13 and 10.14.
Run tests with desired capabilities platform[Name]: "mojave".

Reference

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.14 Mojave

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions