We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7b258 commit a14ed93Copy full SHA for a14ed93
py/selenium/webdriver/common/bidi/browser.py
@@ -216,10 +216,6 @@ def from_dict(cls, data: dict) -> "ClientWindowInfo":
216
Returns:
217
-------
218
ClientWindowInfo: A new instance of ClientWindowInfo.
219
-
220
- Raises:
221
- ------
222
- ValueError: If required fields are missing or have invalid types.
223
"""
224
return cls(
225
client_window = data.get("clientWindow"),
0 commit comments