Not able to use data scraping or table extraction in iframe chrome browser

For eg I have a Service Now website with incidents. I want to fetch incident numbers and add to queue. But for extracting incident numbers through scraping not able to click in that screen.
Can anyone please guide how to solve?

@vnsatyasunil

-Use the “Open Browser” activity to navigate to the ServiceNow website and log in.
-After logging in, use the “Attach Browser” activity to specify the same browser window used in the “Open Browser” activity.
-Within the “Attach Browser” activity, use regular activities like “Click” or “Type Into” to interact with the elements on the webpage.
-If you need to extract data from a table within the iframe, you can use the “Get Full Text” activity or the “Find Element” activity to locate the table, and then use string manipulation or regular expressions to extract the specific data you need.

Cheers…!

tried but no luck. Not able to click table data also. When I am clicking on column name also entire iframe section is selecting instead of clicked element

Not able to click individual selection for elements in that iframe section. Entire section is highlighting when trying to hover on particular element.
Is there any another way for this?

Hi,
try changing the UiFramework while selecting the selector.
image