var hc = instance.ActiveTab.FindElementsByTags("a");
var r=new Random();
if(hc.Count>0)
{
hc.GetByNumber(r.Next(0,hc.Count)).RiseEvent("click","Full");
if(instance.ActiveTab.IsBusy) instance.ActiveTab.WaitDownloading();
}
However the box "action designer type" where do I find that ?
I have added a rise event but the options available are not the same as your box.
Hope that is clear I just want to have exactly what you have produced but to run it another 5 or 6 times, I just can't duplicate what you have done or able to copy and paste it.