Class ChromiumEdgeDriverService.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.google.common.collect.ImmutableList<java.lang.String> createArgs()  
      protected ChromiumEdgeDriverService createDriverService​(java.io.File exe, int port, java.time.Duration timeout, com.google.common.collect.ImmutableList<java.lang.String> args, com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.String> environment)  
      protected java.io.File findDefaultExecutable()  
      boolean isLegacy()  
      int score​(org.openqa.selenium.Capabilities capabilities)  
      ChromiumEdgeDriverService.Builder withAllowedListIps​(java.lang.String allowedListIps)
      Configures the comma-separated list of remote IPv4 addresses which are allowed to connect to the driver server.
      ChromiumEdgeDriverService.Builder withSilent​(boolean silent)
      Configures the driver server for silent output.
      EdgeDriverService.Builder withVerbose​(boolean verbose)
      Configures the driver server verbosity.
      • Methods inherited from class org.openqa.selenium.remote.service.DriverService.Builder

        build, getDefaultTimeout, getLogFile, getPort, usingAnyFreePort, usingDriverExecutable, usingPort, withEnvironment, withLogFile, withTimeout
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait