Class SelenideFieldDecorator

  • All Implemented Interfaces:
    org.openqa.selenium.support.pagefactory.FieldDecorator

    @ParametersAreNonnullByDefault
    public class SelenideFieldDecorator
    extends org.openqa.selenium.support.pagefactory.DefaultFieldDecorator
    • Field Summary

      • Fields inherited from class org.openqa.selenium.support.pagefactory.DefaultFieldDecorator

        factory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object decorate​(java.lang.ClassLoader loader, java.lang.reflect.Field field)  
      • Methods inherited from class org.openqa.selenium.support.pagefactory.DefaultFieldDecorator

        isDecoratableList, proxyForListLocator, proxyForLocator
      • Methods inherited from class java.lang.Object

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

      • SelenideFieldDecorator

        public SelenideFieldDecorator​(SelenidePageFactory pageFactory,
                                      Driver driver,
                                      org.openqa.selenium.SearchContext searchContext)
    • Method Detail

      • decorate

        @CheckReturnValue
        @Nullable
        public java.lang.Object decorate​(java.lang.ClassLoader loader,
                                         java.lang.reflect.Field field)
        Specified by:
        decorate in interface org.openqa.selenium.support.pagefactory.FieldDecorator
        Overrides:
        decorate in class org.openqa.selenium.support.pagefactory.DefaultFieldDecorator