Skip to content

Commit 84bd7e3

Browse files
committed
Update doc for version 5.2.1
1 parent cf0e04c commit 84bd7e3

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [5.2.1] - 2022-06-26
4+
5+
### Added
6+
- Include fallback mechanism for gathering logs based on LoggingPreferences for Chrome/Edge headless
7+
- Include wdm.avoidShutdownHook config key and avoidShutdownHook() API method (issue #839)
8+
9+
### Changed
10+
- Use capabilities getClass() method (required as of Selenium 4.3.0)
11+
- Bump to BrowserWatcher 1.2.0
12+
13+
314
## [5.2.0] - 2022-05-25
415

516
### Added

src/doc/asciidoc/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ HTTP proxy. It can be also configured using the environment variable `HTTPS_PRO
650650
|`avoidBrowserDetection()`|`wdm.avoidBrowserDetection` `=true`|`false` (browser version is detected, and the corresponding driver version s discovered)|Force to use the latest version available for a given driver
651651
|`avoidReadReleaseFrom` `Repository()`|`wdm.avoidReadReleaseFrom` `Repository=true`|`false` (discover driver relase using info from the repository, e.g., https://chromedriver.storage.googleapis.com/LATEST_RELEASE[chromedriver-latest] or https://msedgedriver.azureedge.net/LATEST_STABLE[msedgedriver-latest])|Avoid using the repository info and use the https://github.com/bonigarcia/webdrivermanager/blob/master/src/main/resources/versions.properties[versions database] instead
652652
|`avoidTmpFolder()`|`wdm.avoidTmpFolder=true`|`false` (Each driver release (typically compressed) is copied in a temporal folder in the local machine, and then the driver is extracted and copied to the driver cache|Avoid using a temporal folder to download drivers (and handle driver release directly on driver cache)
653+
|`avoidShutdownHook()`|`wdm.avoidShutdownHook=true`|`false`|Avoid shutdown hook for drivers objected created with `create()`
653654
|`browserVersionDetection` `Command(String)`|`wdm.browserVersion` `DetectionCommand`|`""` (automatic discovery using the https://github.com/bonigarcia/webdrivermanager/blob/master/src/main/resources/commands.properties[commands database])|Custom browser version detection command (see example https://github.com/bonigarcia/webdrivermanager/blob/master/src/test/java/io/github/bonigarcia/wdm/test/chrome/ChromeBetaTest.java[here])
654655
|`browserVersionDetection` `Regex(String)`|`wdm.browserVersion` `DetectionRegex`|`[\^\\d\^\\.]`|Regular expression used to extract the browser version from the shell
655656
|`useLocalVersionsProperties` `First()`|`wdm.versionsProperties` `OnlineFirst=true`|`false` (the online https://github.com/bonigarcia/webdrivermanager/blob/master/src/main/resources/versions.properties[versions database] is used in the <<resolution-algorithm,resolution algorithm>>)|Use local copy of the versions database

0 commit comments

Comments
 (0)