SDK: more logs & small fixes (#3945)

This commit is contained in:
Stanislav Novosad
2025-11-10 15:53:39 -07:00
committed by GitHub
parent e3cd3eeae0
commit 6319847709
3 changed files with 37 additions and 0 deletions

View File

@@ -30,6 +30,10 @@ class LoginRequest(BaseModel):
description="ID of the browser session to use, which is prefixed by `pbs_` e.g. `pbs_123456`",
examples=["pbs_123456"],
)
browser_profile_id: str | None = Field(
default=None,
description="ID of a browser profile to reuse for this run",
)
browser_address: str | None = Field(
default=None,
description="The CDP address for the task.",