Hi All,
I need to run a qtp script on a locked remote machine. I have a winbutton which I am not able to click when the machine is locked.
For eg ->
This works fine when the machine is unlocked. But when I execute on a locked machine, the results show that the winbutton was clicked, but it is actually not clicked. Also I have a winedit object in the same dialog, which is working fine when I set some value to it.
Any help appreciated !
I need to run a qtp script on a locked remote machine. I have a winbutton which I am not able to click when the machine is locked.
For eg ->
Code:
Browser("").Dialog("").WinButton("Open").Click
This works fine when the machine is unlocked. But when I execute on a locked machine, the results show that the winbutton was clicked, but it is actually not clicked. Also I have a winedit object in the same dialog, which is working fine when I set some value to it.
Any help appreciated !