From 675992aa95a1ad88996ff3865d1427c21754a902 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Thu, 21 Aug 2025 22:35:28 -0700 Subject: [PATCH] Update API specifications with fern api update (#3267) Co-authored-by: github-actions --- fern/openapi/skyvern_openapi.json | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index d6b43314..1a63d410 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -9004,6 +9004,22 @@ ], "title": "Max Screenshot Scrolls", "description": "The maximum number of scrolls for the post action screenshot. When it's None or 0, it takes the current viewpoint screenshot." + }, + "browser_address": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "title": "Browser Address", + "description": "The CDP address for the task.", + "examples": [ + "http://127.0.0.1:9222", + "ws://127.0.0.1:9222/devtools/browser/1234567890" + ] } }, "type": "object", @@ -11485,6 +11501,22 @@ ], "title": "Extra Http Headers", "description": "The extra HTTP headers for the requests in browser." + }, + "browser_address": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "title": "Browser Address", + "description": "The CDP address for the workflow run.", + "examples": [ + "http://127.0.0.1:9222", + "ws://127.0.0.1:9222/devtools/browser/1234567890" + ] } }, "type": "object",