fix script id bug on creating browser (#3173)

This commit is contained in:
LawyZheng
2025-08-13 12:13:17 +08:00
committed by GitHub
parent 2a4b26f8e6
commit 75b7a8ac4c

View File

@@ -642,6 +642,7 @@ class BrowserState:
proxy_location=proxy_location,
task_id=task_id,
workflow_run_id=workflow_run_id,
script_id=script_id,
organization_id=organization_id,
extra_http_headers=extra_http_headers,
)