Skip to content

Commit 089005c

Browse files
committed
Use the correct option parser
1 parent 4162213 commit 089005c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/plugins/selenium_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def options(self, parser, env):
667667
to websites that use anti-bot services to block
668668
automation tools from navigating them freely.""",
669669
)
670-
parser.addoption(
670+
parser.add_option(
671671
"--uc_cdp_events",
672672
"--uc-cdp-events",
673673
"--uc-cdp", # For capturing CDP events during UC Mode

0 commit comments

Comments
 (0)