[Browser Run] Add tabs vs sessions FAQ#32098
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
/bonk |
Review✅ No issues found in commit Code ReviewThis code review is in beta and may not always be helpful — use your judgment. No code review issues found. ConventionsNo convention issues found. Style Guide ReviewNo style-guide issues found. CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
|
Here's a summary of PR #32098: Title: [Browser Run] Add tabs vs sessions FAQ Author: kathayl Status: Open (1 commit, +44/-1 in What changed?
Thread so far:
No human review comments have been posted yet. |
|
Nimbus Preview URL: https://nimbus-d01bef3e.preview.developers.cloudflare.com |
|
/bonk implement your warning and suggestion |
Co-authored-by: kathayl <kathayl@users.noreply.github.com>
|
Fixed both style guide findings in
Both changes align with the documentation style guide. The opencode infrastructure will commit these automatically to PR #32098. |
|
Preview URL: https://d01bef3e.preview.developers.cloudflare.com Files with changes (up to 15)
|
Summary
Adds a new Session management FAQ entry to the Browser Run FAQ page that explains when to reuse a browser session and open tabs versus launching a fresh browser for each task.
The entry covers:
browser.createBrowserContext()/browser.newContext()) for isolation when reusing sessions.This addresses a recurring customer question about whether to reuse Browser Sessions/tabs instead of opening a fresh browser per task.
Screenshots (optional)
Documentation checklist