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

type Mozilla

 object --+        
          |        
BaseBrowser --+    
              |    
    UnixBrowser --+
                  |
                 Mozilla

Launcher class for Mozilla/Netscape browsers.

Instance Methods [hide private]

Inherited from UnixBrowser: open

Inherited from UnixBrowser (private): _invoke

Inherited from BaseBrowser: __init__, open_new, open_new_tab

Class Variables [hide private]
  raise_opts = ['-noraise', '-raise']
  remote_args = ['-remote', 'openURL(%s%action)']
  remote_action = ''
  remote_action_newwin = ',new-window'
  remote_action_newtab = ',new-tab'
  background = True

Inherited from UnixBrowser: redirect_stdout

Inherited from BaseBrowser: args