We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cfdfc commit 5a8dbe5Copy full SHA for 5a8dbe5
1 file changed
setup.py
@@ -75,8 +75,9 @@
75
name="seleniumbase",
76
version=about["__version__"],
77
description=(
78
- "Stealthy automation (via CDP Mode) that passes every bot detection "
79
- "test with any Chromium browser you want. Includes a test framework."
+ "Stealthy Chromium automation that passes bot-detection via CDP Mode. "
+ "Includes CAPTCHA-Solving methods, E2E Testing, "
80
+ "and a native Playwright integration."
81
),
82
long_description=long_description,
83
long_description_content_type="text/markdown",
0 commit comments