hellartpl@gmail.com 0 Posted March 7, 2018 Report Share Posted March 7, 2018 (edited) Hello . Please help . How can I make this uboot click on this link? (It's all about the verification link sent to the email address ) it's all about this link so uboot clicks on it. Below is the source code from the email. http://click.txn-email.helladt.com/?qs=59c0f1fd70424e71c424e19d9bc48b9e76a33115c9bcf0cbd1f68a805b7f9529c62e412479092e85ee70830d21a127b155683ff1d98fc2ab272785db2853d3ec <div class="rcmBody" style="background-color: #ffffff; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; width: 100% !important; -webkit-text-size-adjust: none; font-family: Arial, Helvetica, sans-serif"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td bgcolor="#ffffff"><div align="center"> <table width="600" border="0" cellspacing="0" cellpadding="0" class="resizetofull minWFix" style="min-width: 600px"> <tbody> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td valign="top" align="center" style="padding: 40px 20px 0px 20px"><img src="program/resources/blocked.gif" width="438" height="106" alt="PlayStation" style="display: block" border="0" class="resizetofull" /></td> </tr> </tbody> </table></td> </tr> <tr> <td valign="top" align="left"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td valign="top" align="center" style="font-family: Helvetica, sans-serif; font-size: 13px; line-height: 150%; color: #505050; padding: 40px 20px 0px 20px">Thanks </td> </tr> <tr> <td valign="top" align="center" style="font-family: Helvetica, sans-serif; font-size: 13px; line-height: 150%; color: #505050; padding: 20px 0px 20px 0px"> <table width="150" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td align="center" height="40" style="font-family: Helvetica, sans-serif; font-size: 18px; color: #ffffff" bgcolor="#5887f5"><a href="http://click.txn-email.helladt.com/?qs=59c0f1fd70424e71c424e19d9bc48b9e76a33115c9bcf0cbd1f68a805b7f9529c62e412479092e85ee70830d21a127b155683ff1d98fc2ab272785db2853d3ec" style="font-family: Helvetica, sans-serif; font-size: 18px; color: #ffffff; text-decoration: none" target="_blank" rel="noreferrer">Verifi Now</a></td> </tr> </tbody> </table> </td> Edited March 7, 2018 by hellartpl@gmail.com Quote Link to post Share on other sites
abbas786 78 Posted March 7, 2018 Report Share Posted March 7, 2018 scrape the link and navigate . Here is the code set(#linktonavigate,$scrape attribute(<(tagname="a" AND innertext="Verifi Now")>,"fullhref"),"Global") Quote Link to post Share on other sites
hellartpl@gmail.com 0 Posted March 7, 2018 Author Report Share Posted March 7, 2018 Thx !!! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.