Jump to content

Radio buttons


Recommended Posts

Hi there,

I'm new to the Autoit forum so pardon me if I did this wrong ok. I have a question I am creating a autoit script ro silently install an application. The executable is executing but it gets to the next step and it won't proceed after that. OK ok but his is not the problem that I'm having the other problem is that there is a window with radio buttons that I dont have a command to tell it to select it. What would be the command to put on the script to select that radio button that I'm insterested in selecting? All thoughts are welcome.

Here is a copy of the script:

RUN("c888kna.exe")

winwaitactive("Lotus Notes - InstallShield Wizard")

send("{ENTER}")

winwaitactive("Lotus Notes 6.5.5 - InstallShield Wizard", "&Next >Cancel<&Back")

send("{enter}") <<<<<<<<<<<<<<<<<<<<<< it won't pass this point

winwaitactive("Lotus Notes 6.5.5 - Installshield Wizard", "License Agreement")

send("!I &accept the terms in the license agreement") <<<<<<<<<<<<<<<<<<<<<< this is where the radio button is

send("{ENTER}")

winwaitactive("Lotus Notes 6.5.5 - Install Wizard", "Customer Information")

send("!U", "Software Coordinator")

send("!O", "URS Corp")

send("{ENTER}")

winwaitactive("Lotus Notes 6.5.5 - Install Wizard", "Installation path selection:")

send("{Next}")

winwaitactive("Lotus Notes 6.5.5 - Install Wizard", "Custom Setup")

send("{Next}")

winwaitactive("Lotus Notes 6.5.5 - Install Wizard", "Ready to Install")

send("!y")

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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