Launcher class for Mozilla browsers.
| 283 | |
| 284 | |
| 285 | class Mozilla(UnixBrowser): |
| 286 | """Launcher class for Mozilla browsers.""" |
| 287 | |
| 288 | remote_args = ['%action', '%s'] |
| 289 | remote_action = "" |
| 290 | remote_action_newwin = "-new-window" |
| 291 | remote_action_newtab = "-new-tab" |
| 292 | background = True |
| 293 | |
| 294 | |
| 295 | class Netscape(UnixBrowser): |
no outgoing calls
no test coverage detected