Guys I need help!
I set up an automation that needs to copy the ID attribute, since it is dynamic.
The problem that Macro no considers “@ID” at the end of Xpath.
Xpath used: /html/body/div/div[1]/div/div[1]/div/div/div[1]/@ID
How UiVision searches: /html/body/div/div[1]/div/div[1]/div/div/div[1]/
It doesn’t consider the @ID at the end, so it doesn’t copy the attribute I need and the macro fails.
Does anyone know how to fix this?