Use Robot Framework to automate exporting account transactions from ASB
|
|
2 năm trước cách đây | |
|---|---|---|
| .gitignore | 3 năm trước cách đây | |
| Download Statements.robot | 3 năm trước cách đây | |
| Readme.md | 3 năm trước cách đây | |
| Variables.robot.example | 3 năm trước cách đây | |
| red.xml | 3 năm trước cách đây | |
| requirements.txt | 3 năm trước cách đây | |
| run.sh | 2 năm trước cách đây |
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!