Class DriverServiceExecutable

java.lang.Object
net.serenitybdd.core.webdriver.servicepools.DriverServiceExecutable

public class DriverServiceExecutable
extends java.lang.Object
  • Constructor Details

    • DriverServiceExecutable

      public DriverServiceExecutable​(java.lang.String exeName, java.lang.String exeProperty, java.lang.String documentationUrl, java.lang.String downloadUrl, EnvironmentVariables environmentVariables, boolean checkExecutable)
  • Method Details

    • called

      public static DriverServiceExecutable.DriverServiceExecutableBuilder called​(java.lang.String exeName)
    • asAFile

      public java.io.File asAFile()
    • asAPath

      public java.nio.file.Path asAPath()
    • isExecutable

      protected static boolean isExecutable​(java.io.File exe)
    • checkExecutable

      protected static void checkExecutable​(java.io.File exe)