Class DisabledGeckoDriverService

java.lang.Object
org.openqa.selenium.remote.service.DriverService
org.openqa.selenium.firefox.GeckoDriverService
net.serenitybdd.core.webdriver.servicepools.DisabledGeckoDriverService

public class DisabledGeckoDriverService
extends org.openqa.selenium.firefox.GeckoDriverService
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.openqa.selenium.firefox.GeckoDriverService

    org.openqa.selenium.firefox.GeckoDriverService.Builder
  • Field Summary

    Fields inherited from class org.openqa.selenium.firefox.GeckoDriverService

    GECKO_DRIVER_EXE_PROPERTY

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

    process
  • Constructor Summary

    Constructors
    Constructor Description
    DisabledGeckoDriverService()  
  • Method Summary

    Modifier and Type Method Description
    static DisabledGeckoDriverService build()  
    java.net.URL getUrl()  
    boolean isRunning()  
    void start()  
    void stop()  

    Methods inherited from class org.openqa.selenium.firefox.GeckoDriverService

    createDefaultService, hasShutdownEndpoint, waitUntilAvailable

    Methods inherited from class org.openqa.selenium.remote.service.DriverService

    checkExecutable, findExecutable, getArgs, getEnvironment, getOutputStream, getUrl, sendOutputTo

    Methods inherited from class java.lang.Object

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

    • DisabledGeckoDriverService

      public DisabledGeckoDriverService() throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details

    • build

      public static DisabledGeckoDriverService build()
    • getUrl

      public java.net.URL getUrl()
      Overrides:
      getUrl in class org.openqa.selenium.remote.service.DriverService
    • isRunning

      public boolean isRunning()
      Overrides:
      isRunning in class org.openqa.selenium.remote.service.DriverService
    • start

      public void start() throws java.io.IOException
      Overrides:
      start in class org.openqa.selenium.remote.service.DriverService
      Throws:
      java.io.IOException
    • stop

      public void stop()
      Overrides:
      stop in class org.openqa.selenium.remote.service.DriverService