watij
Interface HtmlFinder

All Known Subinterfaces:
Button, Checkbox, Container, Div, FileField, Form, Frame, Hidden, HtmlElement, IFrame, Image, Label, Link, Option, Radio, RadioCheckCommon, SelectList, Span, Table, TableBody, TableCell, TableRow, TextArea, TextField, WatijBrowser
All Known Implementing Classes:
BaseContainer, BaseHtmlFinder, Buttons, Checkboxes, Divs, FileFields, Forms, Frames, Hiddens, HtmlElementCollections, HtmlElements, IE, IEButton, IECheckbox, IEContainer, IEDiv, IEFileField, IEForm, IEFrame, IEHidden, IEHtmlElement, IEIFrame, IEImage, IELabel, IELink, IEOption, IERadio, IERadioCheckCommon, IESelectList, IESpan, IETable, IETableBody, IETableCell, IETableRow, IETextArea, IETextField, Images, Labels, Links, Options, Radios, SelectLists, Spans, TableBodies, TableCells, TableRows, Tables, TextFields

public interface HtmlFinder


Method Summary
 TableBodies bodies()
           
 TableBodies bodies(Finder finder)
           
 TableBodies bodies(Symbol how, java.lang.String what)
           
 TableBody body(Finder finder)
           
 TableBody body(int index)
           
 TableBody body(Symbol how, java.lang.String what)
           
 Button button(Finder finder)
           
 Button button(int index)
           
 Button button(java.lang.String value)
           
 Button button(Symbol how, java.lang.String what)
           
 Buttons buttons()
           
 Buttons buttons(Finder finder)
           
 Buttons buttons(Symbol how, java.lang.String what)
           
 TableCell cell(Finder finder)
           
 TableCell cell(int index)
           
 TableCell cell(Symbol how, java.lang.String what)
           
 TableCells cells()
           
 TableCells cells(Finder finder)
           
 TableCells cells(Symbol how, java.lang.String what)
           
 Checkbox checkbox(Finder finder)
           
 Checkbox checkbox(int index)
           
 Checkbox checkbox(Symbol how, java.lang.String what)
           
 Checkbox checkbox(Symbol how, java.lang.String what, int value)
           
 Checkbox checkbox(Symbol how, java.lang.String what, java.lang.String value)
           
 Checkboxes checkboxes()
           
 Checkboxes checkboxes(Finder finder)
           
 Checkboxes checkboxes(Symbol how, java.lang.String what)
           
 Div div(Finder finder)
           
 Div div(int index)
           
 Div div(Symbol how, java.lang.String what)
           
 Divs divs()
           
 Divs divs(Finder finder)
           
 Divs divs(Symbol how, java.lang.String what)
           
 FileField fileField(Finder finder)
           
 FileField fileField(int index)
           
 FileField fileField(Symbol how, java.lang.String what)
           
 FileFields fileFields()
           
 FileFields fileFields(Finder finder)
           
 FileFields fileFields(Symbol how, java.lang.String what)
           
 Form form(Finder finder)
           
 Form form(int index)
           
 Form form(java.lang.String name)
           
 Form form(Symbol how, java.lang.String what)
           
 Forms forms()
           
 Forms forms(Finder finder)
           
 Forms forms(Symbol how, java.lang.String what)
           
 Frame frame(Finder finder)
           
 Frame frame(int index)
           
 Frame frame(java.lang.String name)
           
 Frame frame(Symbol how, java.lang.String what)
           
 Frames frames()
           
 Frames frames(Finder finder)
           
 Frames frames(Symbol how, java.lang.String what)
           
 Hidden hidden(Finder finder)
           
 Hidden hidden(int index)
           
 Hidden hidden(Symbol how, java.lang.String what)
           
 Hiddens hiddens()
           
 Hiddens hiddens(Finder finder)
           
 Hiddens hiddens(Symbol how, java.lang.String what)
           
 HtmlElement htmlElement(Finder finder)
           
 HtmlElement htmlElement(int index)
           
 HtmlElement htmlElement(Symbol how, java.lang.String what)
           
 HtmlElements htmlElements()
           
 HtmlElements htmlElements(Finder finder)
           
 HtmlElements htmlElements(Symbol how, java.lang.String what)
           
 Image image(Finder finder)
           
 Image image(int index)
           
 Image image(Symbol how, java.lang.String what)
           
 Images images()
           
 Images images(Finder finder)
           
 Images images(Symbol how, java.lang.String what)
           
 Label label(Finder finder)
           
 Label label(int index)
           
 Label label(java.lang.String text)
           
 Label label(Symbol how, java.lang.String what)
           
 Labels labels()
           
 Labels labels(Finder finder)
           
 Labels labels(Symbol how, java.lang.String what)
           
 Link link(Finder finder)
           
 Link link(int index)
           
 Link link(java.lang.String text)
           
 Link link(Symbol how, java.lang.String what)
           
 Links links()
           
 Links links(Finder finder)
           
 Links links(Symbol how, java.lang.String what)
           
 Option option(Finder finder)
           
 Option option(int index)
           
 Option option(Symbol how, java.lang.String what)
           
 Options options()
           
 Options options(Finder finder)
           
 Options options(Symbol how, java.lang.String what)
           
 Radio radio(Finder finder)
           
 Radio radio(int index)
           
 Radio radio(Symbol how, java.lang.String what)
           
 Radio radio(Symbol how, java.lang.String what, int value)
           
 Radio radio(Symbol how, java.lang.String what, java.lang.String value)
           
 Radios radios()
           
 Radios radios(Finder finder)
           
 Radios radios(Symbol how, java.lang.String what)
           
 TableRow row(Finder finder)
           
 TableRow row(int index)
           
 TableRow row(Symbol how, java.lang.String what)
           
 TableRows rows()
           
 TableRows rows(Finder finder)
           
 TableRows rows(Symbol how, java.lang.String what)
           
 SelectList selectList(Finder finder)
           
 SelectList selectList(int index)
           
 SelectList selectList(java.lang.String value)
           
 SelectList selectList(Symbol how, java.lang.String what)
           
 SelectLists selectLists()
           
 SelectLists selectLists(Finder finder)
           
 SelectLists selectLists(Symbol how, java.lang.String what)
           
 Span span(Finder finder)
           
 Span span(int index)
           
 Span span(Symbol how, java.lang.String what)
           
 Spans spans()
           
 Spans spans(Finder finder)
           
 Spans spans(Symbol how, java.lang.String what)
           
 Table table(Finder finder)
           
 Table table(int index)
           
 Table table(Symbol how, java.lang.String what)
           
 Tables tables()
           
 Tables tables(Finder finder)
           
 Tables tables(Symbol how, java.lang.String what)
           
 TextField textField(Finder finder)
           
 TextField textField(int index)
           
 TextField textField(Symbol how, java.lang.String what)
           
 TextFields textFields()
           
 TextFields textFields(Finder finder)
           
 TextFields textFields(Symbol how, java.lang.String what)
           
 

