Class EdgeDriverService.Builder<DS extends EdgeDriverService,​B extends EdgeDriverService.Builder<?,​?>>

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean isLegacy()  
      abstract EdgeDriverService.Builder withVerbose​(boolean verbose)  
      • Methods inherited from class org.openqa.selenium.remote.service.DriverService.Builder

        build, createArgs, createDriverService, findDefaultExecutable, getLogFile, getPort, score, usingAnyFreePort, usingDriverExecutable, usingPort, withEnvironment, withLogFile
      • Methods inherited from class java.lang.Object

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

      • Builder

        public Builder()
    • Method Detail

      • isLegacy

        public abstract boolean isLegacy()