Releases: theflexa/pywebflx
Releases · theflexa/pywebflx
Release list
v0.1.3
v0.1.2
v0.1.1 — Improved install-extension UX
Changes
- Simplified
install-extensionoutput — shows path clearly for copy/paste - Removed broken clipboard and registry auto-install attempts
- Added
extension-pathanduninstall-extensioncommands - Fixed
winregimport crash on Linux - Updated installation docs (EN + PT-BR)
- CI passing on Python 3.10-3.13 (Ubuntu + Windows)
v0.1.0 — Initial Release
PyWebFlx v0.1.0
First public release of PyWebFlx — browser automation for already-open Chrome pages.
Features
use_browser()— connect to Chrome tabs by URL/title (partial match)click(),type_into(),select_item(),check(),hover()— interactionget_text(),get_attribute(),extract_data(),extract_table()— extractioninspect()— AI-optimized DOM summary (~95% fewer tokens than raw HTML)wait_element(),element_exists()— synchronizationexecute_js()— run JavaScript in page contextopenparameter:"if_not_open","open","never"- Chrome Extension (Manifest V3) bundled in package
pywebflx install-extension— auto-install via Windows Registry- Bilingual docs (EN + PT-BR): https://theflexa.github.io/pywebflx/
Install
pip install pywebflx
pywebflx install-extension