Accessing html elements in iFrame in IE browser

Hi,
I am trying to access/get control of html table that is inside an iframe which is dynamically loaded when I click a link in his parent webpage in IE browser. The problem is that the Ui Inspector is unable to inspect inside the iFrame node and webpage crashes down and again reopens whenever i try to use to get the selector through Web or Image automation(Click Image activity).

Please suggest.
Thank you.

Hi @PratikDengane

Based on iframe are you able to get the element through Click and Copy Selected Text activities

Thanks
Ashwin S

You can try below options -
1 - perform your activity after the uielement completely loaded via properties
2 - try to inject js to find the elements and when it successful → perform the respective actions…

No, whenever i use click text or click image the IE tab closes down and reopens and uipath throws error stating “Invalid node”

Hi @PratikDengane

are you able to highlight the element in UiExplorer and can you share the screenshot of UiExplorer of IFrame

Thanks
Ashwin S