Selenium RC cannot test on compressed html
- by JH
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.