Package com.crawljax.core.state

Examples of com.crawljax.core.state.StateVertix.searchForCandidateElements()


    }

    // Store the currentState to be able to 'back-track' later.
    StateVertix orrigionalState = this.getStateMachine().getCurrentState();

    if (orrigionalState.searchForCandidateElements(candidateExtractor, configurationReader
            .getTagElements(), configurationReader.getExcludeTagElements(),
            configurationReader.getCrawlSpecificationReader().getClickOnce())) {
      // Only execute the preStateCrawlingPlugins when it's the first time
      LOGGER.info("Starting preStateCrawlingPlugins...");
      CrawljaxPluginsUtil.runPreStateCrawlingPlugins(controller.getSession(),
View Full Code Here


    }

    // Store the currentState to be able to 'back-track' later.
    StateVertix orrigionalState = this.getStateMachine().getCurrentState();

    if (orrigionalState.searchForCandidateElements(candidateExtractor, configurationReader
            .getTagElements(), configurationReader.getExcludeTagElements(),
            configurationReader.getCrawlSpecificationReader().getClickOnce())) {
      // Only execute the preStateCrawlingPlugins when it's the first time
      LOGGER.info("Starting preStateCrawlingPlugins...");
      CrawljaxPluginsUtil.runPreStateCrawlingPlugins(controller.getSession(),
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.