Unable to get all data

@Anil_G

See this way m trying to print data that I’ve indicated but it’s not printing anything.

@siddhi

If you want to see the data please use

Get text activity and pass the currentelement as input element and use the output of get text activity in the log message…currentelelement_label printing will give nothing to you

Cheers

@Anil_G

Again there’s no result.

@siddhi

To check can you run in debug and use highlight element option in debug panel to check if ti is highlighting

Cheers

@siddhi ,
Please check whether the activities in the DO section is executing .Put a breakpoint to the Log message and debug.
If there is no result may be your Uielements collection is null
if its there then please check in the immediate pannel when the process pauses at the breakpoint.

Regards,

@Anil_G

It is highlighting the whole page section.
Actually i’ve tried to extract column data from other website using the same process, in that i can see all the column data using log message. Idk why it’s not working for this website.

Can you please tell some other way too to use that particular column value ?
This table is dynamic and based on what id no is searched. According to id_no it’s showing this table and I need only 1st column data for the further process.

Thanks

@Jithesh_R

It didn’t go inside For each ui activity when applied breakpoint and debugging.

@siddhi

Can you procide the site here…its really difficult to understand what you need from just statements…

One way i can suggest is use the same activity but try to find a selector for the for each ui element which is dynamic across the pages…

i am not sure why you are using elements of one website on another…ideally this would not work

Cheers

@siddhi ,
Yess that is why your log message is not printing . the reason may be your Uielement collection is Null. Try indicating properly. You can refer some videos regarding the “for each ui element” Activity and re indicate the elements.

Regards,

@Anil_G
I can’t provide the link of site .

Hi
@siddhi Canyou please explain the problem a bit? Its a bit unclear what you want to extract?

Thanks
Shree

@siddhi

Ideally for table extraction for one site you have to use one type…if site is changing it is evident that the selectors would change unless you have something very similar or common between the sites…so please find those ocmmon ones or use the for each ui element on same site as you indicated

Cheers

@Anil_G

no You misunderstood it. I was saying that I tried this activity on other webpage for just checking how it works, there it worked properly but for my webpage it didn’t work as expected.
I found some other way to get the data.

Thank you for all suggestions.

1 Like