SELECTTAG .Click();
Ranorex.OptionTag OPTIONTAG=" //td[@id='lovTermBlock']div[@id='lovTermSelect']selectoption[@value='TESTVALUE']";
OPTIONTAG.Selected = true;
I am not able to selece TESTVALUE from DropDown List..
Please suggest me any way to solve this issue...
Also, I tried with solution provided here :-http://www.ranorex.com/forum/unable-to- ... t3413.html
But still no luck

