Go to file
Mathew Sir Guest the best f3f6d23cc6 docs: implementation plan for the modernization (18 TDD tasks)
APIs verified against installed selenium 4.45.0 / uv 0.11.26 /
pytest 9.1.1 / sphinx 9.1.0, including a live end-to-end run of the
session-reattach pattern against chromedriver 150.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 21:20:43 -06:00
docs/superpowers docs: implementation plan for the modernization (18 TDD tasks) 2026-07-07 21:20:43 -06:00
wabot more robusting pickling of saved browser instances 2022-03-06 02:11:38 -07:00
.gitignore first try 2019-12-27 19:28:52 -07:00
CLAUDE.md docs: add CLAUDE.md and modernization design spec 2026-07-07 20:07:07 -06:00
README.md doc: small readme 2024-11-15 04:06:23 -07:00
setup.py Added dill req to setup 2020-07-26 01:50:51 -06:00

WABot - Web Automator Bot (python module)

Module provides a class which builds on selenium automated-browser control. What it adds is the ability to carry and maintain-state between web pages. So for e.g. you can automate a web browser to log-in, navigate through the menus, and fill out a form-- or scrape data.

Probably pretty awful code, I'd write it a lot better if I had more time on it. Though I've used and continue to use to scrape 100,000s of data points with zero human time, performing complex interactions with websites.k