Jump to content

How to interact with updown control.


Recommended Posts

Hi Friends,

I know I am sounding like a dumb a** but I am relatively new to AutoIT. Can anybody tell me how to interact with updown control. Is there any command like increment/decrement. I am trying to automate filezilla UI.

Tha navigation steps are as follows:

1. Launch filezilla.

2. Press ctrl+s to launch site manager and go to advanced tab.

3. Here we have option "Adjust server timezone offset".

4. There we have 2 updown controls, I am trying to automate them.

Thanks in advance,

coolnetalias.

Link to comment
Share on other sites

Get references to the controls and ControlSend() either "{UP}" or "{DOWN}" to them. An Up/Down control is attached to an Edit control, and if the value wanted is known you might just poke it into the Edit control and not mess with the Up/Down.

:D

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Thanks for the reply PsaltyDS, I am actually attemptng to create a POC for some application. That application will also have updown control. I want to test that updown control also works. Poking in the edit field is always an option but I cant force customer to do that so I have to test it :D.

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...