Not able to select list of values on dropdown for android application
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2019
09:55 PM
09-04-2019
09:55 PM
Not able to select list of values on dropdown for android application
I clicked on dropdown box and list of values are displaying but not able to select the values present on the dropdown list
Solved! Go to Solution.
Labels:
- Labels:
-
Android
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2019
05:45 AM
09-05-2019
05:45 AM
Need more info:
Which dropdown control is the app using? 3rd party or native Android?
Is the dropdown being filled by a web service or static?
Did you try to record and see what got recorded?
Did you instrument the apk file?
Cheers
-Lino
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2019
06:10 AM
09-05-2019
06:10 AM
1. I am using Native Android app
2. Dropdown is static
3. No, I am not recorded
4. Yes app is instrumented and its working fine for other functionality only need to know how to select value from dropdown
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2019
01:55 AM
09-06-2019
01:55 AM
Working porperly now by using TouchItem()
