Yaswanth Bangaru
I don't know if this doubt is related. But my selenium scraper is running fine on ther server, but I was wondering if I could connect to the same server with a new terminal and run a second scraper? How do I find out if multiple connections are possible to the server
Of course it's possible. But, your scraper should manage instances of selenium by itself and distribute urls and etc. Otherwise multiple instances of your scraper will do the same job, and there is no point in that