Skip to content

Commit 696f708

Browse files
fixed typo
1 parent cf2f5a6 commit 696f708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def from_dict(cls, data: dict) -> "ClientWindowInfo":
188188
ValueError: If required fields are missing or have invalid types.
189189
"""
190190
return cls(
191-
client_window=data.get("client_window"),
191+
client_window=data.get("clientWindow"),
192192
state=data.get("state"),
193193
width=data.get("width"),
194194
height=data.get("height"),

0 commit comments

Comments
 (0)