Skip to content

Commit

Permalink
Merge pull request #3636 from ricekot/webdrivers/update-chromedriver
Browse files Browse the repository at this point in the history
webdrivers: update Chromedriver
  • Loading branch information
psiinon authored Mar 4, 2022
2 parents ebd4e47 + 9e09d85 commit dfa9296
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion addOns/webdrivers/webdriverlinux/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Changed
- Update ChromeDriver to 99.0.4844.51.

## [35] - 2022-01-11
### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 97.0.4692.71</li>
<li>Chrome - ChromeDriver 99.0.4844.51</li>
<li>Firefox - geckodriver 0.30.0</li>
</ul>

Expand Down
3 changes: 2 additions & 1 deletion addOns/webdrivers/webdrivermacos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Changed
- Update ChromeDriver to 99.0.4844.51.

## [35] - 2022-01-11
### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>MacOS WebDrivers</H1>
<p>
The MacOS WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 97.0.4692.71</li>
<li>Chrome - ChromeDriver 99.0.4844.51</li>
<li>Firefox - geckodriver 0.30.0</li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion addOns/webdrivers/webdrivers.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.zaproxy.gradle.tasks.DownloadWebDriver
description = "Common configuration of the WebDriver add-ons."

val geckodriverVersion = "0.30.0"
val chromeDriverVersion = "97.0.4692.71"
val chromeDriverVersion = "99.0.4844.51"

fun configureDownloadTask(outputDir: File, targetOs: DownloadWebDriver.OS, task: DownloadWebDriver) {
val geckodriver = task.browser.get() == DownloadWebDriver.Browser.FIREFOX
Expand Down
3 changes: 2 additions & 1 deletion addOns/webdrivers/webdriverwindows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Changed
- Update ChromeDriver to 99.0.4844.51.

## [35] - 2022-01-11
### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Windows WebDrivers</H1>
<p>
The Windows WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 97.0.4692.71</li>
<li>Chrome - ChromeDriver 99.0.4844.51</li>
<li>Firefox - geckodriver 0.30.0</li>
</ul>

Expand Down

0 comments on commit dfa9296

Please sign in to comment.