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

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

Introduction

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

Usage

From source file browsermator.com.CloseCurrentTabOrWindowAction.java

/**
 *
 * @author pcalkins
 */
public class CloseCurrentTabOrWindowAction extends Action {
    CloseCurrentTabOrWindowAction() {

From source file browsermator.com.DownArrowKeyAction.java

/**
 *
 * @author pcalkins
 */
public class DownArrowKeyAction extends Action {
    DownArrowKeyAction() {

From source file browsermator.com.DragAndDropAction.java

/**
 *
 * @author pcalkins
 */
public class DragAndDropAction extends Action {
    DragAndDropAction(String ToDragXPATH, String ToTargetXPATH) {

From source file browsermator.com.LeftArrowKeyAction.java

/**
 *
 * @author pcalkins
 */
public class LeftArrowKeyAction extends Action {
    LeftArrowKeyAction() {

From source file browsermator.com.OpenNewTabAction.java

/**
 *
 * @author pcalkins
 */
public class OpenNewTabAction extends Action {
    OpenNewTabAction() {

From source file browsermator.com.RightArrowKeyAction.java

/**
 *
 * @author pcalkins
 */
public class RightArrowKeyAction extends Action {
    RightArrowKeyAction() {

From source file browsermator.com.RightClickAction.java

/**
 *
 * @author pcalkins
 */
public class RightClickAction extends Action {
    RightClickAction() {

From source file browsermator.com.UpArrowKeyAction.java

/**
 *
 * @author pcalkins
 */
public class UpArrowKeyAction extends Action {
    UpArrowKeyAction() {

From source file org.webtestingexplorer.actions.HoverAction.java

/**
 * An action to hover over the identified element.
 * 
 * @author scott.d.mcmaster@gmail.com (Scott McMaster)
 */
public class HoverAction extends Action {