Method Detail

textFields

TextFields textFields(Finder finder)
                      throws java.lang.Exception
Throws:
java.lang.Exception

textField

TextField textField(Finder finder)
                    throws java.lang.Exception
Throws:
java.lang.Exception

textFields

TextFields textFields()
                      throws java.lang.Exception
Throws:
java.lang.Exception

textField

TextField textField(Symbol how,
                    java.lang.String what)
                    throws java.lang.Exception
Throws:
java.lang.Exception

textFields

TextFields textFields(Symbol how,
                      java.lang.String what)
                      throws java.lang.Exception
Throws:
java.lang.Exception

textField

TextField textField(int index)
                    throws java.lang.Exception
Throws:
java.lang.Exception

hiddens

Hiddens hiddens(Finder finder)
                throws java.lang.Exception
Throws:
java.lang.Exception

hidden

Hidden hidden(Finder finder)
              throws java.lang.Exception
Throws:
java.lang.Exception

hiddens

Hiddens hiddens()
                throws java.lang.Exception
Throws:
java.lang.Exception

hidden

Hidden hidden(Symbol how,
              java.lang.String what)
              throws java.lang.Exception
Throws:
java.lang.Exception

hiddens

Hiddens hiddens(Symbol how,
                java.lang.String what)
                throws java.lang.Exception
Throws:
java.lang.Exception

hidden

Hidden hidden(int index)
              throws java.lang.Exception
Throws:
java.lang.Exception

buttons

Buttons buttons(Finder finder)
                throws java.lang.Exception
Throws:
java.lang.Exception

button

Button button(Finder finder)
              throws java.lang.Exception
Throws:
java.lang.Exception

buttons

Buttons buttons()
                throws java.lang.Exception
