Class ClassicRunner

  • All Implemented Interfaces:
    AutoCloseable

    public class ClassicRunner
    extends com.applitools.eyes.EyesRunner
    used to manage multiple Eyes sessions when working without the Ultrafast Grid.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static String BASE_AGENT_ID
      name of the client sdk
      protected static String VERSION
      version of the client sdk
      • Fields inherited from class com.applitools.eyes.EyesRunner

        commandExecutor, COMMANDS, logger, managerRef, PROTOCOL
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.applitools.eyes.exceptions.StaleElementReferenceException getStaleElementException()  
      • Methods inherited from class com.applitools.eyes.EyesRunner

        close, getAgentId, getAllTestResults, getAllTestResults, getCommandExecutor, getLogger, getManagerRef, getProxy, getRefer, getRemoveDuplicateTests, isDontCloseBatches, logSessionResultsAndThrowException, runServer, runServer, setCommandExecutor, setDontCloseBatches, setLogHandler, setManagerRef, setProxy, setRemoveDuplicateTests
    • Field Detail

      • BASE_AGENT_ID

        protected static String BASE_AGENT_ID
        name of the client sdk
      • VERSION

        protected static String VERSION
        version of the client sdk
    • Constructor Detail

      • ClassicRunner

        public ClassicRunner()
      • ClassicRunner

        protected ClassicRunner​(String baseAgentId,
                                String version)
    • Method Detail

      • getStaleElementException

        public com.applitools.eyes.exceptions.StaleElementReferenceException getStaleElementException()
        Overrides:
        getStaleElementException in class com.applitools.eyes.EyesRunner