Browser 🟑 PREVIEW - Web Browser

Built-in web browser

Browser Interface Screen

Overview

Browser is the built-in web browser module in General Bots Suite. Browse the web, research information, and capture screenshots without leaving the Suite environment. Browser integrates seamlessly with other apps for research and content gathering.


Features

Tabs

Manage multiple browser tabs for multitasking.

ActionDescription
Open TabCreate new browser tab
Close TabClose current or specific tab
Switch TabsNavigate between open tabs
Reopen TabRestore recently closed tabs
Tab GroupsOrganize tabs into logical groups

Standard browser navigation controls.

ActionDescription
BackReturn to previous page
ForwardGo to next page in history
RefreshReload current page
HomeReturn to homepage
StopCancel page loading

URL Bar

Address bar with search and navigation capabilities.

FeatureDescription
URL EntryType URLs directly
SearchSearch using default search engine
AutocompleteSuggestions from history and bookmarks
Security IndicatorShows HTTPS status
Page TitleDisplays current page title

Bookmarks

Save and organize favorite websites.

ActionDescription
Add BookmarkSave current page
Bookmark BarQuick access toolbar
Bookmark FoldersOrganize bookmarks in folders
Import BookmarksImport from other browsers
Export BookmarksExport bookmarks for backup

Screenshots

Capture web page screenshots for documentation.

FeatureDescription
Full PageCapture entire scrollable page
Visible AreaCapture current viewport only
ElementCapture specific page element
Save to DriveSave screenshots to Drive
ShareShare screenshots via chat or email

Keyboard Shortcuts

ShortcutAction
Ctrl+TNew tab
Ctrl+WClose tab
Ctrl+LFocus URL bar
Ctrl+RRefresh page
Ctrl+Shift+RHard refresh
F11Fullscreen toggle
Ctrl+DBookmark page
Ctrl+Shift+IDeveloper tools

Browser via Chat

Opening a Website

Taking a Screenshot


API Reference

Browser operations are available via REST API:

EndpointMethodDescription
/api/browser/tabsGETList open tabs
/api/browser/tabsPOSTOpen new tab
/api/browser/tabs/:idDELETEClose tab
/api/browser/tabs/:id/navigatePOSTNavigate to URL
/api/browser/tabs/:id/screenshotPOSTCapture screenshot
/api/browser/tabs/:id/backPOSTGo back
/api/browser/tabs/:id/forwardPOSTGo forward
/api/browser/tabs/:id/refreshPOSTRefresh page
/api/browser/bookmarksGETList bookmarks
/api/browser/bookmarksPOSTAdd bookmark