Which is the most comprehensive browser compatibil

2019-08-25 12:51发布

An ideal one would be where I could:

  • Test my JS live, not just see screenshots
  • Test in multiple browsers in multiple OSes
  • Test under various resolutions
  • Test in different mobile platforms

I know that's too much to ask for, but which one gets closest?

2条回答
淡お忘
2楼-- · 2019-08-25 13:15

The two that spring immediately to mind are:

查看更多
Melony?
3楼-- · 2019-08-25 13:16

You can use Selenium RC or Selenium 2 (WebDriver) for automated cross-browser testing as well as different platform.

Selenium WebDriver is better than Selenium RC. Selenium RC is deprecated now. You can find the details about Selenium2 (WebDriver) in the following URL:

http://docs.seleniumhq.org/docs/03_webdriver.jsp
查看更多
登录 后发表回答