2

In IE11 we can emulate different versions of IE itself in the browser with developer tools. (How can I fully test my website on previous versions of IE with IE 11?, https://msdn.microsoft.com/en-in/library/ie/dn255001(v=vs.85).aspx )

Is there a way to do that in chrome and firefox?

Community
  • 1
  • 1
Asim K T
  • 16,864
  • 10
  • 77
  • 99
  • something helpful for Chrome http://stackoverflow.com/questions/3785991/can-i-run-multiple-versions-of-google-chrome-on-the-same-machine-mac-or-window/10917231#10917231 – securecodeninja Mar 24 '15 at 16:01
  • browserling also may be helpfull https://chrome.google.com/webstore/detail/browserling-cross-browser/chfdigebbepdmeelcfiefkklfldmmgld – Muzaffer Galata Jun 10 '19 at 14:52

1 Answers1

3

There are a few resources you can use for that need.

1) http://browsershots.org/:

It is really universal, but that way is slow and you only get screenshot.

2) https://browserling.com/:

This one is pretty good, because you can run your site, scroll and click smth. Minus – it is so much pretty, that you will have to wait in the queue.

I can't find any information about extensions or tools for chrome and ff for your need, so it looks like there isn't any created.

QArea
  • 4,955
  • 1
  • 12
  • 22