Skip to content

docs(sessions): add fullscreen mode page - #56

Merged
nibzard merged 2 commits into
mainfrom
niko/fullscreen
Jun 12, 2026
Merged

docs(sessions): add fullscreen mode page#56
nibzard merged 2 commits into
mainfrom
niko/fullscreen

Conversation

@nibzard

@nibzard nibzard commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

What

Adds a Fullscreen Mode docs page under Sessions API, documenting the fullscreen: true session-create flag.

  • New page: content/docs/overview/sessions-api/fullscreen-mode.mdx
  • Registered in the sidebar (meta.json) right after Mobile Mode

Notes

All claims verified against steel-main:

  • fullscreen is an optional boolean defaulting to false (sessions.schema.ts), echoed back on the session object.
  • Chrome launches with --kiosk (cdp.service.ts); the fingerprint plugin forces screen + viewport to 1920×1080, skipping the windowed chrome allowance of 5px width / 91px height (fingerprint-plugin.ts), so windowed = 1915×989 viewport.
  • dimensions is ignored when fullscreen is set.

Style mirrors mobile-mode.mdx (CodeTabs TS/Python + Playwright connect, comparison table, Discord help callout). publishedAt: 2026-06-12 so the NEW badge shows and auto-expires after 7 days. bun run lint and bun run validate-links both pass.

@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Building Building Preview, Comment Jun 12, 2026 9:05am

Request Review

@nibzard
nibzard merged commit 0fedbb1 into main Jun 12, 2026
1 of 3 checks passed
@nibzard
nibzard deleted the niko/fullscreen branch June 12, 2026 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant