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

Class 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

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

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

Properties [hide private]

Inherited from object: __class__