I am trying to get applescript to click on the (link), I have posted the code below, i have tried many ways but i am unable to get it work. Also the link is different every time so i cant just copy that link into it. Thanks in advanced! Also This is all the code to do with it (I think) i want it to click on the date of last upload: (Link)
<div class="span4 offset1">
<ul class="unstyled">
<li>Monthly Views: <strong class="pull-right"><a href="#" class="data-na" data-original-title="" title="">NA</a></strong></li>
<li>Daily New Views: <strong class="pull-right">18,830</strong></li>
<li>Daily New Subscribers: <strong class="pull-right">33</strong></li>
<li>Total Views: <strong class="pull-right">298,481</strong></li>
<li>Total Channel Views: <strong class="pull-right">3,467</strong></li>
<li>Total Subscribers: <strong class="pull-right">649</strong></li>
<li id="date-of-last-upload">Date of Last Upload: <a href="https://www.youtube.com/watch?v=YVrV-OmDJcw&feature=youtube_gdata" target="_BLANK">(link)</a><strong class="pull-right">14-01-10 @ 08:18:36 pm</strong></li>
<li class="clearfix">Partner:
<strong class="pull-right">
TheDeeman25+user </strong>
</li>
</ul>
</div>