Hi,
$begin = TimerInit()
$dif = TimerDiff($begin)
MsgBox(0,"Time Difference",$dif)
This program gives different answers everytime I execute!
Can anyone explain why?
Open IE 7
Click Help--> About.
In the about window there is a link '2006 Microsoft Corporation'.
Auto IT spy is not recognizing this link. What function should I use to click this link with using mouse?
Please consider this example: Open IE 7 Click Help--> About. In the about window there is a link '2006 Microsoft Corporation'. Auto IT spy is not recognizing this link.
Sorry for not explaining my question well. Actually I am testing a window that has a link. My objective is to click that link in the GUI window without using mouse and I dont have the URL of that link. How can I recognize that link in the window and click it with the keyboard. Please explain.