Suddenly data scraping is not not working

Suddenly data scraping is not not working . no error is populating simply end the BOT.

Is there any reason ?

Hi,
have you checked if selectors are valid? Can you send some screenshots, additional information?

1 Like

@Tandasa_Rajasekhar
Can you check if ContinueOnError property is set to True?
It usually occurs because of this property set to true. Sometimes maybe by default.

And try to check if the selector is valid.

1 Like

Hi @Tandasa_Rajasekhar

Kindly check if the selector is valid. If is valid, then check if your output variable is assigned for two times(like below).

Thanks.

1 Like

yes i try this , but no use…

yes it is valid for first run, if we run for second time it shows invalid

Do you iterate thru pages?
I had the same problem when tables on web site had pages.

I’ve solved this by take value of pages and iterate thrue by while/do while activity.