Skip to content

Commit

Permalink
[py]: Fix linting failures for docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Jan 16, 2023
1 parent b372789 commit 74a85d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions py/selenium/webdriver/chromium/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ def headless(self) -> bool:

@headless.setter
def headless(self, value: bool) -> None:
"""
Sets the headless argument
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`
Native headless from v86 - v108 is set with `--headless=chrome`
Native headless from v109+ is set with `--headless=new`
:Args:
Expand Down

0 comments on commit 74a85d8

Please sign in to comment.