10-06-2010, 01:37 AM
(This post was last modified: 10-06-2010, 01:45 AM by jsknight1969.)
It's been my experience that when using multiple descriptors, it better to use a Description object.
Should work the same either way though.
Code:
dim desc, link
set desc = Description.Create()
desc("html tag").value = "a"
desc("micclass").value = "Link"
desc("text").value = "(Junk)$|Junk[\d\)\(]+"
Browser().Page().Link(desc).Click
Should work the same either way though.