Currently when we click "Scrape", Webscraper will open a new pop-up Chrome "window" to run the scraping instance. My guess is, this is a Chrome security requirement.
But is it possible to config Webscraper to run the instance in the SAME browser tab? (That is, above the Developer Tool panel)
The reason is that it might open up big possibilities of capturing Ajax HTTP responses with other tools.
Or is there a way for me to go into Chrome's Developer Mode to modify/hack the Webscraper config for my own usage? (I'm no expert but am willing to experiment.)
Sorry if this sounds "greedy" but it might open up good possibilities.