Class ExecutorServiceUtil


  • public final class ExecutorServiceUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.concurrent.ExecutorService getExecutor​(java.util.concurrent.ExecutorService webDriverExecutor)  
      static void shutDownExecutor​(java.util.concurrent.ExecutorService executorService, java.lang.Long browserTimeout)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • shutDownExecutor

        public static void shutDownExecutor​(java.util.concurrent.ExecutorService executorService,
                                            java.lang.Long browserTimeout)
                                     throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • getExecutor

        public static java.util.concurrent.ExecutorService getExecutor​(java.util.concurrent.ExecutorService webDriverExecutor)