04-11-2013, 10:27 PM
HI Saranya,
I think your application is developed using AJAX based controls (3rd party controls).
The better approach for this type of objects is use the Shell script and wait for a sec after enter each character. once you are done with all entering characters, then you can check whether you list item is displayed (usually it will be another webelement but not part of list box), then either you can use Replaytype 2 click or keyboard enter or devicereplay mouseclick.
Another approach is using DOM, place the direct value in the list box.
Let me know if you need any help on this.
I think your application is developed using AJAX based controls (3rd party controls).
The better approach for this type of objects is use the Shell script and wait for a sec after enter each character. once you are done with all entering characters, then you can check whether you list item is displayed (usually it will be another webelement but not part of list box), then either you can use Replaytype 2 click or keyboard enter or devicereplay mouseclick.
Another approach is using DOM, place the direct value in the list box.
Let me know if you need any help on this.
Thanks,
SUpputuri
SUpputuri