Stop execution?

How do i stop execution after pressing "data preview" or "scrape"?

On bigger sites when something is failing, or if i'm just testing, i want to be able to stop the process

split your task to be able to accomplish smaller scrapes...

I interpret your answer as there is no such functionality, in other words.

What's the best practice to split into smaller scrapes?

Let's say you receive your URLs by means of ElementAttribute and you cvan't follow them right a way. So first step - is to gather all your necessary links. Afterwards you write a separate sitemap as if you are following each of the links... That is a second step...

I totally understand, but that doesn't work in my case.

If something goes wrong, i have to wait for the whole page to be executed, or shutdown/kill the Chrome process entirely.

A cancel/abort button would be a perfect solution.

Hi,

In case you have started a scrape and it is not going as expected, you can just close the pop-up window with one click. I don't really see the use case for an additional button for that.

In the case, you have clicked Data preview and a sequence of scroll and click actions is initiated, it can be stopped by opening a different URL and clicking back. In this situation, a Abort button would be useful. I will suggest it to the development team.

Thank you for your input!