Hartjies

Results 6 comments of Hartjies

I think I fixed this by changing submit button. src/scrapers/scraper.ts `// await this._page.click('input[type="submit"]')` `await this._page.click('#OBSubmit');`

Would like to know if you have made any progress with timeout issue, sitting with the same problem: ``` > [email protected] test C:\wamp64\www\fnb-api-master > ts-node --project tsconfig.test.json ./test/index.ts (node:6168) UnhandledPromiseRejectionWarning:...

Hi guys. Occasionally still recieving timeout errors, mostly ons every second execution: `TimeoutError: waiting for function failed: timeout 30000ms exceeded` Question, does pupeteer do a logout once done scraping? All...

My case I didn't get a capcha, but the "verifing your browser", where setting user agent did the trick: ``` (async () => { const customUserAgent = 'Mozilla/5.0 (Windows NT...

Hi, I managed to get a work around by replacing scrapeChequeOrSavings function in scrape-transactions.js ``` function scrapeChequeOrSavings(page) { return __awaiter(this, void 0, void 0, function () { var rows; return...