Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RegularExpression for verifying minimum number
#2
Not Solved
hi,

Try the following to verify number of link displayed

Code:
Set Obj = Description.Create()

Obj("micclass").value = "Link"
Obj("html tag").value = "A"
Obj("innertext").value = "Accounts.*"


set chobj = Browser("name:=xxxx").page("title:=xxx").ChildObjects(Obj)
Based on "chobj.Count" we can decide how many links are displayed with the name starts with "Accounts"

Thanks,
Vijay
Reply


Messages In This Thread
RE: RegularExpression for verifying minimum number - by dvkbabu - 04-15-2009, 05:13 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  WinObject and RegularExpression softwareEngineer 4 4,448 07-24-2012, 01:00 PM
Last Post: K Gaurav Varshney
  Verifying the text on the dialog box americaneagle18 2 2,916 02-11-2009, 12:01 PM
Last Post: VENKATAREDDY_M

Forum Jump:


Users browsing this thread: 2 Guest(s)