mirror of
https://git.axenov.dev/mirrors/cursor-free-vip.git
synced 2025-12-26 05:30:36 +03:00
fix: Improve Browser Startup and Error Handling
- Add `--no-sandbox` flag to resolve browser startup issues - Enhance error handling in temp email creation - Update localization files with new email-related messages - Improve translation support for email creation process
This commit is contained in:
@@ -100,6 +100,9 @@ def setup_driver(translator=None):
|
||||
|
||||
# 使用无痕模式
|
||||
co.set_argument("--incognito")
|
||||
|
||||
# 设置随机端口
|
||||
co.set_argument("--no-sandbox")
|
||||
|
||||
# 设置随机端口
|
||||
co.auto_port()
|
||||
|
||||
Reference in New Issue
Block a user