You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue - In my react native app, while trying to inspect html content rendered through react-native-webview, via Appium Inspector, I am unable to find accessibility id's for the content displayed. Though, the same html when rendered in iOS, the accessibility id's are present there. In android, I am able to get the xpath & other details, but accessibility id's are not found. Do we need to add separate props or any other setting that needs to be done in order to access the testId's?
Any extra prop required or any javascript code that needs to be injected? This is a blocker for QA team, as they are unable to proceed with automation due to absence of testIds.