Jump to content

Recommended Posts

Posted

Hello everyone.

I have a dialog in an application I'm doing some automation testing for that has radio buttons for which I need to state of each.  They're all returning "0".  Here's my code right now:

$state01 = ControlCommand("User Defined Accounts", "", "[NAME:radioButton_Output_Items]", "IsChecked", "")
MsgBox(0, "", $state01)

I've also tried _GuiCtrlButton_GetCheck.  Nothing works.  "0" is always returned.  Any ideas?

Thank you.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...