Interface AugmenterProvider

    • Method Detail

      • isApplicable

        default java.util.function.Predicate<org.openqa.selenium.Capabilities> isApplicable()
        Returns:
        Whether this provider should be applied given these caps.
      • getDescribedInterface

        java.lang.Class<?> getDescribedInterface()
        Returns:
        The interface that this augmentor describes.
      • getImplementation

        InterfaceImplementation getImplementation​(java.lang.Object value)
        For the interface that this provider describes, return an implementation.
        Parameters:
        value - The value from the capability map
        Returns:
        An interface implementation