Downloads:
20,517
Downloads of v 131.0.2903.112:
57
Last Update:
20 Dec 2024
Package Maintainer(s):
Software Author(s):
- Chromium and Microsoft teams
Tags:
selenium chromium microsoft-edge driver webdriver testing web-applications freeware- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Selenium Chromium Edge Driver
- 1
- 2
- 3
131.0.2903.112 | Updated: 20 Dec 2024
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
20,517
Downloads of v 131.0.2903.112:
57
Maintainer(s):
Software Author(s):
- Chromium and Microsoft teams
Selenium Chromium Edge Driver 131.0.2903.112
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Chromium and Microsoft teams. The inclusion of Chromium and Microsoft teams trademark(s), if any, upon this webpage is solely to identify Chromium and Microsoft teams goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Selenium Chromium Edge Driver, run the following command from the command line or from PowerShell:
To upgrade Selenium Chromium Edge Driver, run the following command from the command line or from PowerShell:
To uninstall Selenium Chromium Edge Driver, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download selenium-chromium-edge-driver --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade selenium-chromium-edge-driver -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade selenium-chromium-edge-driver -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install selenium-chromium-edge-driver
win_chocolatey:
name: selenium-chromium-edge-driver
version: '131.0.2903.112'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'selenium-chromium-edge-driver' do
action :install
source 'INTERNAL REPO URL'
version '131.0.2903.112'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller selenium-chromium-edge-driver
{
Name = "selenium-chromium-edge-driver"
Version = "131.0.2903.112"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'selenium-chromium-edge-driver':
ensure => '131.0.2903.112',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 20 Dec 2024.
WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. MSEdgeDriver is a standalone server which implements WebDriver's wire protocol (https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol) for Chromium.
msedgedriver.exe file is located in «Get-ToolsLocation»/selenium
directory.
Package Parameters
The following package parameters can be set:
/SkipShim
- informs that the shim file should not be generated
To pass parameters, use --params "''"
(e.g. choco install selenium-chromium-edge-driver [other options] --params="'/SkipShim'"
).
Notes
- If the package is out of date please check Version History for the latest submitted version. If you have a question, please ask it in Chocolatey Community Package Discussions or raise an issue on the Chocolatey Community Packages Repository if you have problems with the package. Disqus comments will generally not be responded to.
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@61b9a911f150dda68e67c519f839f149231650b2/icons/selenium-chromium-edge-driver.png" width="48" height="48"/> [Selenium Chromium Edge Driver](https://chocolatey.org/packages/selenium-chromium-edge-driver)
WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. MSEdgeDriver is a standalone server which implements WebDriver's wire protocol (https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol) for Chromium.
msedgedriver.exe file is located in `«Get-ToolsLocation»/selenium` directory.
## Package Parameters
The following package parameters can be set:
* `/SkipShim` - informs that the shim file should not be generated
To pass parameters, use `--params "''"` (e.g. `choco install selenium-chromium-edge-driver [other options] --params="'/SkipShim'"`).
## Notes
- **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.**
$ErrorActionPreference = 'Stop'
Uninstall-BinFile -Name 'msedgedriver'
$zipPackages = @(
'edgedriver_win32.zip' # 32bit
'edgedriver_win64.zip' # 64bit
)
$zipPackages | ForEach-Object {
Uninstall-ChocolateyZipPackage -PackageName $env:ChocolateyPackageName -ZipFileName $_
}
$menuPrograms = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutDir = "$menuPrograms\Selenium"
If (Test-Path -Path $shortcutDir) {
$shortcutFile = "$shortcutDir\Selenium Chromium Edge Driver.lnk"
If (Test-Path -Path $shortcutFile) {
Remove-Item -Path $shortcutFile -Force
}
$directoryInfo = Get-ChildItem -Path $shortcutDir | Measure-Object
If ($directoryInfo.count -eq 0) {
Remove-Item -Path $shortcutDir -Force
}
}
Import-Module Chocolatey-AU
$releases = "https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/LATEST_STABLE"
function global:au_BeforeUpdate {
$Latest.Checksum32 = Get-RemoteChecksum $Latest.URL32 -Algorithm $Latest.ChecksumType32
$Latest.Checksum64 = Get-RemoteChecksum $Latest.URL64 -Algorithm $Latest.ChecksumType64
$Latest.FileName32 = Split-Path -Leaf $Latest.URL32
$Latest.FileName64 = Split-Path -Leaf $Latest.URL64
}
function global:au_SearchReplace {
@{
".\tools\chocolateyInstall.ps1" = @{
"(?i)^(\s*url\s*=\s*)'.*'" = "`${1}'$($Latest.URL32)'"
"(?i)^(\s*url64\s*=\s*)'.*'" = "`${1}'$($Latest.URL64)'"
"(?i)^(\s*checksum\s*=\s*)'.*'" = "`${1}'$($Latest.Checksum32)'"
"(?i)^(\s*checksum64\s*=\s*)'.*'" = "`${1}'$($Latest.Checksum64)'"
"(?i)^(\s*checksumType\s*=\s*)'.*'" = "`${1}'$($Latest.ChecksumType32)'"
"(?i)^(\s*checksumType64\s*=\s*)'.*'" = "`${1}'$($Latest.ChecksumType64)'"
}
".\tools\chocolateyUninstall.ps1" = @{
"(?i)(^\s*)'.*'(\s*# 32bit)" = "`${1}'$($Latest.FileName32)'`${2}"
"(?i)(^\s*)'.*'(\s*# 64bit)" = "`${1}'$($Latest.FileName64)'`${2}"
}
}
}
function global:au_GetLatest {
$stableVersionFile = "$env:TEMP\EdgeDriverLatestStable.txt"
Invoke-WebRequest -URI $releases -OutFile $stableVersionFile -UseBasicParsing
$packageVersion = Get-Content $stableVersionFile
$url32 = "https://msedgedriver.azureedge.net/$packageVersion/edgedriver_win32.zip"
$url64 = "https://msedgedriver.azureedge.net/$packageVersion/edgedriver_win64.zip"
@{
Version = $packageVersion
URL32 = $url32
URL64 = $url64
ChecksumType32 = 'sha256'
ChecksumType64 = 'sha256'
}
}
Update-Package -ChecksumFor none
Log in or click on link to see number of positives.
- selenium-chromium-edge-driver.131.0.2903.112.nupkg (7e63c695e77e) - ## / 66
- edgedriver_win64.zip (829bfefef87c) - ## / 67
- edgedriver_win32.zip (8f6059375b04) - ## / 67
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Chromium and Microsoft teams. All Rights Reserved.
-
- kb2919355 (≥ 1.0.20160915)
Ground Rules:
- This discussion is only about Selenium Chromium Edge Driver and the Selenium Chromium Edge Driver package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Selenium Chromium Edge Driver, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.