@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