Thanks for watching! We hope you enjoyed this video 💙 Find more content like this here: oxy.yt/jimW
@jandiva390710 ай бұрын
Very clear explanation thanks mam❤
@oxylabs10 ай бұрын
Happy it helped!
@EverythingTechTime4 ай бұрын
6:40 If exceptional means they throw a lot of exceptions *cough selenium, then you got that right!! 😂 But great video ❤
@Humza_Aseel_Lover Жыл бұрын
As you know that undetected_chromedriver is only available for the chrome version 114 and lower, and our chrome browsers automatically updates and move on to the versions like 119 etc. So what is the best approach to use undetected_chromedriver in selenium with python, can we update the undetected_chromedriver somehow? I have tried to find its update but didn't got any updates. The only way I found was to downgrade our chrome browser, which is a hard thing to do again and again. Other than that I came to know about "docker container", so what do you think will it resolve my issue or not?
@Humza_Aseel_Lover Жыл бұрын
Note that here I am not talking about the simple selenium webdriver, I am talking about undetected_chromedriver.
@oxylabs Жыл бұрын
Hey, these steps may help: - latest version of undetected_chromedriver - check GitHub repository or PyPI for updates - create a Dockerfile to specify the desired Chrome and chromedriver versions - then build and run your Selenium tests within the Docker container to isolate the environment @@Humza_Aseel_Lover