| 63 | * it is not exposed via index.js in selenium-webdriver. |
| 64 | */ |
| 65 | class Command { |
| 66 | private parameters_: {[key: string]: any} = {}; |
| 67 | constructor(private name_: string) {} |
| 68 |
nothing calls this directly
no outgoing calls
no test coverage detected