Class Window

Direct Known Subclasses:
ChatWindow

public class Window
extends Container
Represents an instance of Ext.Window.
  • Constructor Details

    • Window

      public Window​(UIContext context, org.openqa.selenium.WebElement element)
  • Method Details

    • close

      public void close()
      Calls the Ext.Window.close() method on the instance.
    • hide

      public void hide()
      Calls the Ext.Window.hide() method on the instance.
    • getWindowMessage

      public java.lang.String getWindowMessage()
      If the window is a message window then gets that message
      Returns:
    • getWindowType

      public java.lang.String getWindowType()
      Gets the Window Type - warning, error or info
      Returns: