Launcher class for Microsoft Edge browser.
| 412 | |
| 413 | |
| 414 | class Edge(UnixBrowser): |
| 415 | """Launcher class for Microsoft Edge browser.""" |
| 416 | |
| 417 | remote_args = ['%action', '%s'] |
| 418 | remote_action = "" |
| 419 | remote_action_newwin = "--new-window" |
| 420 | remote_action_newtab = "" |
| 421 | background = True |
| 422 | |
| 423 | |
| 424 | # |
no outgoing calls
no test coverage detected
searching dependent graphs…