org.jboss.test.selenium.locator
Class LocatorUtils

java.lang.Object
  extended by org.jboss.test.selenium.locator.LocatorUtils

public final class LocatorUtils
extends Object

Utility class for locators.

Version:
$Revision$
Author:
Lukas Fryc, Pavol Pitonak

Method Summary
static String getRawLocator(AbstractLocator<?> locator)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRawLocator

@Deprecated
public static String getRawLocator(AbstractLocator<?> locator)
Deprecated. 

Deprecated. Might be removed in next versions of API, use Locator.getRawLocator() instead.

Returns the raw form of a locator, i.e. without its type. For instance, it makes "div input" from "jquery=div input".

Parameters:
locator - locator of an element
Returns:
raw form of a locator without locator type prefix


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.