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

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

package com.codeborne.selenide;

import com.codeborne.selenide.impl.WebElementSource;

import javax.annotation.Nullable;
import javax.annotation.ParametersAreNonnullByDefault;
import java.io.IOException;

@ParametersAreNonnullByDefault
public interface Command {
  Object[] NO_ARGS = new Object[0];

  @Nullable
  T execute(SelenideElement proxy, WebElementSource locator, @Nullable Object[] args) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy