Automating the Flipkart Experience with Selenium
Published:
Automating Flipkart Experience with Selenium
It is not easy to encounter login issues when automating web apps, and I know it really annoying. I came across this cool method to get over such problems it requires two things that are necessary. Recently, I stumbled on undetected_chromedriver. It is a great tool to automating web apps without flagging as a bot. I tried using it alongside download site cookies, and it worked like magic! There were no bot restrictions like captcha that I came across.
You can find my code here