Python Forum

Full Version: Selenium and keeping a Sesion alive
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, this is my first post on a programming forum, i´ll try to express myself the best i can.

I´m trying to do a program with Selenium and ChromeDriver, I have created it completly and it works perfectly, but i can´t completly keep my session whenever i want to use it, I´m using Whatsapp web to make a bot to answer randomly to my contact list, and it´s a bit annoying using the QR reader.

I´ve tried to use cookies(keeping them from the beginning, and then reading them again), also code from StackOverFlow, and finally i looked up at the API, I´m new at Python, I´m still studying Programming and it isn´t something I´m completly doing all the time but I´m trying.

Even doing all those things I haven´t found any solution to my problem.

Using Python 3.8 on Windows 10, could be the Python version a problem on this situation?

Sorry for bothering, it might be a stupid thing but I don´t know how to solve it properly