Throws:
java.lang.Exception

button

Button button(Symbol how,
              java.lang.String what)
              throws java.lang.Exception
Throws:
java.lang.Exception

buttons

Buttons buttons(Symbol how,
                java.lang.String what)
                throws java.lang.Exception
Throws:
java.lang.Exception

button

Button button(int index)
              throws java.lang.Exception
Throws:
java.lang.Exception

button

Button button(java.lang.String value)
              throws java.lang.Exception
Throws:
java.lang.Exception

labels

Labels labels(Finder finder)
              throws java.lang.Exception
Throws:
java.lang.Exception

label

Label label(Finder finder)
            throws java.lang.Exception
Throws:
java.lang.Exception

labels

Labels labels()
              throws java.lang.Exception
Throws:
java.lang.Exception

label

Label label(Symbol how,
            java.lang.String what)
            throws java.lang.Exception
Throws:
java.lang.Exception

labels

Labels labels(Symbol how,
              java.lang.String what)
              throws java.lang.Exception
Throws:
java.lang.Exception

label

Label label(int index)
            throws java.lang.Exception
Throws:
java.lang.Exception

label

Label label(java.lang.String text)
            throws java.lang.Exception
Throws:
java.lang.Exception

links

Links links(Finder finder)
            throws java.lang.Exception
Throws:
java.lang.Exception

link

Link link(Finder finder)
          throws java.lang.Exception
Throws:
java.lang.Exception

links

Links links()
            throws java.lang.Exception
Throws:
java.lang.Exception

link

Link link(Symbol how,
          java.lang.String what)
          throws java.lang.Exception
Throws:
java.lang.Exception

links

Links links(Symbol how,
            java.lang.String what)
            throws java.lang.Exception
Throws:
java.lang.Exception

link

Link link(int index)
          throws java.lang.Exception
Throws:
java.lang.Exception

link

Link link(java.lang.String text)
          throws java.lang.Exception
Throws:
java.lang.Exception

radios

Radios radios(Finder finder)
              throws java.lang.Exception
Throws:
java.lang.Exception

radio

Radio radio(Finder finder)
            throws java.lang.Exception
Throws:
java.lang.Exception

radios

Radios radios()
              throws java.lang.Exception
Throws:
java.lang.Exception

radio

Radio radio(Symbol how,
            java.lang.String what)
            throws java.lang.Exception
Throws:
java.lang.Exception

radios

Radios radios(Symbol how,
              java.lang.String what)
              throws java.lang.Exception
Throws:
java.lang.Exception

radio

Radio radio(int index)
            throws java.lang.Exception
Throws:
java.lang.Exception

radio

Radio radio(Symbol how,
            java.lang.String what,
            java.lang.String value)
            throws java.lang.Exception
Throws:
java.lang.Exception

radio

Radio radio(Symbol how,
            java.lang.String what,
            int value)
            throws java.lang.Exception
Throws:
java.lang.Exception

checkboxes

Checkboxes checkboxes(Finder finder)
                      throws java.lang.Exception
Throws:
java.lang.Exception

checkbox

Checkbox checkbox(Finder finder)
                  throws java.lang.Exception
Throws:
java.lang.Exception

checkboxes

Checkboxes checkboxes()
                      throws java.lang.Exception
Throws:
java.lang.Exception

checkbox

Checkbox checkbox(Symbol how,
                  java.lang.String what)
                  throws java.lang.Exception
Throws:
java.lang.Exception

checkboxes

Checkboxes checkboxes(Symbol how,
                      java.lang.String what)
                      throws java.lang.Exception
Throws:
java.lang.Exception

checkbox

Checkbox checkbox(int index)
                  throws java.lang.Exception
Throws:
java.lang.Exception

checkbox

Checkbox checkbox(Symbol how,
                  java.lang.String what,
                  java.lang.String value)
                  throws java.lang.Exception
Throws:
java.lang.Exception

checkbox

Checkbox checkbox(Symbol how,
                  java.lang.String what,
                  int value)
                  throws java.lang.Exception
Throws:
java.lang.Exception

selectLists

SelectLists selectLists(Finder finder)
                        throws java.lang.Exception
Throws:
java.lang.Exception

selectList

SelectList selectList(Finder finder)
                      throws java.lang.Exception
Throws:
java.lang.Exception

selectLists

SelectLists selectLists()
                        throws java.lang.Exception
Throws:
java.lang.Exception

