Skip to content

[🚀 Feature]: Python Service class Properties #12760

@titusfortner

Description

@titusfortner

Feature and motivation

Right now Python Driver Services can only have parameters set in the constructor.

I think those arguments should also have property setter/getters, or whatever equivalent we are moving to.

Usage example

service = webdriver.ChromeService()
service.service_args = ['--log', 'debug']

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-pyPython BindingsI-enhancementSomething could be betterJ-staleApplied to issues that become stale, and eventually closed.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions