Skip to content

docs: update Browserless MCP description [AUTO-198]#221

Open
andyMrtnzP wants to merge 1 commit into
FlowiseAI:mainfrom
andyMrtnzP:docs/browserless-agentic-update
Open

docs: update Browserless MCP description [AUTO-198]#221
andyMrtnzP wants to merge 1 commit into
FlowiseAI:mainfrom
andyMrtnzP:docs/browserless-agentic-update

Conversation

@andyMrtnzP

Copy link
Copy Markdown
Contributor

No description provided.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Browserless MCP documentation to highlight its interactive web agent capabilities, expanding the list of features to include skills, smart scraping, web search, crawling, custom functions, Lighthouse audits, and PDF exports. It also adds a practical example of running the web agent. The feedback suggests improving the grammatical parallelism of the features list by starting each item with an active verb, and updating the new section header to Title Case for consistency.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment on lines +70 to +77
- **Interactive web agent** — drive a persistent browser session through a multi-step ReAct loop: snapshot the page, plan, click/type/scroll, and re-snapshot. Handles multi-tab workflows, captcha solving, residential proxies, and file upload/download. This is what lets an agent *complete a task on the web* rather than fetch a single page.
- **Skills** — on-demand recipes the agent loads to handle tricky page mechanics (cookie banners, modals, shadow DOM, dynamic content). They auto-inject when their triggers fire.
- **Smart scraping** — extract page content as markdown, HTML, or links, with cascading fallback strategies (direct fetch → proxy → headless browser → captcha solving).
- **Web search** — structured web, news, and image results.
- **Crawling & site mapping** — follow links to a configurable depth, or discover every URL on a site.
- **Custom functions** — run arbitrary Puppeteer scripts for complex automation.
- **Lighthouse audits** — performance, accessibility, best-practices, and SEO scores.
- **Export & PDF** — capture pages in their native format or as PDFs.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better readability and adherence to technical writing best practices, use a parallel grammatical structure for all list items. Currently, some items start with active verbs (e.g., 'drive', 'extract', 'follow'), while others start with noun phrases (e.g., 'on-demand recipes', 'structured web', 'performance'). Rewording them to all start with active verbs makes the list much cleaner.

Suggested change
- **Interactive web agent** — drive a persistent browser session through a multi-step ReAct loop: snapshot the page, plan, click/type/scroll, and re-snapshot. Handles multi-tab workflows, captcha solving, residential proxies, and file upload/download. This is what lets an agent *complete a task on the web* rather than fetch a single page.
- **Skills** — on-demand recipes the agent loads to handle tricky page mechanics (cookie banners, modals, shadow DOM, dynamic content). They auto-inject when their triggers fire.
- **Smart scraping** — extract page content as markdown, HTML, or links, with cascading fallback strategies (direct fetch → proxy → headless browser → captcha solving).
- **Web search** — structured web, news, and image results.
- **Crawling & site mapping** — follow links to a configurable depth, or discover every URL on a site.
- **Custom functions** — run arbitrary Puppeteer scripts for complex automation.
- **Lighthouse audits** — performance, accessibility, best-practices, and SEO scores.
- **Export & PDF** — capture pages in their native format or as PDFs.
- **Interactive web agent** — drive a persistent browser session through a multi-step ReAct loop: snapshot the page, plan, click/type/scroll, and re-snapshot. Handles multi-tab workflows, captcha solving, residential proxies, and file upload/download. This is what lets an agent *complete a task on the web* rather than fetch a single page.
- **Skills**load on-demand recipes to handle tricky page mechanics (cookie banners, modals, shadow DOM, dynamic content) that auto-inject when their triggers fire.
- **Smart scraping** — extract page content as markdown, HTML, or links, with cascading fallback strategies (direct fetch → proxy → headless browser → captcha solving).
- **Web search**retrieve structured web, news, and image results.
- **Crawling & site mapping** — follow links to a configurable depth, or discover every URL on a site.
- **Custom functions** — run arbitrary Puppeteer scripts for complex automation.
- **Lighthouse audits**generate performance, accessibility, best-practices, and SEO scores.
- **Export & PDF** — capture pages in their native format or as PDFs.

---

## 7. External References
## 7. Example: running the web agent

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To maintain consistency with the other section headers in this document (which all use Title Case, e.g., 'Available Capabilities', 'External References'), please update this header to use Title Case as well.

Suggested change
## 7. Example: running the web agent
## 7. Example: Running the Web Agent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant