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 inherited from class com.applitools.eyes.EyesRunner

        commandExecutor, logger, managerRef
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        ClassicRunner()  
      protected ClassicRunner​(com.applitools.eyes.universal.settings.RunnerSettings runnerSettings)  
      protected ClassicRunner​(String baseAgentId, String version)
      Deprecated.
    • 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, setCommandExecutor, setDontCloseBatches, setLogHandler, setManagerRef, setProxy, setRemoveDuplicateTests
    • Constructor Detail

      • ClassicRunner

        public ClassicRunner()
      • ClassicRunner

        protected ClassicRunner​(com.applitools.eyes.universal.settings.RunnerSettings runnerSettings)
    • Method Detail

      • getStaleElementException

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