com.atlassian.jira.webtest.framework.core.locator
Interface LocatorType

All Known Implementing Classes:
Locators

public interface LocatorType

Represents a particular type of locator. Locators of different types may, or may not be compatible among each other, depending on their general compatibility and the current test context. Use Locator.supports(com.atlassian.jira.webtest.framework.core.locator.Locator) to check for the compatibility of two locators (not that compatibility is not symmetric, see documentation of Locator for more details).

See Also:
Locator

Method Summary
 String id()
          Unique id of this locator type.
 

Method Detail

id

String id()
Unique id of this locator type.

Returns:
id of this locator type


Copyright © 2002-2013 Atlassian. All Rights Reserved.