Interface WidgetProxyCreator

All Known Implementing Classes:
SmartWidgetProxyCreator

public interface WidgetProxyCreator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    proxyElements(WidgetObject pageObject, org.openqa.selenium.WebDriver driver)
     
    void
    proxyElements(WidgetObject pageObject, org.openqa.selenium.WebDriver driver, int timeoutInSeconds)
     
  • Method Details

    • proxyElements

      void proxyElements(WidgetObject pageObject, org.openqa.selenium.WebDriver driver)
    • proxyElements

      void proxyElements(WidgetObject pageObject, org.openqa.selenium.WebDriver driver, int timeoutInSeconds)