ca.intelliware.amakihi.actor.http
Interface Browser
- All Known Implementing Classes:
- VirtualBrowser
- public interface Browser
This interface defines the basic browser functions.
- Version:
- $Revision: 1.6 $
- Author:
- Intelliware Development
setTagName
public void setTagName(java.lang.String tagName)
addHeader
public void addHeader(java.lang.String name,
java.lang.String value)
followLink
public int followLink(org.w3c.dom.Element element)
throws java.io.IOException,
org.xml.sax.SAXException
getCurrentWindow
public Window getCurrentWindow()
open
public int open(java.lang.String urlAsString)
throws java.io.IOException
submitForm
public int submitForm(org.w3c.dom.Element element)
throws java.io.IOException,
org.xml.sax.SAXException
Copyright 2002 Intelliware Development. All Rights Reserved.