Lines Matching refs:browser
1 :mod:`webbrowser` --- Convenient Web-browser controller
21 the user exits the browser.
26 interpreted as a literal browser command line to be used with the argument URL
28 interpreted as the name of the browser to launch. [1]_
30 For non-Unix platforms, or when a remote browser is available on Unix, the
31 controlling process will not wait for the user to finish with the browser, but
32 allow the remote browser to maintain its own windows on the display. If remote
34 browser and wait.
38 parameters: ``-n`` opens the URL in a new browser window, if possible;
39 ``-t`` opens the URL in a new browser page ("tab"). The options are,
49 Exception raised when a browser control error occurs.
56 Display *url* using the default browser. If *new* is 0, the *url* is opened
57 in the same browser window if possible. If *new* is 1, a new browser window
58 is opened if possible. If *new* is 2, a new browser page ("tab") is opened
70 Open *url* in a new window of the default browser, if possible, otherwise, open
71 *url* in the only browser window.
75 Open *url* in a new page ("tab") of the default browser, if possible, otherwise
81 Return a controller object for the browser type *using*. If *using* is
82 ``None``, return a controller for a default browser appropriate to the
88 Register the browser type *name*. Once a browser type is registered, the
89 :func:`get` function can return a controller for that browser type. If
94 Setting *preferred* to ``True`` makes this browser a preferred result for
103 A number of browser types are predefined. This table gives the type names that
154 | ``'chromium-browser'`` | :class:`Chromium('chromium-browser')` | |
179 # Open URL in a new tab, if a browser window is already open.
197 Display *url* using the browser handled by this controller. If *new* is 1, a new
198 browser window is opened if possible. If *new* is 2, a new browser page ("tab")
204 Open *url* in a new window of the browser handled by this controller, if
205 possible, otherwise, open *url* in the only browser window. Alias
211 Open *url* in a new page ("tab") of the browser handled by this controller, if