Class DriverPathConfiguration

java.lang.Object
net.serenitybdd.core.webdriver.servicepools.DriverPathConfiguration

public class DriverPathConfiguration
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    DriverPathConfiguration​(java.lang.String propertyName)  
  • Method Summary

    Modifier and Type Method Description
    static DriverPathConfiguration updateSystemProperty​(java.lang.String propertyName)  
    void withExecutablePath​(java.io.File executablePath)  

    Methods inherited from class java.lang.Object

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

    • DriverPathConfiguration

      public DriverPathConfiguration​(java.lang.String propertyName)
  • Method Details

    • updateSystemProperty

      public static DriverPathConfiguration updateSystemProperty​(java.lang.String propertyName)
    • withExecutablePath

      public void withExecutablePath​(java.io.File executablePath)