wow , thanks you so much.
Get activation link from email
-
Hi,
I cannot get activation link for redtube.com registration when using email module IMAP. Can you check? Im using gmx email.
I used " Search first" to save link to variable link 1,2,3...but it saved the wrong link.
I also tried to scrape email body but it didn't scrape the activation link. here is the content when I scraped: http://prntscr.com/favh4l
Thank you! -
@hongblackhat
Hi,
email from gmx contains a lot of links. Activation link is number 10.
So to get link you need- Set link list to
LINK1,LINK2,LINK3,LINK4,LINK5,LINK6,LINK7,LINK8,LINK9,LINK10- Use LINK10 variable
-
I have similar problem.. kind of :)
Long story short..
I need to click on validation link in email.. go to that site and get current url..
The problem is that.. i need to somehow open that link in new tab.. do what i need to do on that site.. go back to tab 1 (email site) and clicks on another site validation link... :)
While writing this topic and thinking how to do it.. i think i have solution..
What i need to do is to get element content (validation link) and save it to saved.xml, then open new tab with saved xml link .. but the problem is all links looks like this:
<a href="https://www.katowiczak.pl/aktywacja-ogloszenia/377069/jogrqkmd">https://www.katowiczak.pl/aktywacja-ogloszenia/377069/jogrqkmd</a>
How can i transform it to plain link?
thx in advance for your help guys :)