Skip to content

Commit

Permalink
AU: 1 updated - selenium.powershell
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed May 3, 2024
1 parent 5d965c8 commit a4dbc56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions automatic/selenium.powershell/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The module has been downloaded from <https://www.powershellgallery.com/packages/
and zipped into 'selenium.zip'. It can be verified by following these steps:

1. Save the module from the PowerShell Gallery:
- Save-Module -Name Selenium -Path . -RequiredVersion 0.0.0
2. Get the checksum for each file saved to `Selenium\0.0.0` using one of the following methods:
- Save-Module -Name Selenium -Path . -RequiredVersion 3.0.1
2. Get the checksum for each file saved to `Selenium\3.0.1` using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
Expand Down Expand Up @@ -117,3 +117,4 @@ and zipped into 'selenium.zip'. It can be verified by following these steps:
file name: assemblies\macos\geckodriver.sha256
checksum type: SHA256
checksum: B2F96FFF2033943087EF6066587D770C78604FF3EC7A29A735E6A30E8C66B418

4 changes: 2 additions & 2 deletions automatic/selenium.powershell/selenium.powershell.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>selenium.powershell</id>
<version>0.0.0</version>
<version>3.0.1</version>
<title>Selenium PowerShell Module</title>
<authors>Adam Driscoll</authors>
<owners>chocolatey-community</owners>
<licenseUrl>https://github.com/adamdriscoll/selenium-powershell/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/adamdriscoll/selenium-powershell</projectUrl>
<projectSourceUrl>https://github.com/adamdriscoll/selenium-powershell</projectSourceUrl>
<iconUrl>https://github.com/chocolatey-community/chocolatey-packages/blob/master/icons/selenium.powershell.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@6df1e60d987753faa6bd0ddcfc2376ac4c34bc1c/icons/selenium.powershell.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[The Selenium PowerShell module allows you to automate browser interaction using the [Selenium API](https://selenium.dev/). You can navigate to pages, find elements, click buttons, enter text and even take screenshots.
Expand Down

0 comments on commit a4dbc56

Please sign in to comment.