Closed menbre closed 2 days ago
The parameter is there:
It can be used by the formats that launch CDP directly: (via cdp_driver.cdp_util.start_sync()
args). Eg:
https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/raw_cdp.py
It's not part of SB()
Manager directly because using that option makes SB detectable.
Hi, there is no expert mod parameter in the sb manager, any other ways to prescribe it?
:param expert: When set to True, "expert" mode is enabled. This adds: --disable-web-security --disable-site-isolation-trials, as well as some scripts and patching useful for debugging. (For example, ensuring shadow-root is always in "open" mode.)