Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Deeper options passed through the command-line arguments are handled wrongly #2765

@andreev-artem

Description

@andreev-artem

For the following command-line argument:

--capabilities.chromeOptions.binary <some_path>

configParser.getConfig() output will be:

  capabilities: {
    browserName: 'chrome',
    chromeOptions: {
      args: [
        Object
      ]
    },
    'chromeOptions.binary': '<some_path>'
  },

And binary will not be used by chromeDriver.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions