Browser automation for scholarly paper access in the SciTeX ecosystem
Project description
scitex-browser
Browser automation for scholarly paper access in the SciTeX ecosystem.
Interfaces: Python ⭐⭐⭐ (primary) · CLI — · MCP — · Skills ⭐⭐ · Hook — · HTTP —
Problem and Solution
| # | Problem | Solution |
|---|---|---|
| 1 | Playwright is great but verbose -- every scraping script reinvents popup dismissal, retry logic, Chrome-PDF-viewer workaround | Helpers: click_with_fallbacks_async([sel1, sel2]), save_as_pdf_async, close_popups_async, inject_visual_effects — focused wrappers around Playwright |
| 2 | Tests fail silently with no artifact -- pytest-playwright doesn't auto-capture screen + DOM on failure |
TestMonitor + create_failure_capture_fixture -- captures screenshot + page HTML + console log on every failure |
Features
- Debugging: Visual cursor feedback, popup logging, failure capture, test monitoring
- PDF: Chrome PDF viewer detection, save-as-PDF automation
- Interaction: Click/fill with fallbacks, popup handling
- Stealth: Human-like behavior simulation, stealth browser management
- Remote: ZenRows API integration, CAPTCHA handling
- Collaboration: Shared browser sessions, credential management
- Auth: Google authentication helpers
Installation
pip install scitex-browser
Optional extras
pip install scitex-browser[stealth] # playwright-stealth
pip install scitex-browser[remote] # ZenRows integration
pip install scitex-browser[scitex] # Full SciTeX integration
Quick start
from scitex_browser import save_as_pdf, browser_logger
from scitex_browser.stealth import StealthManager
License
AGPL-3.0. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scitex_browser-0.1.9.tar.gz
(166.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scitex_browser-0.1.9.tar.gz.
File metadata
- Download URL: scitex_browser-0.1.9.tar.gz
- Upload date:
- Size: 166.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
103b8d641a30b341ab207f8947e58b024a786b8b232159690e915ef3fd0879de
|
|
| MD5 |
6ce8774c3f0da6ed5e2765fc05b47181
|
|
| BLAKE2b-256 |
eba5c72910717aa5aba11b1a81fa1faa72679e976230c951fa5dd8303f5820f6
|
File details
Details for the file scitex_browser-0.1.9-py3-none-any.whl.
File metadata
- Download URL: scitex_browser-0.1.9-py3-none-any.whl
- Upload date:
- Size: 127.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2699477cb5a513d269a21d14cc5ad2b5f1c0fe661de91940724a584d70a87d6d
|
|
| MD5 |
19bdcabd709949073a3f8cb77fa34d47
|
|
| BLAKE2b-256 |
ff8cdaece0365255f90b9fbdda77902fbcac68aac1b6bdf2493c50d8f41cc7fb
|