Guest User

Untitled

a guest
Jun 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. time.sleep(5) #wait for page to fully load
  2. driver.find_element_by_xpath("""/html/body/div[17]/div/div/div/button""").click()
  3.  
  4. time.sleep(5) #wait for page to load
  5. driver.find_element_by_css_selector("""html body#body.modal-open div#listingInfoModal.modal.fade.show div.modal-dialog.modal-xl div.modal-content div.modal-body button.close""").click()
Add Comment
Please, Sign In to add comment