• Home
  • Raw
  • Download

Lines Matching refs:browser

1 :mod:`webbrowser` --- Convenient Web-browser controller
20 the user exits the browser.
25 string ``%s``, then it is interpreted as a literal browser command line to be
27 ``%s``, it is simply interpreted as the name of the browser to launch. [1]_
29 For non-Unix platforms, or when a remote browser is available on Unix, the
30 controlling process will not wait for the user to finish with the browser, but
31 allow the remote browser to maintain its own windows on the display. If remote
33 browser and wait.
37 parameters: ``-n`` opens the URL in a new browser window, if possible;
38 ``-t`` opens the URL in a new browser page ("tab"). The options are,
48 Exception raised when a browser control error occurs.
55 Display *url* using the default browser. If *new* is 0, the *url* is opened
56 in the same browser window if possible. If *new* is 1, a new browser window
57 is opened if possible. If *new* is 2, a new browser page ("tab") is opened
72 Open *url* in a new window of the default browser, if possible, otherwise, open
73 *url* in the only browser window.
77 Open *url* in a new page ("tab") of the default browser, if possible, otherwise
85 Return a controller object for the browser type *name*. If *name* is empty,
86 return a controller for a default browser appropriate to the caller's
92 Register the browser type *name*. Once a browser type is registered, the
93 :func:`get` function can return a controller for that browser type. If
102 A number of browser types are predefined. This table gives the type names that
153 | ``'chromium-browser'``| :class:`Chromium('chromium-browser')` | \(4) |
178 # Open URL in a new tab, if a browser window is already open.
196 Display *url* using the browser handled by this controller. If *new* is 1, a new
197 browser window is opened if possible. If *new* is 2, a new browser page ("tab")
203 Open *url* in a new window of the browser handled by this controller, if
204 possible, otherwise, open *url* in the only browser window. Alias
210 Open *url* in a new page ("tab") of the browser handled by this controller, if