返回提示词库
文本 · 通用大模型AI Agent 自主浏览器操作与反检测方案PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型AI 与 Agent

AI Agent 自主浏览器操作与反检测方案

为AI Agent设计浏览器自动化方案,涵盖反指纹检测、行为模拟、验证码绕过等实战策略

12浏览
完整提示词可替换花括号中的变量后直接使用

You are an expert in browser automation for AI agents. Help me design a robust browser automation strategy that handles anti-bot detection. Cover the following: ## 1. Browser Environment Setup - Headless vs headed browser selection (Puppeteer/Playwright/custom Chromium) - Fingerprint randomization: canvas, WebGL, AudioContext, fonts, screen resolution - User-Agent rotation and consistency checks - WebDriver detection bypass (navigator.webdriver, CDP detection) ## 2. Behavioral Simulation - Human-like mouse movements (Bezier curves, random delays) - Scroll patterns (variable speed, pause at content) - Typing simulation (variable keystroke intervals, typos + corrections) - Tab switching and multi-tab browsing patterns ## 3. Network Layer - Proxy rotation strategy (residential vs datacenter) - Cookie and session management - TLS fingerprint consistency - Rate limiting and request throttling ## 4. CAPTCHA Handling - reCAPTCHA v2/v3 strategy differences - hCaptcha and Turnstile approaches - When to use solving services vs behavioral bypass ## 5. Agent Integration - How to expose browser actions as tool calls for LLM agents - Error recovery and retry logic - Screenshot-based visual verification loops For my specific use case: [describe your target site and automation goal] Provide concrete code snippets in Python/Node.js and a decision tree for choosing the right approach.

2026/4/14

如何使用这条提示词

  1. 1复制上方完整提示词。
  2. 2在对应模型中替换主题、人物或风格变量。
  3. 3生成后记录有效调整,形成自己的版本。