I need to retrieve the values displayed from the drop down. The values range from strings to numbers. Here am not understanding how shall “set to clipboard” help me retrieve the values.
if i am missing out on something, then please let me know.
Hi,
The set to clip board activity will get the value what ever is highlighted into computer memory and then using get from clipboard the value can be retrieved, the out will be always a string, you can convert to your required format after that.
tried Set to clip board but couldn’t retreive the values
In the image attached I have been able to highlight a value using keyboard keys or even if we just hover the mouse over the values, it gets highlighted.