Image recognition is kind of the last step. We may find another way if you give more details.
How to run it on docker?
-
Hi, I'm using puppeteer-with-fingerprints
I already have a system that works on google cloud and docker and now want to use this plugin on there too.
Did anyone manage to make it work? Is it even compatible?
Thanks -
@Mario-Rossi said in How to run it on docker?:
puppeteer-with-fingerprints
It work only on windows, because it use the bas engine
-
Ok, thanks. Will try with linux image + emulator.
Is there not any alternative for "bas engine" on linux or something similar.
Still doing some research on it. Is it open source? -
@Mario-Rossi said in How to run it on docker?:
Ok, thanks. Will try with linux image + emulator.
Is there not any alternative for "bas engine" on linux or something similar.
Still doing some research on it. Is it open source?I am not sure that https://aerokube.com/selenoid/latest/ is an alternative for you, but in any case, take a look at this.
-
Unfortunatly it not the same as puppeteer, in order to preserve the current codebase i should stick to node + puppeteer. Im switching to azure actually wich supports windows containers.
-
@Mario-Rossi said in How to run it on docker?:
Unfortunatly it not the same as puppeteer, in order to preserve the current codebase i should stick to node + puppeteer. Im switching to azure actually wich supports windows containers.
You can work with Selenium via CDP, similar to how Puppeteer works.
https://www.selenium.dev/documentation/webdriver/bidirectional/chrome_devtools/Start browser with Selenium -> Get CDP connection -> Working with Puppeteer via CDP connection