Graphene Selenium: API 2.0.0.Alpha1

org.jboss.arquillian.ajocado.locator.frame
Class AbstractFrameLocator<T extends FrameLocator<T>>

java.lang.Object
  extended by org.jboss.arquillian.ajocado.locator.AbstractLocator<T>
      extended by org.jboss.arquillian.ajocado.locator.frame.AbstractFrameLocator<T>
Type Parameters:
T - the type of locator which can be derived from this locator
All Implemented Interfaces:
FrameLocator<T>, Locator<T>, SeleniumRepresentable
Direct Known Subclasses:
FrameRelativeLocator

public abstract class AbstractFrameLocator<T extends FrameLocator<T>>
extends AbstractLocator<T>
implements FrameLocator<T>

Abstract implementation of option locator.

Version:
$Revision$
Author:
Lukas Fryc

Constructor Summary
AbstractFrameLocator(String locator)
          Constructs locator for given string representation
 
Method Summary
 
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.frame.FrameLocator
getLocationStrategy
 
Methods inherited from interface org.jboss.arquillian.ajocado.locator.Locator
format, getRawLocator
 
Methods inherited from interface org.jboss.arquillian.ajocado.selenium.SeleniumRepresentable
inSeleniumRepresentation
 

Constructor Detail

AbstractFrameLocator

public AbstractFrameLocator(String locator)
Constructs locator for given string representation

Parameters:
locator - the string representation of locator

Graphene Selenium: API 2.0.0.Alpha1

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