Skip to content

[🚀 Feature]: Selenium Command Logging across bindings #10944

Closed
@titusfortner

Description

@titusfortner

Feature and motivation

Ruby has a great logging implementation, that allows us to easily output warnings, deprecations and for users to toggle level to get things like command path, payload, and header info.

I believe that some of this functionality is available in other bindings, but we don't have it well documented how to toggle it. The solutions need to be language idiomatic, but I'm hoping we can ensure relatively equivalent functionality with this.

Usage example

In Ruby a user can do this to get all info about commands sent to and from the driver or server

Selenium::WebDriver.logger.level = :info

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-dotnet.NET BindingsC-javaJava BindingsC-nodejsJavaScript BindingsC-pyPython BindingsI-enhancementSomething could be better

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions