Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data is not exported #1

Open
ghost opened this issue Mar 3, 2016 · 1 comment
Open

Data is not exported #1

ghost opened this issue Mar 3, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 3, 2016

Hi Daniel,

I tried out your netbank scraper today, was not able to get it to output any data.
It can login to netbank and navigate to View Accounts fine but when it selects the account from the drop down list, it doesn't click it so the transactions aren't displayed and thus not outputted to the csv file.
If I manually click the drop down I can see it looping through highlighting the accounts but it's not clicking them to load the transactions.
Are you able to assist with why it can't get past that step?
I feel like it just needs a click or hit enter on the account in the drop down list and should then hopefully work.
I have tried a few things but not been able to get it to work.
Other then that your script is great!

Regards Alex

@DanielHeath
Copy link
Owner

Oh hey!

I haven't actually tried to use this in ages. My guess is they've renamed some fields.

Try opening the web inspector on the CBA site while looking at the transactions pane - https://github.com/DanielHeath/netbank-scraper/blob/master/bin/scrape.rb#L38 is the selector that finds the 'load more transactions' button and https://github.com/DanielHeath/netbank-scraper/blob/master/bin/scrape.rb#L51 is the selector that finds the individual transaction rows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant