I am desperately looking for the solution on this, because this is my high priority issue. Please if possible.
Using CV element exists on certain screen if I am looking for one text. for example “AB-23009”, now if any text available as “AB-23008”. then the activity giving return as true, where as it should be false. If the text is entirely different then it is giving as false only, the catche is cv Get text is no use here, bcause of the interface. Please look into this and give some solution, how to get rid of this.
While working with CV if anything changes like font & color it won’t work
As you given example in selector make that as * then it will work again try to indicate & check it will work
Thanks for your reply, but my scenario is like, I need indentify one alfanumeric character, I am using that value as variable, and that variable I am using in the descriptor, so I cannot make it wildcard, that number should be specufic, based on the variable value it would be changing every time. I am facing issue because of the cv Element activity behaving to not find the exact value, but seems contains,
for example
if my variable value B42
and any descriptor having value with B43, it will return as true, where as if the value is C42, it will return as false. I hope I am able to explain you properly.
“Target: Text”+ “‘”+strID+“’”+(273,230,76,12)"…Use this and let me know…
Note:(Ur workflow working well but it gives the results wrongly…This is my understanding. Is it right?
I am really grateful that you are trying for me, but still I guess some missing is there, please refre the following screenshot, first is the descriptor, and second is the error while testing.
as per Above ss this tabular screen is the target area, and based on circled invoice number check box would be clicked, Element exist is working fine, indefying the numbers, but if the number with same sequence then that is also bot returning as true.
For example the circled number is B044139-001, on screen if any number is there like B044139-002 but not the exact number, though the bot returning from cv element exist as true.