mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 09:49:46 +00:00
user defined browser header (#2752)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
This commit is contained in:
parent
2776475ca3
commit
df5f40bdb9
15 changed files with 132 additions and 10 deletions
|
@ -425,4 +425,5 @@ class WorkflowCreateYAMLRequest(BaseModel):
|
|||
workflow_definition: WorkflowDefinitionYAML
|
||||
is_saved_task: bool = False
|
||||
max_screenshot_scrolling_times: int | None = None
|
||||
extra_http_headers: dict[str, str] | None = None
|
||||
status: WorkflowStatus = WorkflowStatus.published
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue