Class AbstractInputComponent

  • All Implemented Interfaces:
    org.jboss.arquillian.graphene.GrapheneElement, org.jboss.arquillian.graphene.GrapheneElementAction, org.openqa.selenium.interactions.internal.Locatable, org.openqa.selenium.internal.WrapsElement, org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement
    Direct Known Subclasses:
    Calendar, InputSwitch, InputText, SelectBooleanCheckbox, SelectOneButton, SelectOneMenu, Slider

    public abstract class AbstractInputComponent
    extends AbstractComponent
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.WebElement getAssignedLabel()  
      String getAssignedLabelText()  
      protected org.openqa.selenium.WebElement getInput()  
      boolean isEnabled()  
      • Methods inherited from interface org.jboss.arquillian.graphene.GrapheneElement

        findElement, findGrapheneElements, isPresent
      • Methods inherited from interface org.jboss.arquillian.graphene.GrapheneElementAction

        doubleClick, writeIntoElement
      • Methods inherited from interface org.openqa.selenium.interactions.internal.Locatable

        getCoordinates
      • Methods inherited from interface org.openqa.selenium.TakesScreenshot

        getScreenshotAs
      • Methods inherited from interface org.openqa.selenium.WebElement

        clear, click, findElements, getAttribute, getCssValue, getLocation, getRect, getSize, getTagName, getText, isDisplayed, isSelected, sendKeys, submit
      • Methods inherited from interface org.openqa.selenium.internal.WrapsElement

        getWrappedElement
    • Constructor Detail

      • AbstractInputComponent

        public AbstractInputComponent()
    • Method Detail

      • getInput

        protected org.openqa.selenium.WebElement getInput()
      • isEnabled

        public boolean isEnabled()
      • getAssignedLabel

        public org.openqa.selenium.WebElement getAssignedLabel()
      • getAssignedLabelText

        public String getAssignedLabelText()