Jump to content
UBot Underground

mailinator url clicker ...help please


Recommended Posts

I am attempting to create a bot using mailinator but I cannot click the confirm email in ubot . Is there away around this and does any have the code for clicking the link. I tried to scrape url and and navigate to but i could not figure out how to code it.

 

thanks for any help 

Link to post
Share on other sites

skipper,

Your questions are pretty basic. Have you considered watching some FREE UBOT Studio training videos?

 

http://www.sweetbots.com/after-you-buy-ubot-studio-you-need-training-videos/

 I have watched some of the videos however in mailnator the confirmation link is missing when you try to find it with Advance  element editor 

Edited by skipper
Link to post
Share on other sites

 I have watched some of the videos however in mailnator the confirmation link is missing when you try to find it with Advance  element editor 

In that case, I think you might want to provide more details, like I see this on the page and I tried this code and it didn't work.

That will give forum members more information to tell you how to make it work.

Link to post
Share on other sites

for an example if you go to http://mailinator.com/inbox.jsp?to=agonizingdinner and you want to scrape the confirmation in the url its not showing in the Advance  element editor . I have tried to also find it using the document text option and it also is not in the text. It appears as the confirmation url is hidden with mailinator

Link to post
Share on other sites

Its inside the iframe so you need to grab that

 

navigate("http://mailinator.com/inbox.jsp?to=agonizingdinner""Wait")
wait for element(<class="from ng-binding">"""Appear")
click(<class="from ng-binding">"Left Click""No")
wait for browser event("Everything Loaded""")
navigate("http://mailinator.com/{$find regular expression($find regular expression($document text, "<iframe src=\"rendermail.jsp.*</iframe>"), "(?<=<iframe src=\").*?(?=\")")}""Wait")
wait for browser event("Everything Loaded""")
set(#verification$scrape attribute(<href=w"https://accounts.google.com/VE?c=*">"href"), "Global")

Link to post
Share on other sites

Its inside the iframe so you need to grab that

 

navigate("http://mailinator.com/inbox.jsp?to=agonizingdinner""Wait")

wait for element(<class="from ng-binding">"""Appear")

click(<class="from ng-binding">"Left Click""No")

wait for browser event("Everything Loaded""")

navigate("http://mailinator.com/{$find regular expression($find regular expression($document text, "<iframe src=\"rendermail.jsp.*</iframe>"), "(?<=<iframe src=\").*?(?=\")")}""Wait")

wait for browser event("Everything Loaded""")

set(#verification$scrape attribute(<href=w"https://accounts.google.com/VE?c=*">"href"), "Global")

thanks a ton it works 

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