g1879/drissionpage

Python based web automation tool. Powerful and elegant.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 39 minutes ago
Added to GitGenius on September 4th, 2026
Created on May 21st, 2020
Open Issues & Pull Requests: 256 (+0)
GitHub issues: Enabled
Number of forks: 1,152
Total Stargazers: 12,427 (+0)
Total Subscribers: 162 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

DrissionPage is a Python-based web automation tool designed for elegance and power.

The tool addresses the limitations of traditional web automation frameworks by implementing a custom-built kernel that operates without relying on webdriver protocols. This approach eliminates the need to download and manage separate drivers for different browser versions, resulting in faster execution. The tool treats iframes as standard elements, allowing seamless element queries across frame boundaries without switching context. It supports simultaneous manipulation of multiple tabs, direct access to browser cache for image retrieval, full-page screenshots including content beyond the viewport, and handling of shadow-root elements in non-open states.

Developers should choose this tool if they need web automation without the overhead of webdriver management and want a framework optimized for common automation tasks. The project suits scenarios involving complex multi-tab operations, iframe navigation, and efficient image handling. The tool supports Windows, Linux, and Mac systems, and works with Chromium-based browsers and Electron applications. It requires Python 3.6 or later.

The project maintains active engagement with its user community through dedicated communication channels and provides comprehensive tutorials. Development reflects a pragmatic approach grounded in extensive real-world experience, with the codebase incorporating solutions to common automation challenges. The tool includes numerous built-in convenience features beyond core automation capabilities, suggesting ongoing refinement based on practical usage patterns.