All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codeborne.selenide.ElementsContainer Maven / Gradle / Ivy

package com.codeborne.selenide;

import javax.annotation.CheckReturnValue;
import javax.annotation.Nonnull;
import javax.annotation.ParametersAreNonnullByDefault;

@ParametersAreNonnullByDefault
public abstract class ElementsContainer {
  private SelenideElement self;

  @CheckReturnValue
  @Nonnull
  public SelenideElement getSelf() {
    return self;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy