Skip to content

Commit

Permalink
Minor typo-fix in blog post about SM 0.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Sep 1, 2023
1 parent 86a5047 commit 2f9a8a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Custom setup is sometimes necessary for browser automation. For that reason, Sel
### Other changes
A minor change in Selenium Manager 0.4.12 is related to the metadata file, now called `se-metadata.json`. As usual, this file is stored in the root of the cache folder. This file contains versions discovered by Selenium Manager making network requests and the *time-to-live* (TTL) in which they are valid. Since the TTL for browsers and drivers is now the same concept, Selenium Manager unifies these two configuration elements (previously, `browser_ttl` and `driver_ttl`) in a single one called `ttl` (with a default value of 3600 seconds, i.e., 1 hour). For further details, visit the Selenium Manager page about [caching](https://www.selenium.dev/documentation/selenium_manager/#caching).

Last but not least, the Selenium Manager binary compiled for macOS is *universal*, in the sense that it can be executed both in *x64* and *arm64* architectures out of the box. Previously, the binary was compiled for *x64*, and so, [Rosetta](https://support.apple.com/en-us/HT211861) should be available in *arm64* macOS machined (i.e., M1 or M2). With the new Selenium Manager macOS binary, Rosetta is no longer mandatory.
Last but not least, the Selenium Manager binary compiled for macOS is *universal*, in the sense that it can be executed both in *x64* and *arm64* architectures out of the box. Previously, the binary was compiled for *x64*, and so, [Rosetta](https://support.apple.com/en-us/HT211861) should be available in *arm64* macOS machines (i.e., M1 or M2). With the new Selenium Manager macOS binary, Rosetta is no longer mandatory.

### Next steps
The next release of Selenium Manager will continue delivering automated browser management, this time for **Edge**, and other features. As usual, you can trace the work in progress in the [Selenium Manager project dashboard](https://github.com/orgs/SeleniumHQ/projects/5).

0 comments on commit 2f9a8a1

Please sign in to comment.