Launcher class for Mozilla browsers.
| 293 | |
| 294 | |
| 295 | class Mozilla(UnixBrowser): |
| 296 | """Launcher class for Mozilla browsers.""" |
| 297 | |
| 298 | remote_args = ['%action', '%s'] |
| 299 | remote_action = "" |
| 300 | remote_action_newwin = "-new-window" |
| 301 | remote_action_newtab = "-new-tab" |
| 302 | background = True |
| 303 | |
| 304 | |
| 305 | class Epiphany(UnixBrowser): |
no outgoing calls
no test coverage detected