Class WebDriverAware

  • Direct Known Subclasses:
    HtmlPage

    public abstract class WebDriverAware
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected WebBrowser browser  
    • Constructor Summary

      Constructors 
      Constructor Description
      WebDriverAware()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.List<java.lang.reflect.Field> getAllDeclaredFields​(java.util.List<java.lang.reflect.Field> fields, java.lang.Class<?> type)
      Backtrack algorithm to gather all declared fields within SuperClasse-es but stopping on HtmlPage.class
      WebBrowser getBrowser()  
      void setBrowser​(WebBrowser webBrowser)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebDriverAware

        public WebDriverAware()
    • Method Detail

      • setBrowser

        public void setBrowser​(WebBrowser webBrowser)
      • getAllDeclaredFields

        protected java.util.List<java.lang.reflect.Field> getAllDeclaredFields​(java.util.List<java.lang.reflect.Field> fields,
                                                                               java.lang.Class<?> type)
        Backtrack algorithm to gather all declared fields within SuperClasse-es but stopping on HtmlPage.class
        Parameters:
        fields -
        type -
        Returns: