Open
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);