Jump to content
UBot Underground

Pinterest Upload Image Problem


Recommended Posts

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

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...