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

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

There is a newer version: 7.6.1
Show newest version
package com.codeborne.selenide;

import com.codeborne.selenide.impl.WebElementSource;

import javax.annotation.Nullable;
import javax.annotation.ParametersAreNonnullByDefault;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy