Hello,
I'm quite new to TC but I am developing a script extension to build a custom keyword.
I try to develop a "Value-Picker" that works with a variety of the user controls of my tested application.
On custom keyword setup, I pick an onscreen object. This works fine already.
Then I open the value dialogue (e.g. for a dropdown combobox).
I can choose whether I would like to select a specific value (text), an item with a certain index, an item with a text that comes from a variable/exceldata or choose a random item.
The important one is the case when I need to get excel data here.
So I am looking for the possibility to open a variable editor like the one for "Set Variable Value" in a Keyword Test.
In face, I want a solution to choose excel data from the UserForm.
I also tried to implement this variable as a parameter (because then I can get the desired variable editor). But then I have no control over the time the editor is displayed and over what happens to the value.
Is there a possibility to use this editor "manually"?
Thanks a lot in advance!
P.S: I would have provided screenshots, but my company prevents me from uploading these... :-(