selectList

SelectList selectList(Symbol how,
                      java.lang.String what)
                      throws java.lang.Exception
Throws:
java.lang.Exception

selectLists

SelectLists selectLists(Symbol how,
                        java.lang.String what)
                        throws java.lang.Exception
Throws:
java.lang.Exception

selectList

SelectList selectList(int index)
                      throws java.lang.Exception
Throws:
java.lang.Exception

selectList

SelectList selectList(java.lang.String value)
                      throws java.lang.Exception
Throws:
java.lang.Exception

images

Images images(Finder finder)
              throws java.lang.Exception
Throws:
java.lang.Exception

image

Image image(Finder finder)
            throws java.lang.Exception
Throws:
java.lang.Exception

images

Images images()
              throws java.lang.Exception
Throws:
java.lang.Exception

image

Image image(Symbol how,
            java.lang.String what)
            throws java.lang.Exception
Throws:
java.lang.Exception

images

Images images(Symbol how,
              java.lang.String what)
              throws java.lang.Exception
Throws:
java.lang.Exception

image

Image image(int index)
            throws java.lang.Exception
Throws:
java.lang.Exception

divs

Divs divs(Finder finder)
          throws java.lang.Exception
Throws:
java.lang.Exception

div

Div div(Finder finder)
        throws java.lang.Exception
Throws:
java.lang.Exception

divs

Divs divs()
          throws java.lang.Exception
Throws:
java.lang.Exception

div

Div div(Symbol how,
        java.lang.String what)
        throws java.lang.Exception
Throws:
java.lang.Exception

divs

Divs divs(Symbol how,
          java.lang.String what)
          throws java.lang.Exception
Throws:
java.lang.Exception

div

Div div(int index)
        throws java.lang.Exception
Throws:
java.lang.Exception

spans

Spans spans(Finder finder)
            throws java.lang.Exception
Throws:
java.lang.Exception

span

Span span(Finder finder)
          throws java.lang.Exception
Throws:
java.lang.Exception

spans

Spans spans()
            throws java.lang.Exception
Throws:
java.lang.Exception

span

Span span(Symbol how,
          java.lang.String what)
          throws java.lang.Exception
Throws:
java.lang.Exception

spans

Spans spans(Symbol how,
            java.lang.String what)
            throws java.lang.Exception
Throws:
java.lang.Exception

span

Span span(int index)
          throws java.lang.Exception
Throws:
java.lang.Exception

frames

Frames frames(Finder finder)
              throws java.lang.Exception
Throws:
java.lang.Exception

frame

Frame frame(Finder finder)
            throws java.lang.Exception
Throws:
java.lang.Exception

frames

Frames frames()
              throws java.lang.Exception
Throws:
java.lang.Exception

frame

Frame frame(Symbol how,
            java.lang.String what)
            throws java.lang.Exception
Throws:
java.lang.Exception

frames

Frames frames(Symbol how,
              java.lang.String what)
              throws java.lang.Exception
Throws:
java.lang.Exception

frame

Frame frame(int index)
            throws java.lang.Exception
Throws:
java.lang.Exception

frame

Frame frame(java.lang.String name)
            throws java.lang.Exception
Throws:
java.lang.Exception

forms

Forms forms(Finder finder)
            throws java.lang.Exception
Throws:
java.lang.Exception

form

Form form(Finder finder)
          throws java.lang.Exception
Throws:
java.lang.Exception

forms

Forms forms()
            throws java.lang.Exception
Throws:
java.lang.Exception

form

Form form(Symbol how,
          java.lang.String what)
          throws java.lang.Exception
Throws:
java.lang.Exception

forms

Forms forms(Symbol how,
            java.lang.String what)
            throws java.lang.Exception
Throws:
java.lang.Exception

form

Form form(int index)
          throws java.lang.Exception
Throws:
java.lang.Exception

form

Form form(java.lang.String name)
          throws java.lang.Exception
Throws:
java.lang.Exception

fileFields

FileFields fileFields(Finder finder)
                      throws java.lang.Exception
Throws:
java.lang.Exception

fileField

FileField fileField(Finder finder)
                    throws java.lang.Exception
Throws:
java.lang.Exception

fileFields

FileFields fileFields()
                      throws java.lang.Exception
Throws:
java.lang.Exception

fileField

FileField fileField(Symbol how,
                    java.lang.String what)
                    throws java.lang.Exception
