HTML:
<li id="" class="newvideo clip_1">
<div class="wrap">
<a class="img" title="Today Is A Sunny Day" target="" href="http://www.videosite.com/view_video.php?viewkey=5523687">
<img id="v4302370" class="rotating" width="160" height="120" onmouseout="endThumbChange('v4302370', 'http://www.videosite.com/thumbs/004/302/370/small.jpg?cache=8788008', 0, 1)" onmouseover="startThumbChange('v4302370', 16, 'http://www.videosite.com/thumbs/004/302/370/')" alt="Today Is A Sunny Day" src="http://www.videosite.com/thumbs/004/302/370/small.jpg?cache=8788008">
</a>
<div class="thumbnail-info-wrapper">
</div>
</li>
How do I get ZP to click on the url inside <li id="" class="newvideo clip_1">?
Basically what I like to accomplish is that on a video site, there is a list of new videos which will change daily. So the title text and href will always change. What is remain unchange is the tag "<li id="" class="newvideo clip_1">".
So how do I get ZP to click whatever link that is inside the <li id="" class="newvideo clip_1"> tag?
Oh, and how do I get it to open in a new tab?
Thank you guys!

Best Regards.