Class CookieFilter

java.lang.Object
jp.vmi.selenium.selenese.log.CookieFilter

public class CookieFilter
extends Object
Cookie filter.
  • Field Details

    • ALL_PASS

      public static final CookieFilter ALL_PASS
      All cookies pass through.
  • Constructor Details

    • CookieFilter

      public CookieFilter​(CookieFilter.FilterType filterType, String pattern)
      Constructor.
      Parameters:
      filterType - type of cookie filter.
      pattern - regex pattern.
  • Method Details

    • isPass

      public boolean isPass​(String name)
      Test name passes through this filter.
      Parameters:
      name - cookie name.
      Returns:
      true if the name passes through this filter.