Use Robot Framework to automate exporting account transactions from ASB
|
|
há 2 anos atrás | |
|---|---|---|
| .gitignore | há 2 anos atrás | |
| Download Statements.robot | há 2 anos atrás | |
| Readme.md | há 2 anos atrás | |
| Variables.robot.example | há 2 anos atrás | |
| red.xml | há 2 anos atrás | |
| requirements.txt | há 2 anos atrás | |
| run.sh | há 2 anos atrás |
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!