Class CapabilitiesTableComponent.CapabilityRow

  • All Implemented Interfaces:
    com.atlassian.pageobjects.elements.PageElement, com.atlassian.pageobjects.elements.PageElementFinder, com.atlassian.pageobjects.elements.search.PageElementSearch
    Enclosing class:
    CapabilitiesTableComponent

    public static class CapabilitiesTableComponent.CapabilityRow
    extends com.atlassian.pageobjects.elements.WebDriverElement
    A row representing single capability in the table
    • Field Summary

      • Fields inherited from class com.atlassian.pageobjects.elements.WebDriverElement

        defaultTimeout, driver, locatable, pageBinder, timeouts, TO_LOCATABLE
    • Constructor Summary

      Constructors 
      Constructor Description
      CapabilityRow​(com.atlassian.pageobjects.elements.WebDriverLocatable locatable, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)  
    • Constructor Detail

      • CapabilityRow

        public CapabilityRow​(com.atlassian.pageobjects.elements.WebDriverLocatable locatable,
                             com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
    • Method Detail

      • isCapabilitySourcePresent

        public boolean isCapabilitySourcePresent()
      • getKey

        public String getKey()
      • getValue

        public String getValue()
        Specified by:
        getValue in interface com.atlassian.pageobjects.elements.PageElement
        Overrides:
        getValue in class com.atlassian.pageobjects.elements.WebDriverElement