Yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/browser-controllers.html

From ZCubes Wiki
Revision as of 19:41, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="navigation"> {| width="100%" cellspacing="2" align="center" | yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-webbrowser.html|[[Image:yu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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

See About this document... for information on suggesting changes.