Use Robot Framework to automate exporting account transactions from ASB
|
|
2 years ago | |
|---|---|---|
| .gitignore | 2 years ago | |
| Download Statements.robot | 2 years ago | |
| Readme.md | 2 years ago | |
| Variables.robot.example | 2 years ago | |
| red.xml | 2 years ago | |
| requirements.txt | 2 years ago | |
| run.sh | 2 years ago |
Install node.js from https://nodejs.org/en/download/
Install python requirements:
python3 -m pip install --user -r requirements.txt
Initialize rfbrowser:
rfbrowser init
For help with robotframework-browser, see RF Browser
Create Variables.robot with appropriate variables:
There is an example Variables.robot.example
Run (linux):
./run.sh
For windows, creating a .batch file port of the run.sh bash script should be straight-forward. Create a pull request!