Last active
May 11, 2022 19:14
-
-
Save thepycoach/2b2ced0707a482d102ac6f631f7fd56f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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