---
title: "SeleniumBase Python Browser Automation and Stealth Testing Framework"
description: "SeleniumBase is a Python framework for browser automation, end-to-end testing, and stealthy web interaction. It layers pytest-friendly test structure, browser control, reporting, and anti-bot-aware CDP and UC modes on top of Selenium workflows."
verification: "security_reviewed"
source: "https://github.com/seleniumbase/SeleniumBase"
author: "Michael Mintz"
publisher_type: "Open Source Project"
category:
  - "Browser Automation"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "seleniumbase/seleniumbase"
  github_stars: 12560
  npm_package: "seleniumbase"
  npm_weekly_downloads: 17
---

# SeleniumBase Python Browser Automation and Stealth Testing Framework

SeleniumBase is a Python framework for browser automation, end-to-end testing, and stealthy web interaction. It layers pytest-friendly test structure, browser control, reporting, and anti-bot-aware CDP and UC modes on top of Selenium workflows.

## Prerequisites

Python 3.9+

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
pip install seleniumbase
```

## Documentation

- https://seleniumbase.io/

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/seleniumbase-python-browser-automation-stealth-testing-framework/)
