Skyvern SDK Prototype (#3624)
This commit is contained in:
committed by
GitHub
parent
770ddadc2f
commit
fb24641212
@@ -30,6 +30,11 @@ class LoginRequest(BaseModel):
|
||||
description="ID of the browser session to use, which is prefixed by `pbs_` e.g. `pbs_123456`",
|
||||
examples=["pbs_123456"],
|
||||
)
|
||||
browser_address: str | None = Field(
|
||||
default=None,
|
||||
description="The CDP address for the task.",
|
||||
examples=["http://127.0.0.1:9222", "ws://127.0.0.1:9222/devtools/browser/1234567890"],
|
||||
)
|
||||
extra_http_headers: dict[str, str] | None = Field(
|
||||
default=None, description="Additional HTTP headers to include in requests"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user