Skip to content

Commit 631a456

Browse files
authored
Update command.py
1 parent d9fe883 commit 631a456

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

py/selenium/webdriver/remote/command.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ class Command:
2626
https://w3c.github.io/webdriver/
2727
"""
2828

29-
ADD_INTERCEPT: str = "network.addIntercept"
30-
REMOVE_INTERCEPT: str = "network.removeIntercept"
31-
CONTINUE_RESPONSE: str = "network.continueResponse"
32-
CONTINUE_REQUEST: str = "network.continueRequest"
33-
CONTINUE_WITH_AUTH: str = "network.continueWithAuth"
3429
NEW_SESSION: str = "newSession"
3530
DELETE_SESSION: str = "deleteSession"
3631
NEW_WINDOW: str = "newWindow"

0 commit comments

Comments
 (0)