watij
Interface WatijBrowser

All Superinterfaces:
Container, HtmlFinder
All Known Implementing Classes:
IE

public interface WatijBrowser
extends Container

Created by IntelliJ IDEA. User: Date: Apr 14, 2006 Time: 5:54:56 PM To change this template use File | Settings | File Templates.


Method Summary
 HtmlElement active()
           
 void addChecker(java.lang.Object checker)
           
 void attach(Symbol how, java.lang.String what)
           
 void attachInit(Symbol how, java.lang.String what)
           
 void back()
           
 void bringToFront()
           
 void checkForHttpError(WatijBrowser watijBrowser)
           
 WatijBrowser childBrowser()
           
 WatijBrowser childBrowser(int index)
           
 int childBrowserCount()
           
 void clearUrlList()
           
 void close()
           
 boolean containsText(java.lang.String textOrRegex)
           
 java.lang.Object dir()
           
 void disableChecker(java.lang.Object checker)
           
 void executeScript(java.lang.String script)
           
 void focus()
           
 void forward()
           
 void goTo(java.lang.String url)
           
 int height()
           
 void height(int height)
           
 boolean isFront()
           
 void log(java.lang.String what)
           
 void maximize()
           
 void minimize()
           
 void navigate(java.lang.String url)
           
 void refresh()
           
 void restore()
           
 void runErrorChecks()
           
 void screenCapture(java.lang.String fullyQualifiedFileName_PngFormat)
           
 void screenCapture(java.lang.String fullyQualifiedFileName, java.lang.String format)
           
 void sendKeys(java.lang.String keyString)
           
 void sendKeys(java.lang.String keyString, boolean blocking)
           
 void sendKeys(java.lang.String title, java.lang.String keyString)
           
 void sendKeys(java.lang.String title, java.lang.String keyString, boolean blocking)
           
 void setAdditionalHttpHeaders(java.lang.String headers)
           
 void setFastSpeed()
           
 void setSlowSpeed()
           
 void show()
           
 void start()
           
 void start(java.lang.String url)
           
 java.lang.String status()
           
 java.lang.String text()
           
 java.lang.String title()
           
 java.lang.String url()
           
 java.util.List<java.lang.String> urlList()
           
 void waitUntil()
           
 int width()
           
 void width(int width)
           
 
Methods inherited from interface watij.Container
decendants, element, getOLEDocument, html, xpath
 
Methods inherited from interface watij.HtmlFinder
bodies, bodies, bodies, body, body, body, button, button, button, button, buttons, buttons, buttons, cell, cell, cell, cells, cells, cells, checkbox, checkbox, checkbox, checkbox, checkbox, checkboxes, checkboxes, checkboxes, div, div, div, divs, divs, divs, fileField, fileField, fileField, fileFields, fileFields, fileFields, form, form, form, form, forms, forms, forms, frame, frame, frame, frame, frames, frames, frames, hidden, hidden, hidden, hiddens, hiddens, hiddens, htmlElement, htmlElement, htmlElement, htmlElements, htmlElements, htmlElements, image, image, image, images, images, images, label, label, label, label, labels, labels, labels, link, link, link, link, links, links, links, option, option, option, options, options, options, radio, radio, radio, radio, radio, radios, radios, radios, row, row, row, rows, rows, rows, selectList, selectList, selectList, selectList, selectLists, selectLists, selectLists, span, span, span, spans, spans, spans, table, table, table, tables, tables, tables, textField, textField, textField, textFields, textFields, textFields
 

Method Detail

navigate

void navigate(java.lang.String url)
              throws java.lang.Exception
Throws:
java.lang.Exception

childBrowser

WatijBrowser childBrowser()
                          throws java.lang.Exception
Throws:
java.lang.Exception

childBrowser

WatijBrowser childBrowser(int index)
                          throws java.lang.Exception
Throws:
java.lang.Exception

childBrowserCount

int childBrowserCount()
                      throws java.lang.Exception
Throws:
java.lang.Exception

screenCapture

void screenCapture(java.lang.String fullyQualifiedFileName_PngFormat)
                   throws java.lang.Exception
Throws:
java.lang.Exception

screenCapture

void screenCapture(java.lang.String fullyQualifiedFileName,
                   java.lang.String format)
                   throws java.lang.Exception
Throws:
java.lang.Exception

width

void width(int width)
           throws java.lang.Exception
Throws:
java.lang.Exception

