We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0074e0b commit 67272a2Copy full SHA for 67272a2
py/selenium/webdriver/wpewebkit/service.py
@@ -46,7 +46,7 @@ def __init__(
46
env: Optional[Mapping[str, str]] = None,
47
**kwargs,
48
):
49
- self.service_args = service_args or []
+ self._service_args = service_args or []
50
51
super().__init__(
52
executable_path=executable_path,
0 commit comments