Selenium RC cannot test on compressed html

Posted by JH on Stack Overflow See other posts from Stack Overflow or by JH
Published on 2010-03-26T16:26:14Z Indexed on 2010/04/23 22:33 UTC
Read the original article Hit count: 297

Filed under:
|

In order to have the fast speed of website, the web sever compress (gzip) the html files before sending to our clients. When running selenium tests, it shows a pop-up saying: You have chosen to open ... which is a: Bin file from: http://... Would you like to save this file? "Cancel" "Save File"

It seems that the compressed html file doesn't unzip and browsers recognise it as Binary file.

© Stack Overflow or respective owner

Related posts about selenium

Related posts about testing