Class Spacer

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

public class Spacer
extends Component
A "spacer" provides a sizable space in a layout. (See Ext.Spacer in ExtJS)
  • Field Summary

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

    context, driver, element
  • Constructor Summary

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

    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
  • Constructor Details

    • Spacer

      public Spacer​(UIContext context, org.openqa.selenium.WebElement element)