Update CHANGELOG.md with specific Linux Chrome fix, add no-sandbox option in new_tempemail.py, and uncomment workbench path modification in reset_machine_manual.py.

This commit is contained in:
yeongpin
2025-03-28 23:33:48 +08:00
parent 28cd662e83
commit c97bfd1475
3 changed files with 6 additions and 3 deletions

View File

@@ -107,6 +107,8 @@ class NewTempEmail:
# 创建浏览器选项
co = ChromiumOptions()
co.set_argument("--headless=new")
co.set_argument("--no-sandbox")
co.auto_port() # 自动设置端口