Interface WebDriverPreparator

All Superinterfaces:
com.google.common.base.Supplier<org.openqa.selenium.WebDriver>, Supplier<org.openqa.selenium.WebDriver>
All Known Implementing Classes:
WebDriverManager

public interface WebDriverPreparator
extends com.google.common.base.Supplier<org.openqa.selenium.WebDriver>
WebDriver reviver.
  • Method Summary

    Modifier and Type Method Description
    String getBrowserName()
    Get browser name.

    Methods inherited from interface com.google.common.base.Supplier

    get
  • Method Details

    • getBrowserName

      String getBrowserName()
      Get browser name.
      Returns:
      browser name.