SimpleTextBrowser

SimpleTextBrowser(**kwargs)

(In preview) An extremely simple text-based web browser comparable to Lynx. Suitable for Agentic use.

Initialize the browser with the given parameters.

Parameters:
NameDescription
**kwargs

Class Attributes

page_down



page_up



set_address



visit_page



Instance Attributes

address


Return the address of the current page.

page_content


Return the full contents of the current page.

viewport


Return the content of the current viewport.