I am automating a webmail which log off every 15 minutes when it loses focus. So i need to find out the idle time of the browser to refresh the browser when its idle time reaches 15 minutes. I am using WatiN to automate that web mail. Please suggest me a proper way to find out the browser's idle time. Thanks
Thanks for your reply.
I am using C# program and WatiN to automate that web mail application. I don't know how to use java script in C# form program. Could you please suggest me how to implement this in my code. Thanks in advance.