Launcher class for Mozilla browsers.
| 301 | |
| 302 | |
| 303 | class Mozilla(UnixBrowser): |
| 304 | """Launcher class for Mozilla browsers.""" |
| 305 | |
| 306 | remote_args = ['%action', '%s'] |
| 307 | remote_action = "" |
| 308 | remote_action_newwin = "-new-window" |
| 309 | remote_action_newtab = "-new-tab" |
| 310 | background = True |
| 311 | |
| 312 | |
| 313 | class Epiphany(UnixBrowser): |
no outgoing calls
no test coverage detected
searching dependent graphs…