From 558307f64ba35d2b649da1b0c2067e5c2803cf57 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Wed, 9 Aug 2023 11:11:35 +0200 Subject: [PATCH] chore: Disable app capability presence validation --- lib/desired-caps.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/desired-caps.js b/lib/desired-caps.js index c46083eea..5ea32ffb7 100644 --- a/lib/desired-caps.js +++ b/lib/desired-caps.js @@ -2,7 +2,6 @@ import { commonCapConstraints } from 'appium-android-driver'; let uiautomatorCapConstraints = { app: { - presence: true, isString: true }, automationName: {