Info Node: (python2.1-lib.info)Browser Controller Objects
(python2.1-lib.info)Browser Controller Objects
Browser Controller Objects
--------------------------
Browser controllers provide two methods which parallel two of the
module-level convenience functions:
`open(url[, new])'
Display URL using the browser handled by this controller. If NEW
is true, a new browser window is opened if possible.
`open_new(url)'
Open URL in a new window of the browser handled by this
controller, if possible, otherwise, open URL in the only browser
window.