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

前端 未结 3 1527
渐次进展
渐次进展 2021-02-12 03:17

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:52

    Following up on @robmathers's answer, the nightly builds are no longer listed publicly on webkit.org. However, they are still available in the S3 bucket storing them, which you can access via the AWS CLI.

    Looking at the trac.webkit.org result, select a reasonable release version prefix for the build you're looking for (say 3 or 4 of the 6 digits), then use the following:

    aws s3 ls minified-archives.webkit.org/mac-mojave-x86_64-release/2425 --no-sign-request
    

    This will show you the available builds. You can then download via https://s3-us-west-2.amazonaws.com/minified-archives.webkit.org/mac-mojave-x86_64-release/.zip.

提交回复
热议问题