echo909

Results 1 comments of echo909

> 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');` This fixed the login for me, pls update repo