charlesbel / Microsoft-Rewards-Farmer

A simple bot that uses selenium to farm Microsoft Rewards written in Python
MIT License
1.02k stars 272 forks source link

skipping supersonic quiz[BUG] #31

Closed njhughesSAS closed 3 years ago

njhughesSAS commented 3 years ago

Error Log Paste the error log here. No error item is skips Screenshot of the page Add a screenshot of the page where the error apeared. image

Source code of dashboard Copy the source code of the Microsoft Rewards Dashboard Page and paste it on Gist. Then share me the link of the gist here. here is the xpath for the missed item //*[@id="daily-sets"]/mee-card-group[1]/div/mee-card[2]/div/card-content/mee-rewards-daily-set-item-content/div/div[3]/a/span/ng-transclude here is the full source https://gist.github.com/njhughesSAS/0e4ac57d3b24fb520ebfb6ac21ba8445

charlesbel commented 3 years ago

Okay, so edit line 735 : change True to False So this will disable the headless mode, could you run it again and check if it is really skipped, or if the bot go on and fail inside the quiz ?

charlesbel commented 3 years ago

I deployed a fix, try it !