Use the correct option parser
This commit is contained in:
parent
41622133d2
commit
089005c60c
|
@ -667,7 +667,7 @@ class SeleniumBrowser(Plugin):
|
|||
to websites that use anti-bot services to block
|
||||
automation tools from navigating them freely.""",
|
||||
)
|
||||
parser.addoption(
|
||||
parser.add_option(
|
||||
"--uc_cdp_events",
|
||||
"--uc-cdp-events",
|
||||
"--uc-cdp", # For capturing CDP events during UC Mode
|
||||
|
|
Loading…
Reference in New Issue