watij.finders
Interface Matcher

All Known Implementing Classes:
AttributeFinder, BaseFinder, Buttons, Checkboxes, Divs, FileFields, Forms, Frames, Hiddens, HtmlElementCollections, HtmlElements, Images, Labels, Links, NameFinder, Options, Radios, SelectLists, Spans, TableBodies, TableCells, TableRows, Tables, TagFinder, TextFields, TextFinder, TitleFinder, UrlFinder

public interface Matcher


Method Summary
 boolean matches(org.w3c.dom.Element element)
           
 

Method Detail

matches

boolean matches(org.w3c.dom.Element element)
                throws java.lang.Exception
Throws:
java.lang.Exception