Skip to content

Commit 4dbf5b0

Browse files
committed
Remove browser.py from PR
1 parent 7e6e39d commit 4dbf5b0

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,4 +188,4 @@ def get_client_windows(self) -> list[ClientWindowInfo]:
188188
List[ClientWindowInfo]: A list of client window information.
189189
"""
190190
result = self.conn.execute(command_builder("browser.getClientWindows", {}))
191-
return [ClientWindowInfo.from_dict(window) for window in result["clientWindows"]]
191+
return [ClientWindowInfo.from_dict(window) for window in result["clientWindows"]]

0 commit comments

Comments
 (0)