| title | vibium text |
|---|
Extract the visible text of the current page.
vibium text
Prints the rendered, human-visible text content of the page to stdout. This is the cleanest way to give an agent the "what does the user see" view of the page without HTML noise.
The output is plain text suitable for grep, redirection, or piping into
another tool.
vibium text
vibium text > page.txt
vibium text | grep -i "error"vibium screenshot— visual capture instead of textual.vibium eval— run JavaScript to extract a more specific value.