mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-08 23:01:17 -05:00
[PR #2878] [CLOSED] Add osn-selenium #6591
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2878
Author: @oddshellnick
Created: 1/25/2026
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
7f3e19eAdd osn-selenium to testing tools list in README📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Project
osn-selenium
Checklist
Add osn-selenium* [osn-selenium](https://github.com/oddshellnick/osn-selenium) - Advanced Selenium wrapper for Blink browsers with native Trio support, deep CDP integration, and built-in fingerprint spoofing.Why This Project Is Awesome
Explain:
It provides a robust bridge between the Trio async ecosystem and Selenium. Unlike other wrappers, it offers typed access to all Chrome DevTools Protocol (CDP) domains and includes a sophisticated, registry-based fingerprint spoofing system. It’s built for developers who need the reliability of Selenium but the power of low-level browser control and asynchronous orchestration.
Why This Project Is Awesome
How It Differs
Standard Selenium is synchronous and its CDP support is often limited to raw command strings.
osn-seleniumdiffers by:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.