(
@Inject(Options.USER_METRICS) private _userMetrics: {[key: string]: string},
private _wdAdapter: WebDriverAdapter,
)
| 19 | ]; |
| 20 | |
| 21 | constructor( |
| 22 | @Inject(Options.USER_METRICS) private _userMetrics: {[key: string]: string}, |
| 23 | private _wdAdapter: WebDriverAdapter, |
| 24 | ) { |
| 25 | super(); |
| 26 | } |
| 27 | |
| 28 | /** |
| 29 | * Starts measuring |