Skip to content

Commit 632e10e

Browse files
update mobile-devices-controller version
1 parent 50d6665 commit 632e10e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: lib/appium-driver.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ export declare class AppiumDriver {
265265
*/
266266
getScreenActualViewPort(): IRectangle;
267267
/**
268-
* Get screen view port
269-
* This is convenient to use for some gestures on the screen
268+
* Get screen view port.
269+
* Provides the view port that is needed for some gestures like swipe etc.
270270
*/
271271
getScreenViewPort(): IRectangle;
272272
/**

Diff for: lib/parser.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
import { LogImageType } from "./enums/log-image-type";
2-
export declare const projectDir: string, projectBinary: string, pluginRoot: string, pluginBinary: string, port: number, verbose: boolean, appiumCapsLocation: string, testFolder: string, runType: string, isSauceLab: boolean, appPath: string, storage: string, testReports: string, devMode: boolean, ignoreDeviceController: boolean, wdaLocalPort: number, path: string, relaxedSecurity: boolean, cleanApp: boolean, attachToDebug: boolean, sessionId: string, startSession: boolean, capabilitiesName: string, imagesPath: string, startDeviceOptions: string, deviceTypeOrPlatform: string, device: any, driverConfig: any, logImageTypes: LogImageType[], appiumCaps: any;
2+
export declare const projectDir: string, projectBinary: string, pluginRoot: string, pluginBinary: string, port: number, verbose: boolean, appiumCapsLocation: string, testFolder: string, runType: string, isSauceLab: boolean, appPath: string, storage: string, testReports: string, devMode: boolean, ignoreDeviceController: boolean, wdaLocalPort: number, path: string, relaxedSecurity: boolean, cleanApp: boolean, attachToDebug: boolean, sessionId: string, startSession: boolean, capabilitiesName: string, imagesPath: string, startDeviceOptions: string, deviceTypeOrPlatform: string, device: import("mobile-devices-controller/lib/device").IDevice, driverConfig: any, logImageTypes: LogImageType[], appiumCaps: any;

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"frame-comparer": "^2.0.1",
3737
"glob": "^7.1.0",
3838
"inquirer": "^6.2.0",
39-
"mobile-devices-controller": "~5.0.0",
39+
"mobile-devices-controller": "^5.0.0",
4040
"wd": "~1.11.3",
4141
"webdriverio": "~4.14.0",
4242
"yargs": "~12.0.5"

0 commit comments

Comments
 (0)