Class DisplayField

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

public class DisplayField
extends Component
Represents an instance of either of the following:
  • Field Summary

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

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

    context, driver, element
  • Constructor Summary

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

    Modifier and Type Method Description
    org.openqa.selenium.WebElement getDisplayEl()  
    java.lang.String getValue()  

    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

    • displayEl

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

  • Method Details

    • getValue

      public java.lang.String getValue()
    • getDisplayEl

      public org.openqa.selenium.WebElement getDisplayEl()