Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Test IE6 on Mac OS X

I like to be able to fully test compatibility of my web pages on Mac OS X. I have installed Parallels desktop. It works fine, but it uses a lot a of resources...

So I would like to be able to test everything inside OS X. In fact I am looking for Explorer 6 for the Mac.

Any suggestions around?

like image 358
menardmam Avatar asked Feb 25 '09 17:02

menardmam


People also ask

How do I test IE 11 on Mac?

Safari also allows you to test IE right from your Mac OS. To use this option, select Develop > User Agent from your Safari Menu bar. Then select IE.

How do I test Internet Explorer on my Macbook?

In your Safari menu bar, go to Develop, and then User Agent. You will find a list of browsers for Safari, Internet Explorer, Edge, Chrome, Firefox, and more. This way you can perform cross browser, test on Safari browser itself.

Can we use Internet Explorer on Mac?

No! You can no longer install Internet Explorer on a Mac, but you can install Windows or select a browser to emulate Internet Explorer on Mac. You can also choose any cross browser testing platform like LambdaTest to test Internet Explorer for Mac.

How do I use Internet Explorer Edge on my Mac?

To use Internet Explorer Mode in Microsoft Edge, open Edge's default browser settings and enable "Allow Sites to be Reloaded in Internet Explorer Mode," then restart the browser.


2 Answers

IE 6 was never written for the Mac.

You might try VMWare Fusion instead of Parallels; you might have better results with resource usage.

The other solution, as other posters will indicate, is to run IE on OS X via Wine. However, IE 6 on Wine is nothing like guaranteed to be the same as running it on Windows via a VM (VMWare or Parallels). The Wine Apps DB lists IE 6 at the Bronze level (lowest level) of compatibility for Wine. This may not be how you want to validate your application on the IE platform.

like image 120
runako Avatar answered Oct 07 '22 00:10

runako


Another option is to use a tool like BrowserShots (browsershots.org). I find it to be superb for basic compatibility testing. You don't need to install anything on your machine, and you can get on with something else while you wait for your screenshots to download.

Downside is you can't use it for full web application testing, but from your original question, I don't think you need this.

like image 29
Brian Avatar answered Oct 07 '22 01:10

Brian