Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/edge/ar/tools/web-scraping/browserbaseloadtool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mode: "wide"
- [بنية تحتية بدون خادم](https://docs.browserbase.com/under-the-hood) توفر متصفحات موثوقة لاستخراج البيانات من واجهات المستخدم المعقدة
- [وضع التخفي](https://docs.browserbase.com/features/stealth-mode) مع تكتيكات البصمة المضمنة وحل CAPTCHA التلقائي
- [مصحح الجلسات](https://docs.browserbase.com/features/sessions) لفحص جلسة المتصفح مع الجدول الزمني للشبكة والسجلات
- [التصحيح المباشر](https://docs.browserbase.com/guides/session-debug-connection/browser-remote-control) لتصحيح الأتمتة بسرعة
- [التصحيح المباشر](https://docs.browserbase.com/welcome/getting-started) لتصحيح الأتمتة بسرعة

## التثبيت

Expand Down
2 changes: 1 addition & 1 deletion docs/edge/en/tools/web-scraping/browserbaseloadtool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Power your AI data retrievals with:
- [Serverless Infrastructure](https://docs.browserbase.com/under-the-hood) providing reliable browsers to extract data from complex UIs
- [Stealth Mode](https://docs.browserbase.com/features/stealth-mode) with included fingerprinting tactics and automatic captcha solving
- [Session Debugger](https://docs.browserbase.com/features/sessions) to inspect your Browser Session with networks timeline and logs
- [Live Debug](https://docs.browserbase.com/guides/session-debug-connection/browser-remote-control) to quickly debug your automation
- [Live Debug](https://docs.browserbase.com/welcome/getting-started) to quickly debug your automation

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/edge/ko/tools/web-scraping/browserbaseloadtool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AI 데이터 수집을 다음과 같이 강화하세요:
- [서버리스 인프라스트럭처](https://docs.browserbase.com/under-the-hood)를 통해 복잡한 UI에서 데이터를 추출할 수 있는 신뢰할 수 있는 브라우저 제공
- [스텔스 모드](https://docs.browserbase.com/features/stealth-mode)에서는 지문 인식 회피 기법과 자동 캡차 솔루션이 포함되어 있습니다
- [세션 디버거](https://docs.browserbase.com/features/sessions)를 통해 네트워크 타임라인과 로그로 Browser Session을 점검
- [라이브 디버그](https://docs.browserbase.com/guides/session-debug-connection/browser-remote-control)로 자동화 작업을 신속하게 디버깅
- [라이브 디버그](https://docs.browserbase.com/welcome/getting-started)로 자동화 작업을 신속하게 디버깅

## 설치

Expand Down
2 changes: 1 addition & 1 deletion docs/edge/pt-BR/tools/web-scraping/browserbaseloadtool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Potencialize suas buscas de dados para IA com:
- [Infraestrutura Serverless](https://docs.browserbase.com/under-the-hood) fornecendo navegadores confiáveis para extrair dados de interfaces complexas
- [Modo Stealth](https://docs.browserbase.com/features/stealth-mode) com táticas de fingerprinting e resolução automática de captcha incluídas
- [Depurador de Sessão](https://docs.browserbase.com/features/sessions) para inspecionar sua Sessão do Navegador com linha do tempo de rede e logs
- [Depuração Ao Vivo](https://docs.browserbase.com/guides/session-debug-connection/browser-remote-control) para depurar rapidamente sua automação
- [Depuração Ao Vivo](https://docs.browserbase.com/welcome/getting-started) para depurar rapidamente sua automação

## Instalação

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- [Serverless Infrastructure](https://docs.browserbase.com/under-the-hood) providing reliable browsers to extract data from complex UIs
- [Stealth Mode](https://docs.browserbase.com/features/stealth-mode) with included fingerprinting tactics and automatic captcha solving
- [Session Debugger](https://docs.browserbase.com/features/sessions) to inspect your Browser Session with networks timeline and logs
- [Live Debug](https://docs.browserbase.com/guides/session-debug-connection/browser-remote-control) to quickly debug your automation
- [Live Debug](https://docs.browserbase.com/welcome/getting-started) to quickly debug your automation

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Check if the upstream documentation file needs the same update
rg -n 'guides/session-debug-connection/browser-remote-control' docs/

Repository: crewAIInc/crewAI

Length of output: 12467


🏁 Script executed:

# Check what URL the changed file now has to confirm the update
cat -n lib/crewai-tools/src/crewai_tools/tools/browserbase_load_tool/README.md | sed -n '8,14p'

Repository: crewAIInc/crewAI

Length of output: 638


Multiple upstream documentation files still reference the old Browserbase URL and need updating.

The change updates the source README to use /welcome/getting-started, but the old URL https://docs.browserbase.com/guides/session-debug-connection/browser-remote-control persists across dozens of documentation files spanning multiple version branches (v1.10.0 through v1.14.7 and edge) and language variants (en, pt-BR, ko, ar), all at line 19 of browserbaseloadtool.mdx. Consider whether this change requires a coordinated documentation update across these files to maintain consistency. Additionally, verify that the new target URL (/welcome/getting-started) is the appropriate destination for users seeking Live Debug documentation, as it is more general than the previous session-specific link.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@lib/crewai-tools/src/crewai_tools/tools/browserbase_load_tool/README.md` at
line 11, The current change updates the README.md to use the new Browserbase URL
path /welcome/getting-started, but this creates inconsistency across the
documentation. You need to locate and update all instances of the old
Browserbase URL
(https://docs.browserbase.com/guides/session-debug-connection/browser-remote-control)
in the browserbaseloadtool.mdx documentation files across all version branches
(v1.10.0 through v1.14.7 and edge) and all language variants (en, pt-BR, ko, ar)
to match the new URL path being introduced. Additionally, verify that
/welcome/getting-started is indeed the correct and appropriate destination for
the Live Debug documentation by checking the actual Browserbase documentation
site.


## Installation

Expand Down