-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Labels
C-dotnet.NET Bindings.NET Bindings
Description
Is it possible to provide a way to specify LogPath in FirefoxDriverService class with dotnet bindings? I have a VM running tests using Selenium WebDriver and it crashes frequently. Without enabling these logs, it's not possible to dig deeper. I notice that this log_path is available in Python language bindings but not dotnet.
var service = FirefoxDriverService.CreateDefaultService
(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location));
service.LogPath = "C:\geckodriver.log";Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-dotnet.NET Bindings.NET Bindings