11-20-2012, 09:48 PM
Code:
browser("").Page("").weblist("customertype").
Code:
if customertype =wholesaler then do these steps
steps.............
else
these steps
steps.............
thanks
I tried this but not able to get
Code:
r=browser("").Page("").Weblist("customertype").GetROProperty("text")
if cutomertype=r
steps
else
steps
end if