Please note that selector is validating in studio, when debug the BOT not validating.
Getting error messages in output : Click ‘TextField Item’: Cannot get the screen rectangle of this UI node. A possible reason might be that the element is not visible.
could you please help urgently to resolve this issue Team,
Use activities like “Wait Element Vanish” or “Wait Element Appears” to ensure that the “TextField Item” is actually visible and ready for interaction before attempting to click it.
You can add a “Delay” activity before the “Click” activity to allow time for the element to appear.
I could see title is kept as *
It should have done value so that bot will look for that element in the page under that title even if multiple sap pages are opened
Try to re indicate the element and make sure u have title attribute with value
The id is probably changing. You should use other attributes of the selector. Also, opening in UI Explorer and looking at what is above and below it in the tree is helpful, maybe one of those elements is better to click.
Also, there are activities specific to SAP so you don’t have to click around. What are you trying to do?