I have below screen when I launch the application.
By default the first radio button is checked.
I want to select the second radio button as highlighted.
And when it is selected, the textbox highlighted will be enabled and we need to enter the license details.
To do that, I tried to get the control id with windo info tool , but I am getting the second section(Concurrent Licenses) completely as "Button" class with ID 12.But not that radiobutton ID.
Even I tried with that as below.
$hwd =WinWaitActivate("erwin Data Modeler Licensing","Acquire concurrent u")
ControlCommand($hwd,"","[CLASS:Button; INSTANCE:12]","Check")
But not working.
Any suggestions please.