mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-01 21:20:19 +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,16 @@
|
|||
---
|
||||
title: Browser Profiles
|
||||
subtitle: Save and reuse authenticated browser state across runs
|
||||
description: Save browser state snapshots including cookies, localStorage, and session files as reusable profiles. Skip login steps and restore authenticated state instantly across workflow runs.
|
||||
slug: optimization/browser-profiles
|
||||
keywords:
|
||||
- create_browser_profile
|
||||
- state snapshot
|
||||
- skip login
|
||||
- cookies
|
||||
- localStorage
|
||||
- session files
|
||||
- persist_browser_session
|
||||
---
|
||||
|
||||
A **Browser Profile** is a saved snapshot of browser state (cookies, localStorage, and session files) that you can reuse across multiple runs. Profiles let you skip login steps and restore authenticated state instantly.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue