This repository was archived by the owner on Apr 25, 2026. It is now read-only.
Add page --all full-page reading mode with scroll settling#12
Merged
Conversation
Agent-Logs-Url: https://github.com/4fuu/open-browser-cli/sessions/cffa5e91-5e08-4f31-b745-a8bd0e5c4b42 Co-authored-by: 4fuu <96584640+4fuu@users.noreply.github.com>
Agent-Logs-Url: https://github.com/4fuu/open-browser-cli/sessions/cffa5e91-5e08-4f31-b745-a8bd0e5c4b42 Co-authored-by: 4fuu <96584640+4fuu@users.noreply.github.com>
Agent-Logs-Url: https://github.com/4fuu/open-browser-cli/sessions/cffa5e91-5e08-4f31-b745-a8bd0e5c4b42 Co-authored-by: 4fuu <96584640+4fuu@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add --all flag for page command to fetch full content
Add Apr 13, 2026
page --all full-page reading mode with scroll settling
4fuu
approved these changes
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pageonly returned one viewport slice at a time, which made long or lazy-rendered pages incomplete unless callers manually paged through them. This change adds a CLI-orchestrated full-page mode that walks the page, waits for lazy content to render, and returns one aggregated reading view.CLI surface
browser-cli page <session-id> --all--settle <ms>for per-scroll delay in--allmode (500msdefault)--allcannot be combined with-p,--next, or--prev--settleto--allFull-page capture flow
SCROLL+GET_PAGE_FRESHactions from the CLIscroll_top, then iterates logical pagestotal_pagesfrom each fresh snapshot so page growth from lazy loading is picked upAggregation behavior
PageDatacurrent_page = 1total_pages = 1truncated = falseDocs
README.md,README.en.md, andSKILL.mdwith--all/--settleusage and guidance that--allis intended for reading, not follow-up element targeting