Hello Heroku seems to have adjusted ChromeDriver in the past two days and needs to use chrome for testing instead. 1.Buildpack adds Chrome for Testing 2. driver = webdriver.Chrome(options=chrome_options) # CHROMEDRIVER_PATH is no longer needed
@@MichaelKitas I have tried it but on heroku it always gave error about chrome driver path. Please tell me how to deploy selenium script with chrome driver auto installer on heroku Or please make a video on it Please.
Hi Michael, I have the proxie file from your selenium guide, but when I use it in my main code I get an error saying "exception has occurred typeerror object.__init__() takes exactly one argument (the instance to initialize)" Do you know how I could implement the proxies? I need my main py to run every time with a new proxie. I really appreciate your help and I really love your content, it has really helped me a lot.
Good info!.. But is there any other free platform for to run selenium bcoz soon the free services in heroku are stopping... A video on this will be appreciated!!
@@MichaelKitas Hi Sir can I know is it possible to do it on Vercel?If not is there any avialable platform that I can use to host my django project with selenium in it?
Hello
Heroku seems to have adjusted ChromeDriver in the past two days and needs to use chrome for testing instead.
1.Buildpack adds Chrome for Testing
2. driver = webdriver.Chrome(options=chrome_options) # CHROMEDRIVER_PATH is no longer needed
I can confirm
Thank you for your video. It really helped me. I looked for several videos and only your video can really be executed.
Thank you once again
Glad it helped!
Can I deploy it with chromedriver autoinstaller?
Yeah, you should be able to
@@MichaelKitas I have tried it but on heroku it always gave error about chrome driver path. Please tell me how to deploy selenium script with chrome driver auto installer on heroku Or please make a video on it Please.
Hi Michael, I have the proxie file from your selenium guide, but when I use it in my main code I get an error saying "exception has occurred typeerror object.__init__() takes exactly one argument (the instance to initialize)" Do you know how I could implement the proxies? I need my main py to run every time with a new proxie. I really appreciate your help and I really love your content, it has really helped me a lot.
Can you share code?
Good info!.. But is there any other free platform for to run selenium bcoz soon the free services in heroku are stopping... A video on this will be appreciated!!
Soon, will do one with Vercel. (Haven't tried it yet though, so not sure if it is supported)
@@MichaelKitas Hi Sir can I know is it possible to do it on Vercel?If not is there any avialable platform that I can use to host my django project with selenium in it?
Thanks a lot