Qoins
Regular Member
- Aug 13, 2015
- 299
- 82
Hey, So I have a little knowledge in almost all the basic programming languages. I try to learn and automate stuff as I need. Been a couple of days I need to automate some stuff but Google being a b. I spent quite sometime doing python and selenium to sign up but when I got to the verification stage, I need to be able to login on gmail, and selenium as it turns out doesn't work on gmail anymore. It says the browser is not supported. I can't use any other email platform so I figured instead of doing selenium in headless mose I could just use something like oyautogui or robotjs to automate it but that would mean I cannot do other work simultaneously. Is there any alternative for this? I would probably end up running it on VPS but wanted to know if the plan would work out. Any other language or method that you know of to get rid of the browser not supported error perhaps?