Skip to content

Commit e8848c7

Browse files
committed
format.sh
1 parent d84a20c commit e8848c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

py/selenium/webdriver/chromium/options.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def add_experimental_option(self, name: str, value: Union[str, int, dict, list[s
135135
@property
136136
def enable_webextensions(self) -> bool:
137137
""":Returns: Whether webextension support is enabled for Chromium-based browsers.
138-
True if webextension support is enabled, False otherwise.
138+
True if webextension support is enabled, False otherwise.
139139
"""
140140
return self._enable_webextensions
141141

@@ -173,8 +173,8 @@ def enable_webextensions(self, value: bool) -> None:
173173

174174
def to_capabilities(self) -> dict:
175175
"""Creates a capabilities with all the options that have been set
176-
177-
Returns:
176+
177+
Returns:
178178
-------
179179
dict : a dictionary with all set options
180180
"""

0 commit comments

Comments
 (0)