SeleniumBase
Browser automation, web scraping, and testing. CDP Mode provides a Stealthy Chromium instance that bypasses bot-detection systems. Includes an MCP server.
浏览器自动化、网页抓取与测试。CDP 模式提供可绕过机器人检测系统的隐蔽 Chromium 实例。内置 MCP 服务器。
How to install
No unified install command; see the repository README.
About
-------- -------- python from seleniumbase import sb_cdp sb = sb_cdp.Chrome() sb.goto("https://browserscan.net/bot-detection") sb.sleep(3) sb.quit() python from playwright.sync_api import sync_playwright from seleniumbase import sb_cdp sb = sb_cdp.Chrome(guest=True) endpoint_url = sb.get_endpoint_url() with sync_playwright() as p: browser = p.chromium.connect_over_cdp(endpoint_url) page = browser.contexts[0].pages[0] page.goto("https://bot.sannysoft.com/") page.wait_for_timeout(500) -------- python from seleniumbase import sb_cdp sb = sb_cdp.Chrome() sb.goto("https://seleniumbase.io/demo_page"…
Recommendation signals
Meta
- License
- MIT
- Language
- Python
- GitHub stars
- 13.0K
- mo. downloads
- –
- Last push
- 2026-09-17
- Created
- 2014-03-04
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:punkpeye/awesome-mcp-servers
- Topics
- anti-detection, bot-detection, chromedriver, chromium, data, e2e-testing, end-to-end-testing, playwright, pytest, python, python-scraper, selenium, selenium-python, seleniumbase, stealth, test-automation, web-automation, web-scraping, webdriver, webscraping
Related plugins
dsh-image-gen
shanliuling/dsh-image-gen
Native conversational image generation for DeepSeek Harness: ask the agent to create an image, and it handles generation and keeps the result directly in the conversation.
gstack
garrytan/gstack
Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA
claude-task-master
eyaltoledano/claude-task-master
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others.
n8n-mcp
czlonkowski/n8n-mcp
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you