Guest User

Untitled

a guest
Nov 23rd, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. try:
  2. self.wait.until(EC.presence_of_element_located(
  3. (By.TAG_NAME, 'iframe')
  4. ))
  5. except ElementNotVisibleException as e:
  6. import base64
  7. with open("/home/visgean/imageToSave.png", "wb") as fh:
  8. fh.write(base64.b64decode(e.screen.encode()))
Add Comment
Please, Sign In to add comment