Jump to content
UBot Underground

Kim

Fellow UBotter
  • Content Count

    3
  • Joined

  • Last visited

Posts posted by Kim

  1. I have a problem with posting on pinterest,

     

    After loading the image following message "Oops! This site doesn't have any images to save"

     

    I used the following code to escape:

            type text(<placeholder="http://...">,#link,"Standard")
            wait(10)
            click(<innertext="Next">,"Left Click","No")
            wait for browser event("DOM Ready","")
            wait for browser event("Page Loaded","")
            wait for browser event("Everything Loaded","")
            wait(10)
            set(#oopsError,$scrape attribute(<innertext="Oops! This site doesn\'t have any images to save.">,"innertext"),"Global")
            wait(5)
            if($comparison(#oopsError,"= Equals","Oops! This site doesn\'t have any images to save.")) {
                then {
                    run javascript("location.reload(true);")
                }
            }
            wait(15)

     

    The problem returns, Does anyone know a better solution?

    Thanks!

    post-5578-0-71029700-1451717162_thumb.jpg

×
×
  • Create New...