TheNetsky / Microsoft-Rewards-Script

Automated Microsoft Rewards script, using TypeScript, Cheerio and Playwright.
233 stars 52 forks source link

Search activity failing #133

Closed SapitoSucio closed 2 months ago

SapitoSucio commented 3 months ago

I have this options activated;

"scrollRandomResults": true,
"clickRandomResults": true,

When the clickRandom kicks in, some (disgusting) websites won't let you go back to bing.com, causing to fail and abort the whole search activity.

image

Maybe creating a new tab would be a good workaround for this cases ?

TheNetsky commented 3 months ago

Opening in a new tab is less natural behavior, you might as well just disable the random click, however I'll look into resolving the error so it continues regardless.