-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Open
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!C-dotnet.NET Bindings.NET BindingsI-defectSomething is not working as intendedSomething is not working as intended
Milestone
Description
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:
- [🐛 Bug]: C# Firefox driver get logs throws 'The getLog command returned an unexpected error. HTTP method not allowed' #14744
- [py] Remove logging API for non-Chromium browsers #15641
Reproducible Code
var driver = new FirefoxDriver();
driver.Manage().Logs.GetLog(LogType.Driver);
Metadata
Metadata
Assignees
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!C-dotnet.NET Bindings.NET BindingsI-defectSomething is not working as intendedSomething is not working as intended