Advertisement
l1von

Untitled

Sep 2nd, 2021
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. browser.get('https://e.mail.ru/login')
  2. browser.implicitly_wait(20)
  3.  
  4. browser.find_element_by_xpath('//*[@id="root"]/div/div/div/div/div/form/div[2]/div[2]/div[1]/div/div/div/div/div/div[1]/div/input').send_keys('[email protected]')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement