Hello,
I am working on SAP GUI Protocol and I am able to record and reply the script successfully.
But my concern is:
My script is depended on data prep, which needs to have other script executed before I actually run my script. As of now, I am manually preparing the data for my script and running the script.
So in my script flow, I need to double click value value(say 10) and proceed with next step. The value(of 10 for example) is generated by the other script(which in my case I am doing manually as of now).
So my question is , how can I handle the value which I double click and make sure script check the value(of 10) and run in loop until the value is identified(or generated from another script). Can some help with some logic and functions to use?
Any help on this?
Thanks.