12-06-2013, 08:29 AM
Parameterize your input.
Or you may,
Code:
strVal = "ABC"
Browser("e.........Login").Page("...........").WebList("Manufacturer").Select strVal
Or you may,
Code:
Find "AllItems" and store it in an "Array"
Loop using a "For Next" and Check if it is the desired string and Select the required Item.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.