Example usage for org.openqa.selenium.interactions Action interface-usage

List of usage examples for org.openqa.selenium.interactions Action interface-usage

Introduction

In this page you can find the example usage for org.openqa.selenium.interactions Action interface-usage.

Usage

From source file io.github.mmichaelis.selenium.client.provider.internal.ClearStorageAction.java

/**
 * @since 2014-03-22.
 */
public final class ClearStorageAction implements Action {
    private static final Logger LOG = LoggerFactory.getLogger(ClearStorageAction.class);
    private static final String NOTE_POSSIBLY_UNEXPECTED_BEHAVIOR = "While this might be valid it might result in unexpected behavior of following tests.";

From source file io.github.mmichaelis.selenium.client.provider.internal.CloseOtherWindowsAction.java

/**
 * @since 2014-03-22.
 */
public final class CloseOtherWindowsAction implements Action {
    private final WebDriver driver;

From source file org.richfaces.tests.metamer.ftest.extension.tester.attributes.AttributesHandler.java

/**
 * @author <a href="mailto:jstefek@redhat.com">Jiri Stefek</a>
 */
public class AttributesHandler
        implements AttributesGetter, MultipleAttributesSetter, MultipleAttributesToValueSetter, Action {

From source file org.richfaces.tests.metamer.ftest.utils.files.Manipulator.java

/**
 * @author <a href="mailto:jstefek@redhat.com">Jiri Stefek</a>
 */
public interface Manipulator extends Action {

    Appender appendLine(String line);