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 :)