Example: new Browser(composite,Browser.TOOLBAR)
Example: new Browser(composite,Browser.STATUSBAR)
Example: setEnabled(true)
Example: browser.setURL("http://btt.cn.ibm.com/")
Example: browser.setHTML("<html><head><title>BTT Browser</title></head></html>)
Example: browser.setValue("buttonid", "Button")
Example: browser.getValue("buttonid")
Example: browser.getDOM("textid")
Controlled Embedded Browser provides API to invoke the object method in the Browser. Follow the instructions in this section to preform different operations on the object method:
Example: browser.invoke("textid", "focus")
Example: browser.select("textid")
Example: browser.forceFocus("buttonid")
Example: browser.click("buttonid")