Module webbrowser :: Class MacOSX
[hide private]
[frames] | no frames]

Class MacOSX

 object --+    
          |    
BaseBrowser --+
              |
             MacOSX

Launcher class for Aqua browsers on Mac OS X

Optionally specify a browser name on instantiation. Note that this will not work for Aqua browsers if the user has moved the application package after installation.

If no browser is specified, the default browser, as specified in the Internet System Preferences panel, will be used.

Instance Methods [hide private]
 
__init__(self, name)
 
open(self, url, new=0, autoraise=1)

Inherited from BaseBrowser: open_new, open_new_tab

Class Variables [hide private]

Inherited from BaseBrowser: args

Method Details [hide private]

__init__(self, name)
(Constructor)

 
Overrides: BaseBrowser.__init__

open(self, url, new=0, autoraise=1)

 
Overrides: BaseBrowser.open