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 cf2f5a6 commit 696f708Copy full SHA for 696f708
py/selenium/webdriver/common/bidi/browser.py
@@ -188,7 +188,7 @@ def from_dict(cls, data: dict) -> "ClientWindowInfo":
188
ValueError: If required fields are missing or have invalid types.
189
"""
190
return cls(
191
- client_window=data.get("client_window"),
+ client_window=data.get("clientWindow"),
192
state=data.get("state"),
193
width=data.get("width"),
194
height=data.get("height"),
0 commit comments