Hello Experts,
How do I capture whether a radio button or check box is selected in a particular screen.
Example : In display Master Inspection Character (txn QS24). There are several check boxes and radio buttons under control indicator push button. I would like to capture those indicators in excel sheet.
I tried c1= session.findById("wnd[1]/usr/radRQMST-ESTUKZ5").text--> this line was capturing the field name and not whether the field was selected (radio button)
Thanks in advance!!