How to read the radiobutton status(value or checked /unchecked) when its input type is Button in the source code
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-04-18 02:45 PM
How to read the radiobutton status(value or checked /unchecked) when its input type is Button in the source code
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-04-18 06:11 PM
1, What does a read stage return to you - does it return True and False for that radio button?
2, If not - experiment with the other attributes for your element. Do any of your other attributes indicate the value of the radio button to you - if so you can use a read stage to get the attribute value.
3, If nothing else works you can use image recognition (Surface Automation training) to recognize if the selected radio button image exists or if instead the not selected radio button image exists.
This kind of experimentation and moving onto a different technique if the one does not work is the bread and butter of an RPA developer.
