org.jboss.arquillian.ajocado.locator.window
Class AbstractWindowLocator<T extends WindowLocator<T>>
java.lang.Object
org.jboss.arquillian.ajocado.locator.AbstractLocator<T>
org.jboss.arquillian.ajocado.locator.window.AbstractWindowLocator<T>
- Type Parameters:
T - the type of locator which can be derived from this locator
- All Implemented Interfaces:
- Locator<T>, WindowLocator<T>, SeleniumRepresentable
- Direct Known Subclasses:
- WindowNameLocator
public abstract class AbstractWindowLocator<T extends WindowLocator<T>>
- extends AbstractLocator<T>
- implements WindowLocator<T>
Abstract implementation of option locator.
- Version:
- $Revision$
- Author:
- Lukas Fryc
AbstractWindowLocator
public AbstractWindowLocator(String locator)
- Constructs locator for given string representation
- Parameters:
locator - the string representation of locator
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.