Graphene Selenium: API 2.0.0.Alpha1

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

java.lang.Object
  extended by org.jboss.arquillian.ajocado.locator.AbstractLocator<T>
      extended by org.jboss.arquillian.ajocado.locator.frame.AbstractFrameLocator<FrameRelativeLocator>
          extended by org.jboss.arquillian.ajocado.locator.frame.FrameRelativeLocator
All Implemented Interfaces:
FrameLocator<FrameRelativeLocator>, Locator<FrameRelativeLocator>, SeleniumRepresentable

public final class FrameRelativeLocator
extends AbstractFrameLocator<FrameRelativeLocator>

The locators of relative addressing of frames

Version:
$Revision$
Author:
Lukas Fryc

Field Summary
static FrameRelativeLocator PARENT
          The parent frame locator
static FrameRelativeLocator TOP
          The top frame locator
 
Method Summary
 FrameLocationStrategy getLocationStrategy()
          Returns the location strategy for this element
 
Methods inherited from class org.jboss.arquillian.ajocado.locator.AbstractLocator
format, getRawLocator, inSeleniumRepresentation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.arquillian.ajocado.locator.Locator
format, getRawLocator
 
Methods inherited from interface org.jboss.arquillian.ajocado.selenium.SeleniumRepresentable
inSeleniumRepresentation
 

Field Detail

TOP

public static final FrameRelativeLocator TOP
The top frame locator


PARENT

public static final FrameRelativeLocator PARENT
The parent frame locator

Method Detail

getLocationStrategy

public FrameLocationStrategy getLocationStrategy()
Description copied from interface: Locator
Returns the location strategy for this element

Returns:
the location strategy for this element

Graphene Selenium: API 2.0.0.Alpha1

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