I have an application with multiple choice, with a radio button for each one and the list choice size might change. My question is, is there any way to detect from all list of choices which one the user checked the radio button and afterwards copy the information for that button (like selector information).
Yes, I’m considering using that activity, my doubt is I’ve to create an activity for each element in my webform to check if the user select or there’s a way that I only use one activity and it detects, from all webform elements, which one the user selected?
The idea is to copy the selected option from the web form to another application.
The application is a simple radio button form like - W3Schools Tryit Editor, the difference between the link and the app I will use is that the app will have a Submit button. The idea is to find a way to identify the option selected and submitted by the user.