mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-04 22:50:23 +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,15 @@
|
|||
---
|
||||
title: Browser Profiles
|
||||
subtitle: Save and reuse login state across sessions
|
||||
description: Save and reuse browser state snapshots in the Skyvern Cloud UI to skip login flows by restoring cookies and session data from a previously authenticated browser session.
|
||||
slug: cloud/browser-management/browser-profiles
|
||||
keywords:
|
||||
- state snapshot
|
||||
- cookies
|
||||
- session restore
|
||||
- skip login
|
||||
- authenticated state
|
||||
- reuse
|
||||
---
|
||||
|
||||
A **browser profile** is a saved snapshot of browser state — cookies, localStorage, and session files. Load a profile into a new [browser session](/cloud/browser-management/browser-sessions) and the browser starts with that saved state restored, skipping login flows you've already completed.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,15 @@
|
|||
---
|
||||
title: Browser Sessions
|
||||
subtitle: Keep a browser open across multiple tasks
|
||||
description: Create and manage persistent browser sessions in the Skyvern Cloud UI to preserve cookies, login state, and page context across multiple tasks and workflows.
|
||||
slug: cloud/browser-management/browser-sessions
|
||||
keywords:
|
||||
- persistent browser
|
||||
- cookies
|
||||
- local storage
|
||||
- page context
|
||||
- timeout
|
||||
- live session
|
||||
---
|
||||
|
||||
A **browser session** is a live browser instance that stays open between runs. Cookies, login state, cart contents, and page context all persist — like keeping a browser tab open. Use sessions when you need back-to-back tasks to share state, or when you want to interact with the browser yourself between automated steps.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue