Unable to get the table data using selector option

Hi,

Using UiPath, I am going to record (click) topic name from the ExtJS grid in Chrom browser. But My Selector is not able to Click the data, Please help me to find the answer.

This is the URL Sencha | Examples

From there I need to click the 200th topic name.

Thanks,
Arunachalam.

May be the element is not visible. So, it is failing.
Please enable the Simulate Click option of Click Activity in the Properties Panel to work in the background.

Hi @KarthikByggari

I have tried it’s not working,

Thanks,
Arunachalam

@Arunachalam What selector are you passing to your click activity? The URL of the Topic? Can you paste your click activity selector here ?

@Vinutha

I have shared my xaml file please check. Here what is the problem means I am clicking the topic name from Extjs Grid Table.

Extjs Grid Data: Initially grid has only 20 rows but when scrolling down the page then a grid loads the data from the server. I think Now you got my point, In this How can I interact UiPath with Grid Table.

ClickTopicName.xaml (13.7 KB)

Thanks,
Arunachalam