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.
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 |
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