Im trying to login at Google with Selenium and Python, but there's always an error "The Browser is not secure". I read that Google detects the automation and throws an error then. One guy here said that it's possible to just login trough another Page using Google, but it does not work anymore. So how can I login at Google using Selenium and Python?
Or to specify it more: I am looking for a verification code that was sent to the email, is there a better way to get it?