Reputation: 471
I am using the following details.
Appium : 1.6.4
Ios : 10.3.1
Mac : 10.12.4
I need to inspect the elements in iPhone and frame the Xpath. For that I am using "ios-inspector.html".
I can't see the proper html attribute here. So kindly help me how to inspect an elements and frame the Xpath.
Upvotes: 0
Views: 1182
Reputation: 1027
There was issue with carthage. Ran below commands and it got resolved :
rm '/usr/local/bin/carthage'
brew install carthage
brew link carthage
Upvotes: 1