10-29-2009, 09:54 PM
I greatly appreciated your reply for solving my facing trouble. However, I have a little difficulty in indentifying the ID numbers of the option groups of an arbitrary product. In my previous post, I just simply chose the two option groups of product A, MGP915 & MGP899. In fact, the set of option groups varies for each product, i.e. each product has a different set of option groups (different types & number). So, Is there any way to identify this kind of dynamic data or we have to write a query in database to get the product's option groups?
Thanks all for your help,
joshasha.
Thanks all for your help,
joshasha.
Code:
itemcount = Browser("IE").Page("Product").WebList("xxxxxx").GetRoproperty("itemscount")
For i = 1 to itemcount
Browser("IE").Page("Product").WebList("xxxxxx").Select i
Next