Graphene Selenium: API 2.0.0.Alpha1

org.jboss.arquillian.ajocado.locator.window
Class WindowLocationStrategy

java.lang.Object
  extended by org.jboss.arquillian.ajocado.locator.AbstractLocationStrategy
      extended by org.jboss.arquillian.ajocado.locator.window.WindowLocationStrategy
All Implemented Interfaces:
LocationStrategy

public class WindowLocationStrategy
extends AbstractLocationStrategy

Strategy for locating windows

Version:
$Revision$
Author:
Lukas Fryc

Field Summary
static WindowLocationStrategy NAME
          Locating by name
static WindowLocationStrategy TITLE
          Locating by title
static WindowLocationStrategy VAR
          Locating by JavaScript variable
 
Constructor Summary
WindowLocationStrategy(String strategyName)
          Constructs new named window location strategy
 
Method Summary
 
Methods inherited from class org.jboss.arquillian.ajocado.locator.AbstractLocationStrategy
getStrategyName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TITLE

public static final WindowLocationStrategy TITLE
Locating by title


NAME

public static final WindowLocationStrategy NAME
Locating by name


VAR

public static final WindowLocationStrategy VAR
Locating by JavaScript variable

Constructor Detail

WindowLocationStrategy

public WindowLocationStrategy(String strategyName)
Constructs new named window location strategy

Parameters:
strategyName - the name of strategy

Graphene Selenium: API 2.0.0.Alpha1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.