接口 WebRequestMatcher

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      booleanmatches​(com.gargoylesoftware.htmlunit.WebRequest request)
      Whether this matcher matches on the supplied web request.
    • 方法详细资料

      • matches

        boolean matches​(com.gargoylesoftware.htmlunit.WebRequest request)
        Whether this matcher matches on the supplied web request.
        参数:
        request - the WebRequest to attempt to match on
        返回:
        true if this matcher matches on the WebRequest