fix: MobileUIAppNotInForegroundError exit code

This commit is contained in:
lilong.129
2023-04-16 12:33:13 +08:00
parent 8a66a777f9
commit 7a9349ea32
2 changed files with 4 additions and 3 deletions

View File

@@ -124,8 +124,9 @@ var errorsMap = map[error]int{
AndroidCaptureLogError: 66,
// UI automation related
MobileUIDriverError: 70,
MobileUIValidationError: 75,
MobileUIDriverError: 70,
MobileUIValidationError: 75,
MobileUIAppNotInForegroundError: 76,
// OCR related
OCREnvMissedError: 80,