Skip to content

Commit

Permalink
AU: 2 updated - selenium-chrome-driver vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 10, 2023
1 parent 09ea833 commit 19f2e3a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions automatic/selenium-chrome-driver/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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=110.0.5481.77/>
location on <https://chromedriver.storage.googleapis.com/index.html?path=111.0.5563.19/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://chromedriver.storage.googleapis.com/110.0.5481.77/chromedriver_win32.zip>
32-Bit software: <https://chromedriver.storage.googleapis.com/111.0.5563.19/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: 90CE06E0011C81E958A297D61B9C554BE22F9D73C1F45E254E95825E2BC3DE7D
checksum32: B6517AB6C5C1D4DB408FBF1E6FA4F94CA48AD4FA685EBE814D5CADBDD3AE58AA

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
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"107": "107.0.5304.62",
"108": "108.0.5359.71",
"109": "109.0.5414.74",
"110": "110.0.5481.77"
"110": "110.0.5481.77",
"111": "111.0.5563.19"
}
15 changes: 7 additions & 8 deletions automatic/selenium-chrome-driver/selenium-chrome-driver.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>selenium-chrome-driver</id>
<version>110.0.5481.77</version>
<version>111.0.5563.19</version>
<title>Selenium Chrome Driver</title>
<authors>Chromium and WebDriver teams</authors>
<owners>chocolatey-community,AdmiringWorm,agabrys</owners>
Expand Down Expand Up @@ -31,13 +31,12 @@ 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 110.0.5481.77 (2023-02-08)---------
Supports Chrome version 110
Resolved issue 4193: Failed to start new session on Android 13 [Pri-]
Resolved issue 4272: WebSocket should treat code=0 as an indication of FIN [Pri-]
Resolved issue 4276: Fix connectivity issues in ChromeDriver [Pri-]
Resolved issue 4295: ChromeDriver with `"webSocketUrl": true` is racy [Pri-]
Resolved issue 4297: ChromeDriver Bidi serializes incorrectly [Pri-]
<releaseNotes>---------ChromeDriver 111.0.5563.19 (2023-02-10)---------
Supports Chrome version 111
Resolved issue 4216: Run ChromeDriver with custom BiDiMapper [Pri-]
Resolved issue 4300: Window handle is interoperable between Classic and BiDi [Pri-]
Resolved issue 4325: Handling of toJSON in jsonSerialize of call_function.js deviates from the standard. [Pri-]
Resolved issue 4330: DCHECK fails at DevToolsClientImpl::AddListener [Pri-]
</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
4 changes: 2 additions & 2 deletions automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.74.3</version>
<version>1.75.1</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -45,7 +45,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
]]></description>
<tags>microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode.install" version="[1.74.3]" />
<dependency id="vscode.install" version="[1.75.1]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit 19f2e3a

Please sign in to comment.