Get attribute: Invalid UI node

Hi there,

I am using Chrome for a web automation. I use a find children with Options scope: FindScope_FINDDESCENDANT to find in a webpage some elements to open.

I iterate the output UIElement and use an activity to find the web attribute “innerText” using as a selector the UiElement.tostring.
When some conditions are met the robot should open the page and by http request download some elements on the page.
The problem is that if i set a breakpoint on the get attribute and i run the robot in debug mode all the project goes well, otherwise if a Run the project without debug mode the Studio send me the error “Invalid UINode”
How could i Fix?

image

image

Hi,

It might be to get Attribute before Uinode is created.
For now, can you try to surround the Get Attribute activity by Retry Scope activity?

Regards,

I tried to surround the activity with a retry scope but the response is the following:
image

Hi,

Thank you for trying.
It might be selector issue. Can you try to put Delay activity with a several seconds just before the GetAttribute or AttachBrowser if you use?

And if possible, can you share your workflow as screenshot and/or file?

Regards,