| 12 | * Needs one implementation for every supported WebDriver client. |
| 13 | */ |
| 14 | export abstract class WebDriverAdapter { |
| 15 | waitFor(callback: Function): Promise<any> { |
| 16 | throw new Error('NYI'); |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected