Interface SupportsChromedriverExecutableOption<T extends BaseOptions<T>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<java.lang.String> getChromedriverExecutable()
      Get the path to the chromedriver executable on the server file system..
      default T setChromedriverExecutable​(java.lang.String path)
      Full path to the chromedriver executable on the server file system.
      • Methods inherited from interface org.openqa.selenium.Capabilities

        asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatform, getPlatformName, getVersion, is, merge
    • Field Detail

      • CHROMEDRIVER_EXECUTABLE_OPTION

        static final java.lang.String CHROMEDRIVER_EXECUTABLE_OPTION
        See Also:
        Constant Field Values
    • Method Detail

      • setChromedriverExecutable

        default T setChromedriverExecutable​(java.lang.String path)
        Full path to the chromedriver executable on the server file system.
        Parameters:
        path - Path to chromedriver executable.
        Returns:
        self instance for chaining.
      • getChromedriverExecutable

        default java.util.Optional<java.lang.String> getChromedriverExecutable()
        Get the path to the chromedriver executable on the server file system..
        Returns:
        Path to chromedriver executable.