- Fixed browser generating mobile browser after the first account
- Hopefully fixed script erroring after not finding parent promotions
- Added support for MacOS (Thanks @alecm858)
- Made some changes to search result scrolling
This commit is contained in:
TheNetsky
2024-01-20 12:11:02 +01:00
parent c5beccb54b
commit 2fea17c415
4 changed files with 23 additions and 14 deletions

View File

@@ -125,6 +125,8 @@ export class MicrosoftRewardsBot {
// Desktop
async Desktop(account: Account) {
this.isMobile = false
const browser = await this.browserFactory.createBrowser(account.proxy, account.email)
this.homePage = await browser.newPage()