Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[馃殌 Feature]: Update .NET service classes #12273

Open
6 tasks
titusfortner opened this issue Jun 28, 2023 · 0 comments
Open
6 tasks

[馃殌 Feature]: Update .NET service classes #12273

titusfortner opened this issue Jun 28, 2023 · 0 comments

Comments

@titusfortner
Copy link
Member

titusfortner commented Jun 28, 2023

Feature and motivation

Java, Ruby & Python have all implemented various features for Service classes that can not be done in .NET right now.

  • Firefox can not be set to log to file
  • No driver can be set to log to console
  • Chrome/Edge/Firefox can not set log level (in Service class)
  • Chrome/Edge can not set readableTimeStamp
  • Firefox can not set truncated logs or profile root
  • Safari can not enable logging

Usage example

        var service = EdgeDriverService.CreateDefaultService();
        service.LogToConsole = true
        service.LogLevel = ChromiumDriverLogLevel.Debug 

        driver = new EdgeDriver(service);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants