I m beginner with node-red, today I m trying to use node-red-contrib-simple-webdriver to make a scrapping bot. I installed chromium and chromedriver but I have this error
"Can't open an instance of chromium"
"WebDriverResponseError: session not created : Unable to find a matching set of capabilities"
Any one would know how to do ? and if it's possible to do it on raspberry pi zero without graphic environement.
haha thank you anyway for answer, even if it's possible in an other way I m still curious to know how to use this node module. I don't understand why it doesnt work that's my problems, I will continue search to see where I fail.
Yes I can use api but they are expensive and I need to refresh data often to check update. This why I wanted to try to use selenium, I read it was possible to use it even with headless browser this what I m trying to do
I finaly made it work after a new install of everythings, but work only with chrome browser and not chromium....and it's really slow on pi 0, I tried puppeteer but seems pi zero is too slow for it too.