Forum Discussion
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
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.
- santhosh_reach8 years agoOccasional Contributor
Hi Robert Martin,
deliveSetting is parameter and it expects the string value.
When I execute this particular keyword it will pass and mention the log as provide string value is selected (See the attachment).
FYI, All the keywords which we are using to select the values from drop-down list are failing from last one week through out the application and earlier all of them were fine and working as expected.
I can see scripts trying to select the provided string value but it won't refresh on the screen (Manually it is working fine and page is getting refreshed with new value which selected)