Not able to see dynamic elements

Not able to see dynamic elements. Child elements are showing as text.

Make sure the control is properly accessible: https://developer.android.com/guide/topics/ui/accessibility/apps

Is there any way to expand the app source hierarchy? Dev mobile team already added the identifier for these options but its not visible in app source.

try enable enableMultiWindows capability. sometimes this list in other window with Android.

Do you have any example, plz share.

// Java
capabilities.setCapability("enableMultiWindows", true);

Thanks @Aleksei. Let see its working or not.