Launcher class for Microsoft Edge browser.
| 403 | |
| 404 | |
| 405 | class Edge(UnixBrowser): |
| 406 | """Launcher class for Microsoft Edge browser.""" |
| 407 | |
| 408 | remote_args = ['%action', '%s'] |
| 409 | remote_action = "" |
| 410 | remote_action_newwin = "--new-window" |
| 411 | remote_action_newtab = "" |
| 412 | background = True |
| 413 | |
| 414 | |
| 415 | # |
no outgoing calls
no test coverage detected