这个已经停止工作了:
--auth-server-whitelist="_"
还有其他想法吗?
我的公司使用 SSO 登录,但要在本地运行一些自动化测试,我需要使用其他用户。 我正在使用 CodeceptJS 框架。隐身模式没有帮助。
您可以使用
--auth-server-allowlist="_"
代替。
我创建了一个运行
chrome.exe --disable-integrated-auth --auth-server-allowlist="_" https://my.internal.website
的快捷方式,以使其更容易启动。 请注意,在启动此程序之前,您的系统上不能有 chrome.exe 的现有进程,否则它将无法工作。