Interface WrapsDriver

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface WrapsDriver
    This interface indicates that the implementing class knows about the driver that contains it and can export it.
    • Method Detail

      • getWrappedDriver

        WebDriver getWrappedDriver()
        Returns:
        The driver that contains this element.