@@ -39,7 +39,7 @@ def __init__(self) -> None:
3939 @property
4040 def binary_location (self ) -> str :
4141 """Returns:
42- The location of the binary, otherwise an empty string.
42+ The location of the binary, otherwise an empty string.
4343 """
4444 return self ._binary_location
4545
@@ -57,7 +57,7 @@ def binary_location(self, value: str) -> None:
5757 @property
5858 def debugger_address (self ) -> Optional [str ]:
5959 """Returns:
60- The address of the remote devtools instance.
60+ The address of the remote devtools instance.
6161 """
6262 return self ._debugger_address
6363
@@ -76,7 +76,7 @@ def debugger_address(self, value: str) -> None:
7676 @property
7777 def extensions (self ) -> list [str ]:
7878 """Returns:
79- A list of encoded extensions that will be loaded.
79+ A list of encoded extensions that will be loaded.
8080 """
8181
8282 def _decode (file_data : BinaryIO ) -> str :
@@ -123,7 +123,7 @@ def add_encoded_extension(self, extension: str) -> None:
123123 @property
124124 def experimental_options (self ) -> dict :
125125 """Returns:
126- A dictionary of experimental options for chromium.
126+ A dictionary of experimental options for chromium.
127127 """
128128 return self ._experimental_options
129129
@@ -139,8 +139,8 @@ def add_experimental_option(self, name: str, value: Union[str, int, dict, list[s
139139 @property
140140 def enable_webextensions (self ) -> bool :
141141 """Returns:
142- Whether webextension support is enabled for Chromium-based browsers.
143- True if webextension support is enabled, False otherwise.
142+ Whether webextension support is enabled for Chromium-based browsers.
143+ True if webextension support is enabled, False otherwise.
144144 """
145145 return self ._enable_webextensions
146146
0 commit comments