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
