Class NeoAlertInboxSlideout

java.lang.Object
com.onenetwork.platform.tools.test.ui.neo.components.NeoComponent
com.onenetwork.platform.tools.test.ui.neo.components.NeoAlertInboxSlideout

public class NeoAlertInboxSlideout
extends NeoComponent
Represents an instance of the Alert Inbox Perspective of Neo UI
  • Field Details

  • Constructor Details

    • NeoAlertInboxSlideout

      public NeoAlertInboxSlideout​(NeoUIContext context, org.openqa.selenium.WebElement element)
      Constructs the instance of the AlertSlideOut Perpective and initializes the search Box
      Parameters:
      context -
      element -
  • Method Details

    • waitForListUnmask

      protected void waitForListUnmask()
    • setListDateFilter

      public void setListDateFilter​(java.lang.String dateFilter)
      This method is used to set the Date Filter. Accepts paramter values like 'Last 60 Days'
      Parameters:
      dateFilter -
    • getListDateFilterValue

      public java.lang.String getListDateFilterValue()
      Retunes the value of currently selected date filter
      Returns:
      String
    • getAlertPreviewContainer

      public NeoContainer getAlertPreviewContainer()
      Returns an instance of NeoContainer that contains element as the top element of the container
      Returns:
      NeoContainer
    • performSearch

      public void performSearch​(java.lang.String inputValue)
      Performs search on the alerts for the supplied inputValue
      Parameters:
      inputValue -