We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
linting
1 parent b372789 commit 74a85d8Copy full SHA for 74a85d8
py/selenium/webdriver/chromium/options.py
@@ -150,9 +150,9 @@ def headless(self) -> bool:
150
151
@headless.setter
152
def headless(self, value: bool) -> None:
153
- """
154
- Sets the headless argument
155
- Old headless uses a non-production browser and is set with `--headless`
+ """Sets the headless argument Old headless uses a non-production
+ browser and is set with `--headless`
+
156
Native headless from v86 - v108 is set with `--headless=chrome`
157
Native headless from v109+ is set with `--headless=new`
158
:Args:
0 commit comments