Class ElementsContainer


  • @ParametersAreNonnullByDefault
    public abstract class ElementsContainer
    extends java.lang.Object
    • Constructor Detail

      • ElementsContainer

        public ElementsContainer()
    • Method Detail

      • getSelf

        @CheckReturnValue
        @Nonnull
        @Deprecated
        public SelenideElement getSelf()
        Deprecated.
        I rather think that this method is not needed. You are expected to find elements INSIDE this container, not the container itself.