Hello ,
I am automating a web app.
The screen contains a list of clients within a table.
In my excek file, I have the list of these clients. I want to store them in a variable and make my click activity click on each name in excel.
How ?
Thanks
Hello ,
I am automating a web app.
The screen contains a list of clients within a table.
In my excek file, I have the list of these clients. I want to store them in a variable and make my click activity click on each name in excel.
How ?
Thanks
Buddy @Youssef
Kindly follow the procedure to get your issue resolved buddy
Cheers
Since 19.4 there is also (better) new approach to use variables in selectors which is not destroying the structure of selectors. Just right mouse button click in Selector Editor and:
Thats amazing …yah even i got to know that recently…
Great
I Tried a right click but nothing appeard.
Concerning the attribute aaname, it says that it is not valid.
You need to be sure of scope of your variable and variable need to have value. And remember to click on attribute of UiElement not UiElement itself.
“”
Selector not valid it says
Yes, because variable in selector can’t be empty. You need to assign the value in variables created before or set it during creation of variable inside Selector Editor
<html app='chrome.exe' webctrl aaname=' " + PartieDemande.ToString() +" ' />
@Youssef,
This will not work. Selectors can have only variables. You are trying to parse variable into string. It will not work that way. Just parse it for example in Assign
activity and then indicate selector again (cause at the moment you already broke it). Finally go to the selector again and click right mouse button on place where do you want to put variable i choose variable. Like below: