Identify elements using Appium Inspector
Why is the Appium inspector not identifying elements?
Try adding one of the following capabilities if you are having trouble finding elements:
-
appium:disableSuppressAccessibilityService
- This capability indicates whether accessibility services should be suppressed during the automated test. Set this tofalse
before initializing the Appium inspector session. App Automate sets this totrue
by default. -
appium:settings[allowInvisibleElements]
- This capability indicates whether elements with a false display attribute should be included in the XML source tree. Set this totrue
before initializing the Appium inspector session. App Automate sets this tofalse
by default. -
noBlankPolling
- This capability fetches response from the Appium server. If you get theClassCastException
error, set this capability totrue
inbrowserstackoptions
to view the exact error response in the console.
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!