Skip to content

Implement excludedArguments functionality for Chromium-based drivers #143

Closed
@mialeska

Description

@mialeska

As it is in .NET:

  "excludedArguments": [ "enable-automation" ],

e.g.

    private void SetEdgeExcludedArguments(EdgeOptions options)
    {
        options.AddExcludedArguments(BrowserExcludedArguments);
    }

in Java would be

   options.setExperimentalOption("excludeSwitches",Collections.singletonList("enable-automation"));    

Also consider designing a way to set experimental options e.g. when set capability failed

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions