coolnetalias Posted February 9, 2010 Posted February 9, 2010 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.
PsaltyDS Posted February 9, 2010 Posted February 9, 2010 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. 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
coolnetalias Posted February 10, 2010 Author Posted February 10, 2010 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 .
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now