Package io.fluentlenium.utils
Class ExecutorServiceUtil
java.lang.Object
io.fluentlenium.utils.ExecutorServiceUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutorService
getExecutor
(ExecutorService webDriverExecutor) static void
shutDownExecutor
(ExecutorService executorService, Long browserTimeout)
-
Method Details
-
shutDownExecutor
public static void shutDownExecutor(ExecutorService executorService, Long browserTimeout) throws InterruptedException - Throws:
InterruptedException
-
getExecutor
-