10-06-2010, 01:02 AM
(This post was last modified: 10-06-2010, 01:03 AM by jsknight1969.)
You can use any of the values. I recommend which ever property is shorter and the most unique so the RegExp is less complex. You can use the html tag and descriptive programming to limit the number of objects to view as well.
That should only click on a Link (<a> tag) with text of inbox or inbox(x). Shouldn't be many of those on the page.
Code:
Browser().Page().Link("micclass:=Link,html tag:=a,text:=(inbox)$|inbox[\d\)\(]+").Click
That should only click on a Link (<a> tag) with text of inbox or inbox(x). Shouldn't be many of those on the page.