Whatsapp NodeId AccessibilityNodeInfoCompat after select the PickerRow

Viewed 9

Within the new Whatsapp version, after the ACTION_CLICK at the "Picker Row Name" a new menu with a "Button -->" is shown!

Can someone help to identify the "com.whatsapp:id/ of this new menu "Button -->"? ??? List menuBarNextButton = rootNodeinfo.findAccessibilityNodeInfosByViewId("com.whatsapp:id/??menu_buttonnext??");

//"Contact" row found! AccessibilityNodeInfoCompat contactPickerRow = contactPickerRowNode.get(0);

if (contactPickerRow != null) { if (contactPickerRow.getParent().isClickable()) { contactPickerRow.getParent().performAction(AccessibilityNodeInfoCompat.ACTION_CLICK);

List<AccessibilityNodeInfoCompat> menuBarNextButton = rootNodeinfo.findAccessibilityNodeInfosByViewId("com.whatsapp:id/???");

Log.e(TAG, "onAccessibilityEvent: Next Button: " );
0 Answers
Related