Fine
lets do one thing manually
lets take two click activity
–click on the first element that we want and get the selector
–use another click activity to click on another element that we want and get the selector
compare these two selectors and if there is any dynamic value getting changed replace it with wildcards like * , for example if title attribute changes dynamically then put like this
title = ‘*’ and try once using that selector
Great
so after changing this with wildcard did we click on VALIDATE button in the selector and if its valid it would have shown us whether its valid selector or not
Kindly try that and let know pls
you were almost done
Cheers @memrevh
In development, if I did not select the Virtual Button from the unselected items in the UI Element’s properties the robot did not select the dropdown box. I changed it to include the virtual button. Validation correct. First loop runs perfectly.
Second loop fails. If I add a wildcard in the number next to virtual button the validation FAILS.