Interface WrapsDriver

All Known Subinterfaces:
ActiveSession
All Known Implementing Classes:
RemoteExecuteMethod, RemoteSession, RemoteWebElement, ServicedSession
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 Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getWrappedDriver

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