Skip to content

Commit

Permalink
removing macos 10.x from vi and pertinent docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-sauce committed Dec 9, 2024
1 parent b5547ca commit 6446ac0
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 524 deletions.
6 changes: 3 additions & 3 deletions docs/basics/test-config-annotation/test-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ All examples are for Java, but you can use our Platform Configurator to configur

### Default Selenium Version

By default, Sauce Labs will use the following version of Selenium, depending on your selected combination of browser and operating system. While Selenium 3 is not yet fully implemented as a default version, it is supported for all Chrome and Firefox browsers on Mac and Windows platforms, for Safari 10+ on macOS 10.12 Sierra, and for Microsoft Edge and IE browsers version 10 and above. Currently Sauce Labs supports Selenium 3.4.0+ for Firefox and Safari and Selenium 3.5.0+ for Microsoft Edge and Chrome.
By default, Sauce Labs will use the following version of Selenium, depending on your selected combination of browser and operating system. While Selenium 3 is not yet fully implemented as a default version, it is supported for all Chrome and Firefox browsers on Mac and Windows platforms, for Safari 14+ on macOS 11 and higher, and for Microsoft Edge and IE browsers version 10 and above. Currently Sauce Labs supports Selenium 3.4.0+ for Firefox and Safari and Selenium 3.5.0+ for Microsoft Edge and Chrome.

Check warning on line 39 in docs/basics/test-config-annotation/test-config.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/basics/test-config-annotation/test-config.md#L39

[sauce.CurrentStatus] Remove 'Currently'. The documentation reflects the current state of the product.
Raw output
{"message": "[sauce.CurrentStatus] Remove 'Currently'. The documentation reflects the current state of the product.", "location": {"path": "docs/basics/test-config-annotation/test-config.md", "range": {"start": {"line": 39, "column": 390}}}, "severity": "WARNING"}

| Browser Name | Default Selenium Version |
| ----------------- | --------------------------------------------------------- |
Expand Down Expand Up @@ -76,8 +76,8 @@ caps.setCapability("version", "47.0");

```
DesiredCapabilities caps = DesiredCapabilities.safari();
caps.setCapability("platform", "OS X 10.9");
caps.setCapability("version", "7.0");
caps.setCapability("platform", "macOS 11.00");
caps.setCapability("version", "14");
```

#### Android Emulator Phone/Android 5.1
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/cli/saucectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `saucectl` command line interface orchestrates the relationship between your
Supported OS:

- Windows 10 / Windows 11
- macOS 10.15+
- macOS 11+
- Linux

## Supported Frameworks and Browsers
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/test-configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ This setting cannot be used for mobile browsers, as your test will use the defau
Identifies the name of the operating system the browser or mobile device should be running on. You can use this for [dynamic device allocation](/mobile-apps/supported-devices#static-and-dynamic-device-allocation). Values are not case-sensitive (i.e., `"ios"` is the same as `"iOS"`). See the [WebDriver W3C Specification](https://w3c.github.io/webdriver/#dfn-platform-name) for more information.

```java
"platformName": "macOS 10.13"
"platformName": "macOS 11"
```

---
Expand Down
Loading

0 comments on commit 6446ac0

Please sign in to comment.