You can manipulate a web browser object in runtime by calling methods on the browser object. To get to the browser object, you can use the thin wrappers objects defined by loading the 2implyhelpers.js or calling direct into the host object using one of the object access methods. The function will have the same name and parameters, but how to call if different.

startdebugger None bs.startdebugger() start the debugger window
seturl None bw.seturl(url) set the new URL to be loaded by the browser object
setvirtualhost None bw.setvirtualhost(hostname, hostpath,access) sets up a simulated server that maps to a folder on the local computer and what access should be given.

The method list. Proper documentation and examples found in individual documents.