We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9fb3c commit f06b9e0Copy full SHA for f06b9e0
lib/device-controller.ts
@@ -15,7 +15,7 @@ import {
15
export class DeviceManger {
16
private static _emulators: Map<string, IDevice> = new Map();
17
18
- public static async startDevice(args: INsCapabilities) {
+ public static async startDevice(args: INsCapabilities): Promise<IDevice> {
19
let device: IDevice = DeviceManger.getDefaultDevice(args);
20
if (args.isSauceLab || args.ignoreDeviceController) {
21
return device;
0 commit comments