Class FirefoxDriverService

  • Direct Known Subclasses:
    GeckoDriverService

    public abstract class FirefoxDriverService
    extends org.openqa.selenium.remote.service.DriverService
    • Field Summary

      • Fields inherited from class org.openqa.selenium.remote.service.DriverService

        process
    • Constructor Summary

      Constructors 
      Constructor Description
      FirefoxDriverService​(java.io.File executable, int port, com.google.common.collect.ImmutableList<java.lang.String> args, com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.String> environment)  
    • Method Summary

      • 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

      • FirefoxDriverService

        public FirefoxDriverService​(java.io.File executable,
                                    int port,
                                    com.google.common.collect.ImmutableList<java.lang.String> args,
                                    com.google.common.collect.ImmutableMap<java.lang.String,​java.lang.String> environment)
                             throws java.io.IOException
        Parameters:
        executable - The GeckoDriver executable.
        port - Which port to start the GeckoDriver on.
        args - The arguments to the launched server.
        environment - The environment for the launched server.
        Throws:
        java.io.IOException - If an I/O error occurs.