If I open up a Firefox session manually and navigate to the particular site, I'm able to bypass the login screen due to my having saved the login credentials and selected the "keep me signed in" option.
However, when I open a new session with selenium/geckodriver, I'm being treated like a new user and asked to log in.
Any workaround other than manually logging in? (I signed up via Google so I can't simply send_keys("username"/"pass))