Skip to content

Commit a14ed93

Browse files
modified doc string of class method
1 parent dd7b258 commit a14ed93

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

py/selenium/webdriver/common/bidi/browser.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,6 @@ def from_dict(cls, data: dict) -> "ClientWindowInfo":
216216
Returns:
217217
-------
218218
ClientWindowInfo: A new instance of ClientWindowInfo.
219-
220-
Raises:
221-
------
222-
ValueError: If required fields are missing or have invalid types.
223219
"""
224220
return cls(
225221
client_window = data.get("clientWindow"),

0 commit comments

Comments
 (0)