Skip to content

[🐛 Bug]: [dotnet] Remove logging API for non-Chromium browsers #15709

Open
@nvborisenko

Description

@nvborisenko

Description

Currently the method to get logs throws exception like it is not supported in Firefox. It will be better just to remove this unsupported method from FirefoxDriver, so users see only supported functionality at compilation time. Seems only Chromium based browsers only support it.

Context:

Reproducible Code

var driver = new FirefoxDriver();

driver.Manage().Logs.GetLog(LogType.Driver);

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

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions