Guest User

Untitled

a guest
Sep 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. try {
  2. frame := Pwb.document.all(37).contentWindow
  3. frame := frame.document.all(14).contentWindow
  4. frame := frame.document.all(17).contentWindow
  5. document := frame.document
  6. element := document.getElementById("imgBtn0_button")
  7. element.click()
  8. } catch error {
  9. Loop Read, % error.file
  10. line := A_LoopReadLine
  11. until A_Index = error.line
  12. MsgBox, 262160, % "Script Error", % clipboard := ""
  13. . "Message: " error.message
  14. . "`nSpecifically: " error.extra
  15. . "`n`n --> " error.line ": " line
  16. return
  17. }
Add Comment
Please, Sign In to add comment