---
title: Test on Safari Tech Preview and Safari beta
description: Run Automated and Manual tests on Safari Technology Preview and Safari
  Beta with TestingBot, on macOS Monterey and macOS Ventura.
source_url:
  html: https://testingbot.com/blog/safari-tech-preview-beta
  md: https://testingbot.com/blog/safari-tech-preview-beta.md
---

# Safari beta and Safari Tech Preview Testing

Run Automated and Manual tests on Safari Technology Preview and Safari Beta with TestingBot, on macOS Monterey and macOS Ventura.

By [Jochen D.](https://testingbot.com/about/jochen-d)2023-06-19

 Share on Facebook 

 Share on Twitter 

 Post on Reddit 

 Share link 

Safari Technology Preview is an experimental browser that Apple releases to developers and users interested in testing upcoming features and improvements.

It serves as a sandbox environment for developers to test new web technologies and APIs before they are officially released. As Safari Technology Preview receives updates frequently, it allows QA testers testers to stay ahead of the curve and anticipate changes in web standards and make sure the websites they test keep working fine.

There's another Safari version as well called Safari Beta. This version refers to the pre-release version of Safari made available to users. It acts as a preview of the upcoming stable release.

This means you can test the Safari version that will be rolled out to the general public in a later stage.

By using Safari Beta, you can make sure you're testing on a version of Safari that will be released with a future macOS update.

Below is an overview of the benefits of testing on Safari Technology Preview and Safari Beta, with TestingBot:

- TestingBot keeps the Safari Beta and Safari Technology Preview versions up-to-date. As soon as a new version is released, you will be able to immediately test on these. Safari Technology preview updates happen every few weeks. These contain the latest WebKit updates.
- Early Access to New Features: by testing on Safari Technology Preview and Safari Beta, you can gain early exposure to the latest advancements in web technologies. Make sure your website (or mobile website) is ready to take advantage of new features and ensure compatibility with upcoming the Safari releases.
- Test on the latest macOS Monterey, macOS Ventura versions. TestingBot is preparing a beta preview of the upcoming macOS version macOS Sonoma, which will be available in Q3.
- Debug your website on Safari Tech Preview and Safari Beta with the built-in developer tools.
- Screenshots, video and logs are available for all Safari versions.
- Test Safari extensions on Safari Tech Preview and Safari Beta.

## Manual Testing on Safari Technology Preview and Safari Beta

Simply log in to your TestingBot account, choose between either macOS Monterey or macOS Ventura and then click either the **beta** version or **dev** version.

You will be able to interact with a real, live browser, straight from your own browser.

Change the screen resolution and geo-ip location. Take high quality screenshots from real Safari browsers.

## Automated Testing on Safari Technology Preview and Safari Beta

TestingBot provides a large Selenium grid with real browsers, including Safari, Safari Technology Preview and Safari beta.

To start running automated tests on Safari, you can edit your existing Selenium tests or create a new one.

Below is a simple example of how to run a Selenium test on TestingBot with NodeJS:

```javascript
const webdriver = require('selenium-webdriver');
const capabilities = {
 'platform' : 'MONTEREY',
 'browserName' : 'safari',
 'version' : 'dev',
 'name': 'Safari Technology Preview'
}
async function runTest () {
  let driver = new webdriver.Builder()
    .usingServer(`https://${process.env.TB_KEY}:${process.env.TB_SECRET}@hub.testingbot.com/wd/hub`)
    .withCapabilities(capabilities)
    .build();
  await driver.get("https://testingbot.com");
  await driver.quit();
}
runTest();
```

## Safari Technology Preview vs Safari Beta

The differences between Safari Technology Preview and Safari Beta are:

- Safari Technology Preview installs as a separate application, with a different name. Safari beta overwrites the current Safari application. Because Safari Tech preview uses a different name, it's easy to open both the Tech Preview app and the 'normal' Safari app to detect any differences between the two for your product.
- Safari Technology Preview might be less stable, as it contains newer features that may not have been thoroughly tested.

[← Previous post February 2023 Product Updates](https://testingbot.com/blog/february-2023-updates) [Next post → Playwright Testing on TestingBot](https://testingbot.com/blog/playwright-testing-introduction)

## Sidebar

### TestingBot Cloud Testing

Run automated, manual and visual tests on remote browsers and devices. Sign up for a free trial.

[Free Trial](https://testingbot.com/users/sign_up)

### Latest articles

[![Announcing AI Test Insights](https://testingbot.com/assets/blog/2026/ai-insights.jpg)](https://testingbot.com/blog/ai-test-insights)

#### Announcing AI Test Insights

Use AI Insights to quickly discover why an automated test...

[Read: Announcing AI Test Insights](https://testingbot.com/blog/ai-test-insights)

[![Selenium vs Playwright 2026](https://testingbot.com/assets/blog/2026/selenium-vs-playwright-2026.jpg)](https://testingbot.com/blog/selenium-vs-playwright)

#### Selenium vs Playwright 2026

Comparing Selenium vs Playwright - which is the best test...

[Read: Selenium vs Playwright 2026](https://testingbot.com/blog/selenium-vs-playwright)

[![Maestro Physical Device Testing](https://testingbot.com/assets/blog/2026/maestro-physical.jpg)](https://testingbot.com/blog/maestro-physical-device-testing)

#### Maestro Physical Device Testing

Maestro testing in parallel on physical Android and iOS d...

[Read: Maestro Physical Device Testing](https://testingbot.com/blog/maestro-physical-device-testing)

## Related Articles

[![Selenium vs Playwright 2026](https://testingbot.com/assets/blog/2026/selenium-vs-playwright-2026.jpg)](https://testingbot.com/blog/selenium-vs-playwright "Selenium vs Playwright 2026")

### [Selenium vs Playwright 2026](https://testingbot.com/blog/selenium-vs-playwright)

Comparing Selenium vs Playwright - which is the best test framework for your usecase?

[Read article →](https://testingbot.com/blog/selenium-vs-playwright)

[![Selenium 20th birthday](https://testingbot.com/assets/blog/2024/selenium20.webp)](https://testingbot.com/blog/selenium-20-years "Selenium 20th birthday")

### [Selenium 20th birthday](https://testingbot.com/blog/selenium-20-years)

Celebrate Selenium's 20th birthday. An overview of the years.

[Read article →](https://testingbot.com/blog/selenium-20-years)

[![ChromeOS Cloud Testing](https://testingbot.com/assets/blog/2025/chromeos.jpg)](https://testingbot.com/blog/chromeos-testing "ChromeOS Cloud Testing")

### [ChromeOS Cloud Testing](https://testingbot.com/blog/chromeos-testing)

ChromeOS Manual and Automated testing in the cloud.

[Read article →](https://testingbot.com/blog/chromeos-testing)

[![Test on macOS Sonoma](https://testingbot.com/assets/blog/2023/sonoma.jpg)](https://testingbot.com/blog/macos-sonoma-testing "Test on macOS Sonoma")

### [Test on macOS Sonoma](https://testingbot.com/blog/macos-sonoma-testing)

Make sure your website looks good and functions correctly on Apple's new macOS Sonoma! Safari 17 visual, manual and automated testing with TestingBot.

[Read article →](https://testingbot.com/blog/macos-sonoma-testing)

## More by Jochen D.

[![Announcing AI Test Insights](https://testingbot.com/assets/blog/2026/ai-insights.jpg)](https://testingbot.com/blog/ai-test-insights "Announcing AI Test Insights")
### [Announcing AI Test Insights](https://testingbot.com/blog/ai-test-insights)

Use AI Insights to quickly discover why an automated test failed.

[![Maestro Physical Device Testing](https://testingbot.com/assets/blog/2026/maestro-physical.jpg)](https://testingbot.com/blog/maestro-physical-device-testing "Maestro Physical Device Testing")
### [Maestro Physical Device Testing](https://testingbot.com/blog/maestro-physical-device-testing)

Maestro testing in parallel on physical Android and iOS devices.

[![tvOS Physical Device Testing](https://testingbot.com/assets/blog/2025/appletv.jpg)](https://testingbot.com/blog/tvos-automated-testing "tvOS Physical Device Testing")
### [tvOS Physical Device Testing](https://testingbot.com/blog/tvos-automated-testing)

Run automated tvOS tests on physical AppleTV devices.

[See all posts by Jochen D. →](https://testingbot.com/about/jochen-d)

## Ready to start testing?
[Start a free trial](https://testingbot.com/users/sign_up)
