Jump to content
UBot Underground

scraping link for Maildrop


Recommended Posts

If all of the verification links have the VE in the url like that one does then you can try this:

click(<innertext="Google Email Verification">, "Left Click", "No")
wait(3)
set(#email, $scrape attribute(<id="msgpre">, "innertext"), "Global")
set(#verification_link, $find regular expression(#email, "https\\:\\/\\/accounts\\.google\\.com\\/VE[^\\s]+"), "Global")

Link to post
Share on other sites

 

If all of the verification links have the VE in the url like that one does then you can try this:

click(<innertext="Google Email Verification">, "Left Click", "No")
wait(3)
set(#email, $scrape attribute(<id="msgpre">, "innertext"), "Global")
set(#verification_link, $find regular expression(#email, "https\\:\\/\\/accounts\\.google\\.com\\/VE[^\\s]+"), "Global")

work great thanks

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