Connect & Get help from fellow developers on our Discord community.
Ask the Community
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 tofalsebefore initializing the Appium inspector session. App Automate sets this totrueby default. -
appium:settings[allowInvisibleElements]- This capability indicates whether elements with a false display attribute should be included in the XML source tree. Set this totruebefore initializing the Appium inspector session. App Automate sets this tofalseby default. -
noBlankPolling- This capability fetches response from the Appium server. If you get theClassCastExceptionerror, set this capability totrueinbrowserstackoptionsto 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!