Skip to content

[πŸ› Bug]: [dotnet] Adding additional option is ignoredΒ #16122

@nvborisenko

Description

@nvborisenko

Description

I use AddAdditionalOption() method, and seems it doesn't work.

Reproducible Code

var options = new ChromeOptions();

options.AddAdditionalOption("myCustomOption", "myCastomValue");

using var driver = new ChromeDriver(options);

Debugging Logs

18:03:07.632 TRACE HttpCommandExecutor: >> POST http://localhost:52206/session
{"capabilities":{"firstMatch":[{"browserName":"chrome","goog:chromeOptions":{"binary":"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe"}}]}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-needs-triagingA Selenium member will evaluate this soon!C-dotnet.NET BindingsI-defectSomething is not working as intended

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions