Skip to content

Instantly share code, notes, and snippets.

@thepycoach
Last active May 11, 2022 19:14
Show Gist options
  • Select an option

  • Save thepycoach/2b2ced0707a482d102ac6f631f7fd56f to your computer and use it in GitHub Desktop.

Select an option

Save thepycoach/2b2ced0707a482d102ac6f631f7fd56f to your computer and use it in GitHub Desktop.
search_phone = driver.find_element(by='xpath', value='//div[@title="Search input textbox"]')
search_phone.send_keys(phone_number) # write contact number here
time.sleep(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment