Use Robot Framework to automate exporting account transactions from ASB
Daniel Sheffield fcd3182d07 update run script | 1 rok temu | |
---|---|---|
.gitignore | 2 lat temu | |
Download Statements.robot | 2 lat temu | |
Readme.md | 2 lat temu | |
Variables.robot.example | 2 lat temu | |
red.xml | 2 lat temu | |
requirements.txt | 2 lat temu | |
run.sh | 1 rok temu |
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!