Jump to content
UBot Underground

Pinterest "type Text" Description Disappears When Saving Pin


Recommended Posts

I'm trying to add a pin to a board from a URL. 

 

It choose the image, types the description then clicks on the board to save it to, but just as the board name is clicked, the typed description disappears. 

 

Any idea why this is happening? 


define Pin from URL {
    navigate("https://uk.pinterest.com/BOARD","Wait")
    wait($rand(7,11))
    click(<innertext="Save Pin
">,"Left Click","No")
    wait(2)
    click(<class="addPinModalUrlButton">,"Left Click","No")
    wait(2)
	type text(<placeholder="https://...">,#nextItem,"Standard")
    wait(2)
    click(<outerhtml="<span class=\"buttonText\">Next</span>">,"Left Click","No")
    wait(5)
    click($element offset(<class="hoverMask">,$rand(1,5)),"Left Click","No")
    wait(2)
    if($exists(<placeholder="Tell us about this Pin...">)) {
        then {
            type text(<placeholder="Tell us about this Pin...">,"{#KWdesc} {#kw}","Standard")
        }
        else {
        }
    }
    if($exists(<outerhtml=w"<p class=\"*\" role=\"textbox\">Tell us about this Pin...</p>">)) {
        then {
            click(<outerhtml=w"<p class=\"*\" role=\"textbox\">Tell us about this Pin...</p>">,"Left Click","No")
            wait(0.5)
            type text(<outerhtml=w"<p class=\"*\" role=\"textbox\">Tell us about this Pin...</p>">,"{#KWdesc}  {#kw}  

","Standard")
        }
        else {
        }
    }
    wait(2)
    click(<innertext="{#BoardName}
">,"Left Click","No")
    wait($rand(37,61))
}



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...