mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-02 21:50:20 +00:00
docs: Add keywords and descriptions for every page, rewrote llms.txt, added another redirect (#5461)
This commit is contained in:
parent
94470d68a7
commit
022ec7b185
96 changed files with 1273 additions and 0 deletions
|
|
@ -1,7 +1,17 @@
|
|||
---
|
||||
title: Browser Profiles
|
||||
subtitle: Save and reuse browser state across runs
|
||||
description: Use the Skyvern TypeScript SDK to create, list, and delete browser profiles that snapshot cookies and session data for reuse across workflow runs.
|
||||
slug: ts-sdk-reference/browser-profiles
|
||||
keywords:
|
||||
- createBrowserProfile
|
||||
- listBrowserProfiles
|
||||
- getBrowserProfile
|
||||
- deleteBrowserProfile
|
||||
- cookies
|
||||
- session snapshot
|
||||
- persistent state
|
||||
- reuse
|
||||
---
|
||||
|
||||
A browser profile is a snapshot of browser state — cookies, local storage, session data. Create a profile from a completed run, then load it into future workflow runs to skip login and setup steps.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue