Skip to content

Instantly share code, notes, and snippets.

@AnasAlmasri
Created May 9, 2020 17:30
Show Gist options
  • Save AnasAlmasri/39f49fc73a40434c14200163ae244618 to your computer and use it in GitHub Desktop.
Save AnasAlmasri/39f49fc73a40434c14200163ae244618 to your computer and use it in GitHub Desktop.
# choose twitter
WebDriverWait(driver, 10).until(lambda driver: driver.find_element_by_xpath('//*[@data-action="twitter-auth"]')).click()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment