Is there any way to programmatically measure load time of webpage in IE window? Can C# console application "connect" to IE window and measure load time and maybe size of a page?
Console application will be working in the background. When user opens new IE window and types specified address in address bar, application should measure page load time.
Thanks in advance for your replies. Regards