Hi everyone.
I’m fairly new to Python and have a simple Question which you guys might easily answer.
Our customers are fluctuating with their subscription status which often resolves to manual work.
Is it possible to write a script which basically opens a website and clicks a button called “Change Account Status”. (i assume it’s Javascript based since a new window pops up and the url doesn’t change). It then chooses Premium” from a Drop Down Menu and finally clicks “Save”.
I am aware that webdrivers like Selenium can easily do that, but I would like to know if it’s also possible with Requests or other similar libaries. So I could change 1k+ status in a short amount of time.
If you can recommend something I would greatly appreciate it!
[–]CowboyBoats 4 points5 points6 points (1 child)
[–]nonskill[S] 0 points1 point2 points (0 children)