Skip to content

Commit

Permalink
fix: new site design
Browse files Browse the repository at this point in the history
  • Loading branch information
ludufre committed May 27, 2024
1 parent 6cbf257 commit f49415b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions itauscraper.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const stepLogin = async (page, options) => {
console.debug('Itaú url:', options.itau.url)
await page.goto(options.itau.url)
console.log('Homepage loaded.')
await page.type('#agencia', options.branch)
await page.type('#conta', options.account)
await page.type('#idl-menu-agency', options.branch)
await page.type('#idl-menu-account', options.account)
console.log('Account and branch number has been filled.')
await page.waitForTimeout(500)
Expand Down

0 comments on commit f49415b

Please sign in to comment.