mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-30 04:30:19 +00:00
[SKY-6974] Browser Profiles [2/3] Marc/backend browser session profiles (#3923)
This commit is contained in:
parent
f0172a22df
commit
3db5ec6cd7
24 changed files with 662 additions and 27 deletions
|
|
@ -348,6 +348,7 @@ async def run_workflow(
|
|||
totp_identifier=workflow_run_request.totp_identifier,
|
||||
totp_verification_url=workflow_run_request.totp_url,
|
||||
browser_session_id=workflow_run_request.browser_session_id,
|
||||
browser_profile_id=workflow_run_request.browser_profile_id,
|
||||
max_screenshot_scrolls=workflow_run_request.max_screenshot_scrolls,
|
||||
extra_http_headers=workflow_run_request.extra_http_headers,
|
||||
browser_address=workflow_run_request.browser_address,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue