I need a reliable script that can take over a multi-step web-based workflow I currently run by hand. The process touches live web data at several points: it pulls information from different pages behind a login, performs a sequence of conditional checks, manipulates or combines the results, then pushes the final output where I specify. All of this has to happen automatically from start to finish—no manual triggers once it’s configured. Key expectations • The script must orchestrate the entire chain of steps without supervision, handle session management, and recover gracefully from the usual web hiccups (timeouts, captchas, missing elements). • It should run headless on Windows or Linux, accept parameters (URLs, credentials, date ranges) from either a config file or command-line arguments, and log each action for traceability. • Clear, well-commented code and a concise README are essential so I can tweak endpoints or credentials later. Deliverables 1. Fully functional automation script with source code 2. Setup/usage guide plus brief video or screenshot demo 3. Log sample showing one complete successful run If you have experience with tools like Python + Selenium or a similar stack suited to complex browser automation, I’d love to see what you can do.