Skip to content

Commit

Permalink
chore: Disable app capability presence validation (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Aug 9, 2023
1 parent d26537a commit 7c78543
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/desired-caps.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { commonCapConstraints } from 'appium-android-driver';

let uiautomatorCapConstraints = {
app: {
presence: true,
isString: true
},
automationName: {
Expand Down

0 comments on commit 7c78543

Please sign in to comment.