Skip to content

Commit

Permalink
Merge pull request #2746 from zapbot/update-data
Browse files Browse the repository at this point in the history
Update data
  • Loading branch information
psiinon authored Jul 31, 2024
2 parents e97ad3d + fe80b70 commit 73cce79
Show file tree
Hide file tree
Showing 12 changed files with 103 additions and 120 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 1
cascade:
addon:
id: authhelper
version: 0.13.0
version: 0.14.0
---

# Authentication Helper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 1
cascade:
addon:
id: automation
version: 0.40.1
version: 0.41.0
---

# Automation Framework
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ env: # The environment, mandatory
parameters:
failOnError: true # If set exit on an error
failOnWarning: false # If set exit on a warning
continueOnFailure: false # Continue running all jobs, even if one fails
progressToStdout: true # If set will write job progress to stdout
proxy: # Optional upstream proxy settings
hostname: # String, the proxy host
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/desktop/addons/linux-webdrivers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ weight: 1
cascade:
addon:
id: webdriverlinux
version: 96.0.0
version: 97.0.0
---

# Linux WebDrivers

The Linux WebDrivers add-on provides WebDrivers for the following browsers:

* Chrome - ChromeDriver 127.0.6533.72
* Chrome - ChromeDriver 127.0.6533.88
* Firefox - geckodriver 0.34.0

## See also
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/desktop/addons/macos-webdrivers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ weight: 1
cascade:
addon:
id: webdrivermacos
version: 96.0.0
version: 97.0.0
---

# MacOS WebDrivers

The MacOS WebDrivers add-on provides WebDrivers for the following browsers:

* Chrome - ChromeDriver 127.0.6533.72
* Chrome - ChromeDriver 127.0.6533.88
* Firefox - geckodriver 0.34.0

## See also
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/desktop/addons/windows-webdrivers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ weight: 1
cascade:
addon:
id: webdriverwindows
version: 96.0.0
version: 97.0.0
---

# Windows WebDrivers

The Windows WebDrivers add-on provides WebDrivers for the following browsers:

* Chrome - ChromeDriver 127.0.6533.72
* Chrome - ChromeDriver 127.0.6533.88
* Firefox - geckodriver 0.34.0

## See also
Expand Down
Loading

0 comments on commit 73cce79

Please sign in to comment.