Skip to content

Commit

Permalink
Update googlemeet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh4999 authored Nov 6, 2020
1 parent 5c46ea3 commit d8b0dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions googlemeet.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
driver = webdriver.Chrome(chrome_options=options)
driver.get('https://gmail.com/')
search = driver.find_element_by_xpath('/html/body/div[1]/div[1]/div[2]/div/div[2]/div/div/div[2]/div/div[1]/div/form/span/section/div/div/div[1]/div/div[1]/div/div[1]/input')
search.send_keys('[email protected]') #ENTER YOUR GMAIL ADDRESS
search.send_keys('') #ENTER YOUR GMAIL ADDRESS
button = driver.find_element_by_xpath('/html/body/div[1]/div[1]/div[2]/div/div[2]/div/div/div[2]/div/div[2]/div/div[1]/div/div/button/div[2]')
button.click()
driver.implicitly_wait(5)
driver.find_element_by_name('password').send_keys('Aupu@362') #ENTER YOUR GMAIL PASSWORD
driver.find_element_by_name('password').send_keys('') #ENTER YOUR GMAIL PASSWORD
driver.find_element_by_xpath('//*[@id="passwordNext"]/div/button/div[2]').click()
driver.implicitly_wait(15)

Expand Down

0 comments on commit d8b0dc1

Please sign in to comment.