Hi everyone,
I created process for SAP report. Robot reads variable from an excel. Everything works fine until the report is displayed. I want to select a layout after the report is displayed. And I defined variable “duzenTanim” for layout type. And I put “duzenTanim” in a dynamic selector like that.
And I also check that when I click different layout name(marked as red area in a picture), only tableRow part was changed. Because of that I put dynamic selector in a tableRow. But now, I am getting this error. And I tried every suggestion in error message. Could you help me please?
Error message:
“message”: “Click -Düzen: Could not find the user-interface (UI) element for this action.\r\n\r\nPossible solutions:\r\n • Ensure application is opened and the UI element is visible on the screen at execution time\r\n • Edit the Target of the UI activity and use Validation to debug the issue. \r\n • If needed, re-indicate the element as its properties might have changed\r\n • Use "Check state" activity to check the application state before executing the action\r\n • Increase the "Delay before" value to allow time to the application to render entirely and become responsive”,
Thank you