com.atlassian.jira.webtest.selenium.framework.fields
Interface Field<T>

All Known Implementing Classes:
DateFieldWithCalendar

public interface Field<T>

Represents a JIRA field in the selenium tests.

Since:
v4.2

Method Summary
 void assertVisible()
          Make sure that the field is currently visible on the page.
 String getStringValue()
          Return the string value of the field.
 T getValue()
          Return the value currently within the field.
 

Method Detail

getValue

T getValue()
Return the value currently within the field.

Returns:
the value currently within the field.

getStringValue

String getStringValue()
Return the string value of the field.

Returns:
the string value of the field.

assertVisible

void assertVisible()
Make sure that the field is currently visible on the page.



Copyright © 2002-2013 Atlassian. All Rights Reserved.