How to get all dropdown menu value in mobile automation without find children?

Hi everyone,

Since mobile automation do not have find children activity, may I ask how can we get all value from mobile app dropdown menu?

Best Regards,
Max

Hi @mlellison

Check out the video link

Regards
Gokul

Hi @Gokul001

Thanks for the quick response!

Is there any solution for mobile automation?
im trying to get value from a mobile app dropdown menu, there are different set of activities for mobile

Also i want to get all value within something like a table, but table extraction seems not working in mobile automation as well

Thanks

There are a few ways to get all values from a mobile app dropdown menu:

  1. Use the getText method

  2. Use the getAttribute method

  3. Use XPath
    :blush: