Timeout only for IE

Hi

I am trying to test some application with scripted test. Unfortunately I got timeout without any visible reason and only for IE.

Here is the example: http://www.webpagetest.org/result/140602_DX_5aed5d809fe8f5b7e89eeff918f2e86b/ (IE9)
http://www.webpagetest.org/result/140602_R0_f7d25134f152879bfa0e638a15a4954f/ (Chrome)

Does anyone has an idea how to deal with that?

I cannot put the script here but it is very typical and when I verify screenshots everything seems to work correctly.

Thanks for any help.

How about IE 10 or IE 11? IE 9 is running the old urlblast agent code and 10/11 are using the same code as Chrome (and I’m really close to just killing the old code and using wptdriver for all of IE).

There is similar problem with wptdriver agents. I changed script to combine all steps because with wptdriver agent IE has problem even with logging into the application. My private instance of WPT uses urlblast agents because some problem with wptdriver when testing NTLM authenticated applications. This is main reason I have not migrated yet.

Results from the same test machine:

http://www.webpagetest.org/result/140603_2V_3029acdbb95a93fe7fd676af17965ad0/ (IE10)
http://www.webpagetest.org/result/140603_1C_71f8dc80d2d0b0927b710e888757ca91/ (chrome)

Application itself is written really strangely but it works in modern browsers and I cannot find anything special while debugging with devtools of fiddler.

Regards,

I’ve just verified that problem with timeouts does not occur on my private wptdriver instances.