Throws:
java.lang.Exception

fileFields

FileFields fileFields(Symbol how,
                      java.lang.String what)
                      throws java.lang.Exception
Throws:
java.lang.Exception

fileField

FileField fileField(int index)
                    throws java.lang.Exception
Throws:
java.lang.Exception

tables

Tables tables(Finder finder)
              throws java.lang.Exception
Throws:
java.lang.Exception

table

Table table(Finder finder)
            throws java.lang.Exception
Throws:
java.lang.Exception

tables

Tables tables()
              throws java.lang.Exception
Throws:
java.lang.Exception

table

Table table(Symbol how,
            java.lang.String what)
            throws java.lang.Exception
Throws:
java.lang.Exception

tables

Tables tables(Symbol how,
              java.lang.String what)
              throws java.lang.Exception
Throws:
java.lang.Exception

table

Table table(int index)
            throws java.lang.Exception
Throws:
java.lang.Exception

rows

TableRows rows(Finder finder)
               throws java.lang.Exception
Throws:
java.lang.Exception

row

TableRow row(Finder finder)
             throws java.lang.Exception
Throws:
java.lang.Exception

rows

TableRows rows()
               throws java.lang.Exception
Throws:
java.lang.Exception

row

TableRow row(Symbol how,
             java.lang.String what)
             throws java.lang.Exception
Throws:
java.lang.Exception

rows

TableRows rows(Symbol how,
               java.lang.String what)
               throws java.lang.Exception
Throws:
java.lang.Exception

row

TableRow row(int index)
             throws java.lang.Exception
Throws:
java.lang.Exception

cells

TableCells cells(Finder finder)
                 throws java.lang.Exception
Throws:
java.lang.Exception

cell

TableCell cell(Finder finder)
               throws java.lang.Exception
Throws:
java.lang.Exception

cells

TableCells cells()
                 throws java.lang.Exception
Throws:
java.lang.Exception

cell

TableCell cell(Symbol how,
               java.lang.String what)
               throws java.lang.Exception
Throws:
java.lang.Exception

cells

TableCells cells(Symbol how,
                 java.lang.String what)
                 throws java.lang.Exception
Throws:
java.lang.Exception

cell

TableCell cell(int index)
               throws java.lang.Exception
Throws:
java.lang.Exception

bodies

TableBodies bodies(Finder finder)
                   throws java.lang.Exception
Throws:
java.lang.Exception

body

TableBody body(Finder finder)
               throws java.lang.Exception
Throws:
java.lang.Exception

bodies

TableBodies bodies()
                   throws java.lang.Exception
Throws:
java.lang.Exception

body

TableBody body(Symbol how,
               java.lang.String what)
               throws java.lang.Exception
Throws:
java.lang.Exception

bodies

TableBodies bodies(Symbol how,
                   java.lang.String what)
                   throws java.lang.Exception
Throws:
java.lang.Exception

body

TableBody body(int index)
               throws java.lang.Exception
Throws:
java.lang.Exception

options

Options options(Finder finder)
                throws java.lang.Exception
Throws:
java.lang.Exception

option

Option option(Finder finder)
              throws java.lang.Exception
Throws:
java.lang.Exception

options

Options options()
                throws java.lang.Exception
Throws:
java.lang.Exception

option

Option option(Symbol how,
              java.lang.String what)
              throws java.lang.Exception
Throws:
java.lang.Exception

options

Options options(Symbol how,
                java.lang.String what)
                throws java.lang.Exception
Throws:
java.lang.Exception

option

Option option(int index)
              throws java.lang.Exception
Throws:
java.lang.Exception

htmlElements

HtmlElements htmlElements(Finder finder)
                          throws java.lang.Exception
Throws:
java.lang.Exception

htmlElement

HtmlElement htmlElement(Finder finder)
                        throws java.lang.Exception
Throws:
java.lang.Exception

htmlElements

HtmlElements htmlElements()
                          throws java.lang.Exception
Throws:
java.lang.Exception

htmlElement

HtmlElement htmlElement(Symbol how,
                        java.lang.String what)
                        throws java.lang.Exception
Throws:
java.lang.Exception

htmlElements

HtmlElements htmlElements(Symbol how,
                          java.lang.String what)
                          throws java.lang.Exception
Throws:
java.lang.Exception

htmlElement

HtmlElement htmlElement(int index)
                        throws java.lang.Exception
Throws:
java.lang.Exception