crash087

Results 6 comments of crash087

im not sure exactly what i did that fixed the issue for me, but i know i ran `npm install puppeteer -PUPPETEER_PRODUCT=firefox`, and `npm install puppeteer -PUPPETEER_PRODUCT=chrome` from the c/users/username...

update, it i put a break in the code where it clicks the proceed to secure checkout button, and close the kn95 mask popup, and then start the bot again,...

> > > @crash087 check out this PR, should address the mask popup issue: > > #35 > > Feel free to test my fork of this repo until this...

Thu Dec 31 2020 19:30:45 : Started Thu Dec 31 2020 19:30:56 : Manual authorization code required by Newegg. This should only happen once. Thu Dec 31 2020 19:32:04 :...

> > > The behavior you're seeing is because firefox is launching in [headless mode](https://en.wikipedia.org/wiki/Headless_browser), so it's controlling the browser, but doesn't render it for a human to see. I...

it looks like the k95 pop up is causing my issues with the secure checkout button not found issues because if i pause the script there, close it, and then...