Use Robot Framework to automate exporting account transactions from ASB
|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| .gitignore | %!s(int64=3) %!d(string=hai) anos | |
| Download Statements.robot | %!s(int64=3) %!d(string=hai) anos | |
| Readme.md | %!s(int64=3) %!d(string=hai) anos | |
| Variables.robot.example | %!s(int64=3) %!d(string=hai) anos | |
| red.xml | %!s(int64=3) %!d(string=hai) anos | |
| requirements.txt | %!s(int64=3) %!d(string=hai) anos | |
| run.sh | %!s(int64=2) %!d(string=hai) anos |
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!