LOGGER.info("Reloading page for navigating back");
this.goToInitialURL();
}
// TODO Stefan ideally this should be placed in the constructor
this.formHandler =
new FormHandler(getBrowser(), configurationReader.getInputSpecification(),
configurationReader.getCrawlSpecificationReader().getRandomInputInForms());
this.candidateExtractor =
new CandidateElementExtractor(controller.getElementChecker(), this.getBrowser(),
formHandler, configurationReader.getCrawlSpecificationReader());