09-27-2010, 03:14 PM
hi,
As per the above discussion, count function will give you the count of your desired elements.
Now before that,to differntiate the browers you can use ordinal identifiar (EX: Index).
Use the appropriate names.Hope it should work for you...
As per the above discussion, count function will give you the count of your desired elements.
Now before that,to differntiate the browers you can use ordinal identifiar (EX: Index).
Code:
Browser("Name:= abc","Index :=0").Page("innerhtml := def").Activate
Browser("Name:= abc","Index :=1").Page("innerhtml := def").Activate
Use the appropriate names.Hope it should work for you...