Class AbstractMessage

All Implemented Interfaces:
org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement
Direct Known Subclasses:
Message, StaticMessage

public abstract class AbstractMessage extends AbstractComponent
  • Constructor Details

    • AbstractMessage

      public AbstractMessage()
  • Method Details

    • getIconError

      public org.openqa.selenium.WebElement getIconError()
    • getIconInfo

      public org.openqa.selenium.WebElement getIconInfo()
    • getIconWarn

      public org.openqa.selenium.WebElement getIconWarn()
    • getIconFatal

      public org.openqa.selenium.WebElement getIconFatal()
    • getDetailError

      public org.openqa.selenium.WebElement getDetailError()
    • getDetailInfo

      public org.openqa.selenium.WebElement getDetailInfo()
    • getDetailWarn

      public org.openqa.selenium.WebElement getDetailWarn()
    • getDetailFatal

      public org.openqa.selenium.WebElement getDetailFatal()
    • getSummaryError

      public org.openqa.selenium.WebElement getSummaryError()
    • getSummaryInfo

      public org.openqa.selenium.WebElement getSummaryInfo()
    • getSummaryWarn

      public org.openqa.selenium.WebElement getSummaryWarn()
    • getSummaryFatal

      public org.openqa.selenium.WebElement getSummaryFatal()