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
@ivan01077 ай бұрын
I can confirm
@Souke4127 ай бұрын
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
@MichaelKitas7 ай бұрын
Glad it helped!
@hydraclashers42729 ай бұрын
Can I deploy it with chromedriver autoinstaller?
@MichaelKitas7 ай бұрын
Yeah, you should be able to
@hydraclashers42727 ай бұрын
@@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.
@peterschrimpel9375 Жыл бұрын
Thanks a lot
@gauthamkrishna64032 жыл бұрын
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!!
@MichaelKitas2 жыл бұрын
Soon, will do one with Vercel. (Haven't tried it yet though, so not sure if it is supported)
@yummyyummy3452 Жыл бұрын
@@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?
@ghostgkali60522 жыл бұрын
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.