Class EdgeHtmlDriverService


  • public class EdgeHtmlDriverService
    extends org.openqa.selenium.edge.EdgeDriverService
    • Field Summary

      • Fields inherited from class org.openqa.selenium.edge.EdgeDriverService

        EDGE_DRIVER_EXE_PROPERTY, EDGE_DRIVER_LOG_PROPERTY, EDGE_DRIVER_VERBOSE_LOG_PROPERTY
      • Fields inherited from class org.openqa.selenium.remote.service.DriverService

        process
    • Constructor Summary

      Constructors 
      Constructor Description
      EdgeHtmlDriverService​(java.io.File executable, int port, java.util.List<java.lang.String> args, java.util.Map<java.lang.String,​java.lang.String> environment)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static EdgeHtmlDriverService createDefaultService()
      Configures and returns a new EdgeHtmlDriverService using the default configuration.
      • Methods inherited from class org.openqa.selenium.remote.service.DriverService

        checkExecutable, findExecutable, getArgs, getEnvironment, getOutputStream, getUrl, getUrl, hasShutdownEndpoint, isRunning, sendOutputTo, start, stop, waitUntilAvailable
      • Methods inherited from class java.lang.Object

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

      • EdgeHtmlDriverService

        public EdgeHtmlDriverService​(java.io.File executable,
                                     int port,
                                     java.util.List<java.lang.String> args,
                                     java.util.Map<java.lang.String,​java.lang.String> environment)
                              throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • createDefaultService

        public static EdgeHtmlDriverService createDefaultService()
        Configures and returns a new EdgeHtmlDriverService using the default configuration. In this configuration, the service will use the MicrosoftWebDriver executable identified by the EdgeDriverService.EDGE_DRIVER_EXE_PROPERTY system property. Each service created by this method will be configured to use a free port on the current system.
        Returns:
        A new EdgeDriverService using the default configuration.