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