Class TextAreaField

java.lang.Object
com.onenetwork.platform.tools.test.ui.components.Component
com.onenetwork.platform.tools.test.ui.components.TextAreaField

public class TextAreaField
extends Component
Represents an instance of Ext.form.TextArea.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected org.openqa.selenium.WebElement inputEl  

    Fields inherited from class com.onenetwork.platform.tools.test.ui.components.Component

    context, driver, element
  • Constructor Summary

    Constructors 
    Constructor Description
    TextAreaField​(UIContext context, org.openqa.selenium.WebElement formItemEl)  
  • Method Summary

    Modifier and Type Method Description
    org.openqa.selenium.WebElement getInputEl()  
    java.lang.String getValue()  
    void setValue​(java.lang.String val)  

    Methods inherited from class com.onenetwork.platform.tools.test.ui.components.Component

    getEl, getId, isDisplayed, isRequired

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • inputEl

      protected final org.openqa.selenium.WebElement inputEl
  • Constructor Details

  • Method Details

    • setValue

      public void setValue​(java.lang.String val)
    • getValue

      public java.lang.String getValue()
    • getInputEl

      public org.openqa.selenium.WebElement getInputEl()