How can I set conditional breakpoints on Data Scraping?

I am learning conditional breakpoints, but I am not sure how to use them in extract structured data.

Suppose I want to add a break point when a particular number of extracted data is reached
If maxnoofresults is set to 100, I want to add a conditional breakpoint that pauses the execution at 20

Is there a way to do that?

@indiedev91
Ypu can enter the value how much you needed “20”
if need every thing select “0”
image

that’s a different thing, what im asking is that i want to pause the execution when the extracted data reaches 20 even the maxnoofresults is 100

i want a conditional breakpoints

Hey @indiedev91 ,

No we can’t use the breakpoints in between the extraction…

If you wants to wait for the particular row. We have to use the 2 data scraping activities… this is not a good practice…

Once we extracted the data we can get the data by using for each row activity…

I hope you understand…

Regards,
NaNi

1 Like

@indiedev91 , No its not possible, Instead of that , scroll the page before data scrapping,
once loaded, start the data scraping activity
Use element exist and flow decision and scroll activity

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.