Graphene Selenium: API 2.0.0.Alpha1

org.jboss.arquillian.ajocado.locator.frame
Class FrameLocationStrategy

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

public class FrameLocationStrategy
extends AbstractLocationStrategy

Frame location strategy

Version:
$Revision$
Author:
Lukas Fryc

Field Summary
static FrameLocationStrategy DOM
          The dom location strategy
static FrameLocationStrategy INDEX
          The indexed location strategy
static FrameLocationStrategy RELATIVE
          The relative location strategy
 
Constructor Summary
FrameLocationStrategy(String strategyName)
          Constructs new named frame 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

RELATIVE

public static final FrameLocationStrategy RELATIVE
The relative location strategy


INDEX

public static final FrameLocationStrategy INDEX
The indexed location strategy


DOM

public static final FrameLocationStrategy DOM
The dom location strategy

Constructor Detail

FrameLocationStrategy

public FrameLocationStrategy(String strategyName)
Constructs new named frame location strategy

Parameters:
strategyName - the name of strategy

Graphene Selenium: API 2.0.0.Alpha1

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