com.atlassian.confluence.pageobjects.component.form
Class AutocompleteField

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.component.form.AutocompleteField
All Implemented Interfaces:
PageComponent

public class AutocompleteField
extends ConfluenceAbstractPageComponent

A form text field with an associated Autocomplete.


Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, pageBinder, pageElementFinder, waiter
 
Constructor Summary
AutocompleteField(org.openqa.selenium.WebElement element, com.atlassian.pageobjects.PageBinder pageBinder)
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
          Sets a value for this text field by typing it.
 Autocomplete typeTextAndWaitForAutocomplete(String parameterValue)
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutocompleteField

public AutocompleteField(org.openqa.selenium.WebElement element,
                         com.atlassian.pageobjects.PageBinder pageBinder)
Method Detail

setValue

public void setValue(String value)
Sets a value for this text field by typing it.


typeTextAndWaitForAutocomplete

public Autocomplete typeTextAndWaitForAutocomplete(String parameterValue)

getValue

public String getValue()


Copyright © 2003-2013 Atlassian. All Rights Reserved.