private SystemUtilities systemUtilities;
public ScraperContext(Scraper scraper, ScraperContext callerContext) {
super();
this.callerContext = callerContext;
this.systemUtilities = new SystemUtilities(scraper);
this.put("sys", this.systemUtilities);
this.put("http", scraper.getHttpClientManager().getHttpInfo());
}