09-14-2011, 08:12 AM
interesting....
looks like there is no case insensitive select.
we have a workaround... you can get the all the list values using getroproperty. put them in an array and do case insensitive comparison and get the index
we can select using the index. Browser().Page().Weblist().select "#3"
plz post if you find any other way...Thanks.
looks like there is no case insensitive select.
we have a workaround... you can get the all the list values using getroproperty. put them in an array and do case insensitive comparison and get the index
we can select using the index. Browser().Page().Weblist().select "#3"
plz post if you find any other way...Thanks.