webparsy
webparsy copied to clipboard
Add If statements support
- [ ] Add IF support
- [ ] Add "Stop" support. "stop" must stop the scraping process, gracefylly stop Chrome, stdout any scraped content and exit with an specific process signal
This will allow to support the following case:
if '#nextPage' => click "#nextPage" => continue scraping
else => stop
I wolud love to see that feature! Is there chance to add this?