com.atlassian.jira.webtest.framework.core.component
Interface Input

All Superinterfaces:
Localizable, PageObject, ValueHolder
All Known Subinterfaces:
CommentInput
All Known Implementing Classes:
SeleniumCommentInput, SeleniumInput

public interface Input
extends ValueHolder, Localizable

Represents an HTML input.

Since:
v4.3

Method Summary
 Input type(com.atlassian.webtest.ui.keys.KeySequence keys)
          Enter given key sequence into this input.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.component.ValueHolder
value
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Localizable
locator
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Method Detail

type

Input type(com.atlassian.webtest.ui.keys.KeySequence keys)
Enter given key sequence into this input.

Parameters:
keys - key sequence to enter
Returns:
this input


Copyright © 2002-2012 Atlassian. All Rights Reserved.