| 34 | * Needs one implementation for every supported Browser. |
| 35 | */ |
| 36 | export abstract class WebDriverExtension { |
| 37 | static provideFirstSupported(childTokens: any[]): any[] { |
| 38 | const res = [ |
| 39 | { |
nothing calls this directly
no outgoing calls
no test coverage detected