Forum Discussion
Probably there's something else going on that we don't have visibility to concerning the control you're using. Sometimes the controls have different events that happen on click, on save, on exit, etc., that trigger different things with the control.
What type of drop down control is it? Telerick? DevExpress? Is it a custom control?
Please post screenshots of all properties and methods that are displayed on the control through either Object Spy or Object Browser.
Thanks Robert Martin for spending time on this issue.
FYI, This was working fine earlier (6 days back and there are no application changes)
It looks custom control and I have attached the list of object properties and Methods
- tristaanogre8 years agoEsteemed Contributor
If you can, can you post the code of what you're doing that is not working correctly?
- santhosh_reach8 years agoOccasional Contributor
Hi Robert Martin,
Please find the keyword in attachment which we are using to select the value from drop-down list
Thanks
Santhosh
- tristaanogre8 years agoEsteemed Contributor
I'm assuming delvesetting is a parameter on the keyword test. Can you verify that the parameter being passed in is what is expected? Obviously, this keyword doesn't stand alone but is being called from someplace else so the key could be in the other keyword doing the initial calling.