Skip to content

Instantly share code, notes, and snippets.

@mottet-dev
Created September 4, 2018 20:23
Show Gist options
  • Save mottet-dev/6e9a9e6cf194d47903e7b295085b0a49 to your computer and use it in GitHub Desktop.
Save mottet-dev/6e9a9e6cf194d47903e7b295085b0a49 to your computer and use it in GitHub Desktop.
InstagramBot
from selenium.webdriver.common.keys import Keys
# ...
def signIn(self):
# ...
passwordInput.send_keys(Keys.ENTER)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment