Skip to content

Commit 30ffaba

Browse files
authored
typo
1 parent 8a85a1b commit 30ffaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/common/bidi/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def remove_request_handler(self, event, callback_id):
219219
if len(self.subscriptions[event_name]) == 0:
220220
params = {}
221221
params["events"] = [event_name]
222-
self.conn.execute(self.command_builder("session.subscribe", params))
222+
self.conn.execute(self.command_builder("session.unsubscribe", params))
223223
del self.subscriptions[event_name]
224224

225225
def add_auth_handler(self, username, password):

0 commit comments

Comments
 (0)