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 3b9617f commit 8fcf232Copy full SHA for 8fcf232
py/selenium/webdriver/common/bidi/browser.py
@@ -157,7 +157,7 @@ def from_dict(cls, data: dict) -> "ClientWindowInfo":
157
if not isinstance(y, int):
158
raise ValueError(f"y must be an integer, got {type(y).__name__}")
159
160
- active = data.get["active"]
+ active = data["active"]
161
if not isinstance(active, bool):
162
raise ValueError("active must be a boolean")
163
0 commit comments