
Beyond-Bot.ai + browser_tool
Composio enables AI Agents and LLMs to authenticate and integrate with various tools via function calling.
What You Can Do with this Integration
Automate Data Entry
Automatically sync new contacts or deals from Beyond-Bot.ai to browser_tool.
Enrich Customer Profiles
Use Beyond-Bot.ai to find and add new information to your records in browser_tool.
Trigger Workflows
Start automated workflows in browser_tool based on conversations with your virtual expert.
Available Actions
Here are the specific actions your virtual expert can perform within browser_tool.
Copy Selected Text
Copy currently selected text on the page to clipboard - ideal for extracting highlighted content, copying form data, or harvesting visible text selections.
Drag And Drop
Execute precise drag and drop operations - essential for file uploads, list reordering, element moving, and complex ui interactions that require drag-based manipulation.
Fetch Webpage Content
Decision brain: essential for analysis, planning, and information gathering. primary uses: understand page state, locate elements, verify changes, plan next actions fallback role: when screenshot blocked/fails, use this diligently for information format: html=element discovery & coordinates | markdown=content analysis hybrid workflow: use for decisions → ai agent for precision clicking
Get Clipboard Content
Read current content from the system clipboard - essential for data transfer workflows, extracting copied text, and reading user-copied data for processing.
Keyboard Shortcut
Execute keyboard shortcuts and key combinations - essential for copy/paste, navigation, and application commands that agents need for efficient browser automation.
Mouse Click
Manual precision: coordinate-based clicking - less efficient than ai agent for complex clicks. when to use: simple single clicks when you have exact coordinates better alternative: use performwebtask ai agent for complex/precise clicking pattern: fetchwebpage(html) → estimate coordinates → click → verify hints: center ~(640,350) | header ~y=150 | content ~y=300-500 | success rate: 85%
Mouse Double Click
Execute a precise double click at specified screen coordinates - ideal for opening files, selecting text, or activating ui elements that require double click gestures.
Mouse Down (Press And Hold)
Press and hold mouse button at coordinates - use for starting custom drag operations, text selections, or long-press interactions. must be followed by mouseup action to complete.
Mouse Move
Move mouse cursor to precise coordinates without clicking - perfect for triggering hover effects, revealing tooltips, and positioning for subsequent interactions.
Mouse Up (Release Button)
Release mouse button at coordinates - completes drag operations, text selections, and long-press interactions. should be used after mousedown to finish mouse button sequences.
Navigate To Url
Session foundation: always start here - creates browser session and navigates to url. workflow: navigate() → fetchwebpage() → analysis/planning → ai agent or manual interactions → verify provides: live debugurl for user, initial page snapshot, persistent session tip: always show debugurl to user before proceeding
Paste Text
Paste text content at the current cursor position - perfect for filling forms, inserting data into text fields, or quick content insertion at focused elements.
Ai Perform Web Task
Ai agent: best for precise clicking and complex interactions. preferred for: button clicks, form interactions, precise targeting (coordinates handled well) hybrid workflow: use after fetchwebpage analysis for informed ai interactions when to use: any clicking task, multi-step workflows, dynamic content strategy: ai handles precision → regular tools for verification
Screenshot Webpage
Capture high-quality screenshot of any webpage with extensive customization options - perfect for archiving, visual documentation, full-page captures, and cross-device viewport testing.
Scroll Page
Page navigation: smooth scrolling. use: when target element not visible after fetchwebpage() distance: 200px=fine | 400px=sections | 800px=quick traverse always: scroll → fetchwebpage() → verify | success rate: 99%
Set Clipboard Content
Store text content in the system clipboard for later paste operations - perfect for preparing data transfers, staging content for forms, or cross-application data sharing.
Take Screenshot
Visual verification: capture screenshot - must be called alone in multi execute. 🚨 critical: screenshot cannot be combined with other tools in same multi execute call fallback: if screenshot blocked/fails, use fetchwebpage diligently for information use: debug ui, verify states, document results after page changes renders: inline visual feedback | success rate: 99%
Type Text
Controlled input: human-like typing. pattern: click to focus → typetext() → verify speed: delay=0 (fast) | delay=50 (human-like) | delay=100+ (careful) must focus input field first | success rate: 95%