Interface WrapsDriver


  • 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.