Use Robot Framework to automate exporting account transactions from ASB
Daniel Sheffield fcd3182d07 update run script | преди 1 година | |
---|---|---|
.gitignore | преди 2 години | |
Download Statements.robot | преди 2 години | |
Readme.md | преди 2 години | |
Variables.robot.example | преди 2 години | |
red.xml | преди 2 години | |
requirements.txt | преди 2 години | |
run.sh | преди 1 година |
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!