Question
Interrogation works but it fails during execution
Hi all,
I'm having some issues while executing a simple web automation.
After performing a click action, the page opens a new window (Image attached) that shows a table.
The cells under the "Seleção atual" and "Descrição" can be edited.
In this case, I was trying to interrogate the cell right next to "Centro" and input a text value. The interrogation worked and it identified the cell. But when I try to execute the automation (image attached), it gives an error saying that the control variable is not matched (image attached).
I tried to interragate with different match rules as well but it still does not work. Even a simple performClick in this cell doesn't work.
Can someone help me?
Thanks,
De Hong
De Hong,
Is the performclick method and setText method work if you try them through the 'test methods' form during interrogation?
Also, please re-post your 'Interrogation Automation' image with the control selected during interrogation, as it's probable that your match rules do not have a unique target for this cell you are trying to automate.