maximedrn / opensea-automatic-bulk-upload-and-sale

A Selenium Python bot to automatically and bulk upload/ mint and list your NFTs on OpenSea. All metadata compatible, Ethereum and Polygon blockchains supported, reCAPTCHA solvers included.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can i run the program headless mode?

babadura opened this issue · comments

Hi, Maxidern!

I tried to run the program with headless mode option, but it is not work.

Is it because we install and use extension (metal mask.crx)?

Is it possible to run the program in this mode to reduce the load on the operating system?

Try it please and let me code if you success...

Best regards!

Hello, you can't use the ChromeDriver because there is an extension. See this post: https://bugs.chromium.org/p/chromium/issues/detail?id=706008
I remember that it can be possible with a GeckoDriver (Firefox based driver).