Skip to content

Commit

Permalink
Merge pull request #5189 from zapbot/webdriver-update
Browse files Browse the repository at this point in the history
Webdriver Update
  • Loading branch information
thc202 authored Jan 3, 2024
2 parents c52549a + ac5179d commit e5e272b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 4 deletions.
3 changes: 3 additions & 0 deletions addOns/webdrivers/webdriverlinux/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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 geckodriver to 0.34.0.



## [67] - 2023-12-19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <H1>Linux WebDrivers</H1>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 120.0.6099.109</li>
<li>Firefox - geckodriver 0.33.0</li>
<li>Firefox - geckodriver 0.34.0</li>
</ul>

<H2>See also</H2>
Expand Down
3 changes: 3 additions & 0 deletions addOns/webdrivers/webdrivermacos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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 geckodriver to 0.34.0.



## [67] - 2023-12-19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <H1>MacOS WebDrivers</H1>
The MacOS WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 120.0.6099.109</li>
<li>Firefox - geckodriver 0.33.0</li>
<li>Firefox - geckodriver 0.34.0</li>
</ul>

<H2>See also</H2>
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 @@ -5,7 +5,7 @@ import org.zaproxy.gradle.tasks.DownloadWebDriver

description = "Common configuration of the WebDriver add-ons."

val geckodriverVersion = "0.33.0"
val geckodriverVersion = "0.34.0"
val chromeDriverVersion = "120.0.6099.109"

fun configureDownloadTask(outputDir: File, targetOs: DownloadWebDriver.OS, task: DownloadWebDriver) {
Expand Down
3 changes: 3 additions & 0 deletions addOns/webdrivers/webdriverwindows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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 geckodriver to 0.34.0.



## [67] - 2023-12-19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <H1>Windows WebDrivers</H1>
The Windows WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 120.0.6099.109</li>
<li>Firefox - geckodriver 0.33.0</li>
<li>Firefox - geckodriver 0.34.0</li>
</ul>

<H2>See also</H2>
Expand Down

0 comments on commit e5e272b

Please sign in to comment.