Skip to content

Commit

Permalink
AU: 1 updated - selenium-chrome-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 2, 2022
1 parent 1a54061 commit 9ce299b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions automatic/selenium-chrome-driver/legal/VERIFICATION.txt
Expand Up @@ -3,17 +3,17 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://chromedriver.storage.googleapis.com/index.html?path=106.0.5249.61/>
location on <https://chromedriver.storage.googleapis.com/index.html?path=107.0.5304.18/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_win32.zip>
32-Bit software: <https://chromedriver.storage.googleapis.com/107.0.5304.18/chromedriver_win32.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 9FC51982C3B44175A0CE37652F3A601F33FAF515DDE860302625894506A7ED69
checksum32: 5CD7E9A4933140A9577BC253CA0398CD05BBEC99FAD2E996650CA0E4AB3F715B

File 'LICENSE.txt' is obtained from: https://source.chromium.org/chromium/chromium/src/+/main:LICENSE
3 changes: 2 additions & 1 deletion automatic/selenium-chrome-driver/selenium-chrome-driver.json
Expand Up @@ -3,5 +3,6 @@
"103": "103.0.5060.134",
"104": "104.0.5112.79",
"105": "105.0.5195.52",
"106": "106.0.5249.61"
"106": "106.0.5249.61",
"107": "107.0.5304.18"
}
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>selenium-chrome-driver</id>
<version>106.0.5249.61</version>
<version>107.0.5304.18</version>
<title>Selenium Chrome Driver</title>
<authors>Chromium and WebDriver teams</authors>
<owners>chocolatey-community,AdmiringWorm,agabrys</owners>
Expand Down Expand Up @@ -31,8 +31,11 @@ To pass parameters, use `--params "''"` (e.g. `choco install selenium-chrome-dri
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<summary>Chrome Driver is a WebDriver implementation that enables programmatic automation of Chrome products for desktop platforms. It is a part of the Selenium (http://code.google.com/p/selenium) project.</summary>
<releaseNotes>---------ChromeDriver 106.0.5249.61 (2022-09-28)---------
Supports Chrome version 106
<releaseNotes>---------ChromeDriver 107.0.5304.18 (2022-10-02)---------
Supports Chrome version 107
Resolved issue 4180: Prohibit any BiDi commands handling until notified that BiDiMapper has started [Pri-]
Resolved issue 4198: ChromeDriver BiDi should not assume that BiDiMapper is always in the first tab [Pri-]
Resolved issue 4207: WebDriver error when running WPT [Pri-1]
</releaseNotes>
<copyright>Chromium and WebDriver teams. All Rights Reserved.</copyright>
<tags>selenium-chrome-driver google-chrome driver webdriver testing web-applications freeware foss cross-platform</tags>
Expand Down

0 comments on commit 9ce299b

Please sign in to comment.