| View previous topic :: View next topic |
| Author |
Message |
ansu832001
Joined: 05 May 2008 Posts: 18
|
Posted: Thu May 08, 2008 7:26 am Post subject: Automate Simple Application ?? |
|
|
Hi I want to Automate simple Application which has one ComboBox and user selects some text in that.
Now whenever this application runs for the first time i want to record the following things,
1. The control user has clicked( combobox in this case)
2. The Item he has selected.
Next time i just want to run this script which does same Operation
1. The controls user has clicked(could be combobox or any other control)
2. The Item he has selected.(Automating the process).
Best Regards. |
|
| Back to top |
|
 |
sinkfaze
Joined: 18 Mar 2008 Posts: 139
|
Posted: Thu May 08, 2008 1:27 pm Post subject: |
|
|
| I'd look at trying something using ControlGet. Look at the List option under Cmd, Value, for example. |
|
| Back to top |
|
 |
ansu832001
Joined: 05 May 2008 Posts: 18
|
Posted: Fri May 09, 2008 8:37 am Post subject: |
|
|
Hi Sinkfaze,
Firstly thanks for your reply,i need little more clarification on ControlGet.
Like how can i record the Script for the first time.The user may click or drag or do some event,i this case how do i record these events for the first time so that the recorded script can be reused.
Best Regards. |
|
| Back to top |
|
 |
|