height

void height(int height)
            throws java.lang.Exception
Throws:
java.lang.Exception

width

int width()
          throws java.lang.Exception
Throws:
java.lang.Exception

height

int height()
           throws java.lang.Exception
Throws:
java.lang.Exception

executeScript

void executeScript(java.lang.String script)
                   throws java.lang.Exception
Throws:
java.lang.Exception

show

void show()
          throws java.lang.Exception
Throws:
java.lang.Exception

active

HtmlElement active()
                   throws java.lang.Exception
Throws:
java.lang.Exception

setAdditionalHttpHeaders

void setAdditionalHttpHeaders(java.lang.String headers)
                              throws java.lang.Exception
Throws:
java.lang.Exception

attach

void attach(Symbol how,
            java.lang.String what)
            throws java.lang.Exception
Throws:
java.lang.Exception

start

void start(java.lang.String url)
           throws java.lang.Exception
Throws:
java.lang.Exception

start

void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

urlList

java.util.List<java.lang.String> urlList()
                                         throws java.lang.Exception
Throws:
java.lang.Exception

addChecker

void addChecker(java.lang.Object checker)
                throws java.lang.Exception
Throws:
java.lang.Exception

attachInit

void attachInit(Symbol how,
                java.lang.String what)
                throws java.lang.Exception
Throws:
java.lang.Exception

back

void back()
          throws java.lang.Exception
Throws:
java.lang.Exception

bringToFront

void bringToFront()
                  throws java.lang.Exception
Throws:
java.lang.Exception

checkForHttpError

void checkForHttpError(WatijBrowser watijBrowser)
                       throws java.lang.Exception
Throws:
java.lang.Exception

clearUrlList

void clearUrlList()
                  throws java.lang.Exception
Throws:
java.lang.Exception

close

void close()
           throws java.lang.Exception
Throws:
java.lang.Exception

containsText

boolean containsText(java.lang.String textOrRegex)
                     throws java.lang.Exception
Throws:
java.lang.Exception

dir

java.lang.Object dir()
                     throws java.lang.Exception
Throws:
java.lang.Exception

disableChecker

void disableChecker(java.lang.Object checker)
                    throws java.lang.Exception
Throws:
java.lang.Exception

focus

void focus()
           throws java.lang.Exception
Throws:
java.lang.Exception

forward

void forward()
             throws java.lang.Exception
Throws:
java.lang.Exception

isFront

boolean isFront()
                throws java.lang.Exception
Throws:
java.lang.Exception

goTo

void goTo(java.lang.String url)
          throws java.lang.Exception
Throws:
java.lang.Exception

log

void log(java.lang.String what)
         throws java.lang.Exception
Throws:
java.lang.Exception

maximize

void maximize()
              throws java.lang.Exception
Throws:
java.lang.Exception

minimize

void minimize()
              throws java.lang.Exception
Throws:
java.lang.Exception

refresh

void refresh()
             throws java.lang.Exception
Throws:
java.lang.Exception

restore

void restore()
             throws java.lang.Exception
Throws:
java.lang.Exception

runErrorChecks

void runErrorChecks()
                    throws java.lang.Exception
Throws:
java.lang.Exception

sendKeys

void sendKeys(java.lang.String keyString)
              throws java.lang.Exception
Throws:
java.lang.Exception

sendKeys

void sendKeys(java.lang.String keyString,
              boolean blocking)
              throws java.lang.Exception
Throws:
java.lang.Exception

sendKeys

void sendKeys(java.lang.String title,
              java.lang.String keyString)
              throws java.lang.Exception
Throws:
java.lang.Exception

sendKeys

void sendKeys(java.lang.String title,
              java.lang.String keyString,
              boolean blocking)
              throws java.lang.Exception
Throws:
java.lang.Exception

setFastSpeed

void setFastSpeed()
                  throws java.lang.Exception
Throws:
java.lang.Exception

setSlowSpeed

void setSlowSpeed()
                  throws java.lang.Exception
Throws:
java.lang.Exception

status

java.lang.String status()
                        throws java.lang.Exception
Throws:
java.lang.Exception

text

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

title

java.lang.String title()
                       throws java.lang.Exception
Throws:
java.lang.Exception

url

java.lang.String url()
                     throws java.lang.Exception
Throws:
java.lang.Exception

waitUntil

void waitUntil()
               throws java.lang.Exception
Throws:
java.lang.Exception