Data-Driven loop cannot see one of my On-Screen Action
Hi (again),
I am starting to experimenting with the Data-Driven Loop operation for one of my keyword test.
Scenario: I want to create a new well by inputting a well name, top and base depths and click OK. I then want to repeat this process using different well names.
I have followed numerous example but get stuck in one area...
When i am in the Data-Driven Loop's "update values" section I cannot see the bit where the well name is set. But interestingly, I can see the other text boxes with SetText and i can set the variable name for it.
The question: why is this particular text box/on-screen action (Well_Name SetText) cannot be seen in the Data Driven Loop form?
I've attached an image.
regards,
B
Darn, never mind me. I have found out the culprit for this.
In the 'Value' for Well_Name with SetText operation, I have didn't have open/close quotation. The data drive loop's update value section doesn't like this somehow. Its not in the documentation either.So when I've entered Test without open/close quoatation instead of "Test" for the value for Well_Name and conduct the Data Driven Loop again, this time, it will recognise it.