Is there a way to install/emulate an older version of Safari ? (i.e 8)

前端 未结 3 1615
失恋的感觉
失恋的感觉 2021-02-12 03:10

On OSX: After an update to El Capitan, I found that Safari 9 was installed by default. For software testing purposes, I need to test a web app through Safari 8 (which is still t

3条回答
  •  抹茶落季
    2021-02-12 03:55

    Probably the closest you could get is by downloading one of the WebKit nightlies that matches up with your desired Safari version.

    Wikipedia's Safari version history article lists the corresponding WebKit version for each Safari release. If you then look up the tag for that version in the WebKit source, you can find a corresponding revision number. Finally, you can use the WebKit Nightly Archives to download the closest nightly build.

    Safari 8.0.7 used WebKit version 600.7.12, which seems to most closely correspond to WebKit build r185729.

    I don't know if you can run more than one WebKit build on a machine, but you could run at least one older version to target, in addition to Safari.

提交回复
热议问题