Class GeckoDriverService.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 GeckoDriverService 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()  
      protected boolean isLegacy()  
      int score​(org.openqa.selenium.Capabilities capabilities)  
      GeckoDriverService.Builder usingFirefoxBinary​(FirefoxBinary firefoxBinary)
      Sets which browser executable the builder will use.
      protected FirefoxDriverService.Builder withOptions​(FirefoxOptions options)  
      • 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