How to replace a Value with a Variable.
Hello All. Hoping you can help....
I need to select an entry from a radComboBox.
Im using ClickItem. If I clickItem and use a number it will pick the relevant Item from the list.
It also works and it pick the item by name, Sausages from the list:
Aliases.Desktop.HwndSource_WindowHostWindow.WindowHostWindow.radComboBox.wText.SausagesIdeally I want to pick the item by actual name stored as a variable (Project.Variables.CUBEROOTWORKFLOWPROFILE)
So something like this, but I am having trouble replacing Sausages with a predefined Variable.
What would the syntax be to replace hard coded Sausages with the Variable stored in Project.Variables.CUBEROOTWORKFLOWPROFILE?
This does not work:
Aliases.Desktop.HwndSource_WindowHostWindow.WindowHostWindow.radComboBox.wText.Project.Variables.CUBEROOTWORKFLOWPROFILE?
Thanks for any pointer.
If you have a variable called FRUITNAME having the following string value "Banana[Enter]Apple[Enter]Pear" and you use the Keys operation. It will enter each fruit name followed by a carriage return. You can find more information at Keys Action.
Scripts is different from Keyword Tests.