Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:appium/appium-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham committed Apr 7, 2017
2 parents 9020d92 + d0f8250 commit 50ca653
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/renderer/components/Inspector/Source.js
Expand Up @@ -6,7 +6,9 @@ const {TreeNode} = Tree;
const IMPORTANT_ATTRS = [
'name',
'content-desc',
'resource-id'
'resource-id',
'AXDescription',
'AXIdentifier',
];

/**
Expand Down

0 comments on commit 50ca653

Please sign in to comment.