Web Scraping Mistake

Hello,

I am trying to web scrape from one page. But there ise a warning like this. I am trying to get image and text in the same page. And ı built like below.

Could you help me ?


@Emre_Toy

if its a repeated data then use extract table data and warning says indicate similar element if there is as it is not able to identify the pattern

if its not there then you can use get text which gets single piece of it

cheers

Hello,

Thank you for the answer.
I just did all of you said but still comes to excel as empty. Below is the last one.
There is no problem for extract data table.

Hi @Emre_Toy

Put a breakpoint after extract data activity and explore the data table from locals panel.

What does it contain? Does it contain headers but no data or it contains nothing?

Hello,

I am just so new for UiPath. ı am confused to what will i do.
It is contain nothing. it is compeletly empty.

Also, when ı do breakpoint it looks not empty.