UI Node

Hello Everyone,

I’m facing an issue with clicking on the Firm Name in the Salesforce application. The Click activity is not working in Google Chrome.

It throws the error: “Invalid UI Node.”

Kindly help me resolve this issue

Hi @mupallaswathi,

Check if the selector is dynamic (changing) or static.

If the Firm Name is inside an iframe, use the Attach Browser or Attach Window activity to target the correct iframe before performing the click.

Else try click image activity

Regards,
Arivu

Hi @mupallaswathi,

Kindly explore different properties of the selector via uiexplorer.

Are you also able to show the attributes you have selected in your selector?

Regards
Sonali

Please share the code snippet