Auto connect on my Gmail account with Python Selenium (stackoverflow.com)stack
4 points by pi-2r in stackoverflow.com · 10y ago · stack
I am trying to auto-login with my GMail account with Selenium in Python, but I am getting this error: selenium.common.exceptions.ElementNotVisibleException: Message: Element is not currently visible and so may not be interacted with My code looks like this: #!/usr/bin/python # c…