fix: MobileUIAppNotInForegroundError exit code

This commit is contained in:
lilong.129
2023-04-16 12:33:13 +08:00
parent 04621c600f
commit 36d9802adb
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -126,6 +126,7 @@ var errorsMap = map[error]int{
// UI automation related // UI automation related
MobileUIDriverError: 70, MobileUIDriverError: 70,
MobileUIValidationError: 75, MobileUIValidationError: 75,
MobileUIAppNotInForegroundError: 76,
// OCR related // OCR related
OCREnvMissedError: 80, OCREnvMissedError: 80,
+1 -1
View File
@@ -1 +1 @@
v4.3.3.2304142356 v4.3.3.2304161232