11-26-2010, 03:19 PM
My reguirement:
open login screen and enter user id and password and click login.
My question is how can we create new object manually and run successfully which properties i need to select to recognise objects properly.
Your quick reply is awaited.
Sonal
open login screen and enter user id and password and click login.
Code:
Window("Streme : Login .....").Activate
Window("Streme : Login .....").WinObject("WindowsForms10.EDIT.app.0.3787").Click 19,10
Window("Streme : Login .....").WinObject("WindowsForms10.EDIT.app.0.3787").Type "a"
Window("Streme : Login .....").WinObject("OK").Click 20,11
Window("Streme : Location Manager").WinObject("menuStrip1").Click 272,8
My question is how can we create new object manually and run successfully which properties i need to select to recognise objects properly.
Your quick reply is awaited.
Sonal