Robot Framework test to (example) log in to Chase
Setup
python3 -m venv .venv source .venv/bin/activate
python -m pip install -r requirements.txt
export CHASE_USER="your_username" export CHASE_PASS="your_password"
Run the test
robot tests/LoginChase.robot
Notes and security
tests/LoginChase.robot are placeholders and may need updating to match the live Chase site; use your browser inspector to get reliable ids/xpaths.webdriver-manager or install Chromedriver manually.If you want, I can try to help update the locators for the current Chase login flow or show how to run this headlessly.