Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

18,244

Downloads of v 110.0.1587.57:

157

Last Update:

26 Feb 2023

Package Maintainer(s):

Software Author(s):

  • Chromium and Microsoft teams

Tags:

selenium chromium microsoft-edge driver webdriver testing web-applications freeware

Selenium Chromium Edge Driver

This is not the latest version of Selenium Chromium Edge Driver available.

  • 1
  • 2
  • 3

110.0.1587.57 | Updated: 26 Feb 2023

Downloads:

18,244

Downloads of v 110.0.1587.57:

157

Maintainer(s):

Software Author(s):

  • Chromium and Microsoft teams

Selenium Chromium Edge Driver 110.0.1587.57

This is not the latest version of Selenium Chromium Edge Driver available.

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

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Unknown


Scan Testing Successful:

No detections found in any package files

Details
Learn More

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:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade selenium-chromium-edge-driver -y --source="'INTERNAL REPO URL'" --version="'110.0.1587.57'" [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'" --version="'110.0.1587.57'" 
$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: '110.0.1587.57'
    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  '110.0.1587.57'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller selenium-chromium-edge-driver
{
    Name     = "selenium-chromium-edge-driver"
    Version  = "110.0.1587.57"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'selenium-chromium-edge-driver':
  ensure   => '110.0.1587.57',
  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.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved as a trusted package on 26 Feb 2023.

Description

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


Readme.md
# <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.**
update.ps1
Import-Module AU

$releases = "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/"

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 Get-EdgePackageVersion {
  param($PackageName = 'microsoft-edge')

  $scrape_content = Invoke-RestMethod -Uri "https://community.chocolatey.org/api/v2/package-versions/$PackageName" -UseBasicParsing

  $scrape_content | Select-Object -Last 1
}

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 {
  # We use the available package on CCR as the source of truth
  $packageVersion = Get-EdgePackageVersion -PackageName 'microsoft-edge'
  $escapedVersion = [regex]::Escape($packageVersion)

  $downloadPage = Invoke-WebRequest $releases -UseBasicParsing

  $url32 = $downloadPage.Links | Where-Object { $_.href -match "$escapedVersion.*win32" } | Select-Object -First 1 -ExpandProperty href
  $url64 = $downloadPage.Links | Where-Object { $_.href -match "$escapedVersion.*win64" } | Select-Object -First 1 -ExpandProperty href

  if (!$url32 -or !$url64) {
    throw "The 32bit or 64bit URL is missing"
  }

  @{
    Version        = $packageVersion
    URL32          = $url32
    URL64          = $url64
    ChecksumType32 = 'sha256'
    ChecksumType64 = 'sha256'
  }
}

Update-Package -ChecksumFor none
tools\chocolateyinstall.ps1
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$toolsLocation = Get-ToolsLocation
$seleniumDir = "$toolsLocation\selenium"
$driverPath = "$seleniumDir\msedgedriver.exe"

$parameters = Get-PackageParameters

$packageArgs = @{
  packageName    = 'selenium-chromium-edge-driver'
  url            = 'https://msedgedriver.azureedge.net/110.0.1587.57/edgedriver_win32.zip'
  url64          = 'https://msedgedriver.azureedge.net/110.0.1587.57/edgedriver_win64.zip'
  checksum       = 'a12fd100fce6d7163e1e0b0eefc55134c2f384cb52f807878980c4f282af5499'
  checksum64     = 'a75e217883bd14aad162dee509f46671f76e2781250266abf55abb5db50f3591'
  checksumType   = 'sha256'
  checksumType64 = 'sha256'
  unzipLocation  = $seleniumDir
}
Install-ChocolateyZipPackage @packageArgs

Uninstall-BinFile -Name 'msedgedriver'
If ($parameters['SkipShim'] -ne 'true') {
  Install-BinFile -Name 'msedgedriver' -Path $driverPath
}

$menuPrograms = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutArgs = @{
  shortcutFilePath = "$menuPrograms\Selenium\Selenium Chromium Edge Driver.lnk"
  targetPath       = $driverPath
  iconLocation     = "$toolsDir\icon.ico"
}
Install-ChocolateyShortcut @shortcutArgs
tools\chocolateyuninstall.ps1
$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
  }
}

Log in or click on link to see number of positives.

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.

Add to Builder Version Downloads Last Updated Status
Selenium Chromium Edge Driver 129.0.2766 152 Friday, August 9, 2024 Approved
Selenium Chromium Edge Driver 129.0.2751 63 Friday, August 2, 2024 Approved
Selenium Chromium Edge Driver 127.0.2651.74 123 Friday, July 26, 2024 Approved
Selenium Chromium Edge Driver 126.0.2592.113 71 Friday, July 19, 2024 Approved
Selenium Chromium Edge Driver 126.0.2592.102 78 Friday, July 12, 2024 Approved
Selenium Chromium Edge Driver 126.0.2592.87 106 Tuesday, July 2, 2024 Approved
Selenium Chromium Edge Driver 126.0.2592.81 55 Friday, June 28, 2024 Approved
Selenium Chromium Edge Driver 126.0.2592.68 80 Friday, June 21, 2024 Approved
Selenium Chromium Edge Driver 126.0.2592.61 126 Tuesday, June 18, 2024 Approved
Selenium Chromium Edge Driver 125.0.2535.92 109 Friday, June 7, 2024 Approved
Selenium Chromium Edge Driver 125.0.2535.85 60 Tuesday, June 4, 2024 Approved
Selenium Chromium Edge Driver 125.0.2535.79 68 Friday, May 31, 2024 Approved
Selenium Chromium Edge Driver 125.0.2535.67 20 Saturday, May 25, 2024 Approved
Selenium Chromium Edge Driver 124.0.2478.109 127 Friday, May 17, 2024 Approved
Selenium Chromium Edge Driver 124.0.2478.105 59 Wednesday, May 15, 2024 Approved
Selenium Chromium Edge Driver 124.0.2478.97 72 Saturday, May 11, 2024 Approved
Selenium Chromium Edge Driver 124.0.2478.80 92 Friday, May 3, 2024 Approved
Selenium Chromium Edge Driver 124.0.2478.67 92 Friday, April 26, 2024 Approved
Selenium Chromium Edge Driver 123.0.2420.97 138 Saturday, April 13, 2024 Approved
Selenium Chromium Edge Driver 123.0.2420.81 174 Friday, April 5, 2024 Approved
Selenium Chromium Edge Driver 123.0.2420.65 87 Wednesday, March 27, 2024 Approved
Selenium Chromium Edge Driver 122.0.2365.92 186 Friday, March 15, 2024 Approved
Selenium Chromium Edge Driver 122.0.2365.80 125 Friday, March 8, 2024 Approved
Selenium Chromium Edge Driver 122.0.2365.66 83 Saturday, March 2, 2024 Approved
Selenium Chromium Edge Driver 122.0.2365.63 49 Friday, March 1, 2024 Approved
Selenium Chromium Edge Driver 121.0.2277.128 120 Friday, February 16, 2024 Approved
Selenium Chromium Edge Driver 121.0.2277.112 72 Friday, February 9, 2024 Approved
Selenium Chromium Edge Driver 121.0.2277.110 53 Thursday, February 8, 2024 Approved
Selenium Chromium Edge Driver 121.0.2277.106 64 Tuesday, February 6, 2024 Approved
Selenium Chromium Edge Driver 121.0.2277.98 72 Friday, February 2, 2024 Approved
Selenium Chromium Edge Driver 120.0.2210.144 181 Thursday, January 18, 2024 Approved
Selenium Chromium Edge Driver 120.0.2210.133 168 Friday, January 12, 2024 Approved
Selenium Chromium Edge Driver 120.0.2210.121 82 Saturday, January 6, 2024 Approved
Selenium Chromium Edge Driver 120.0.2210.91 123 Thursday, December 21, 2023 Approved
Selenium Chromium Edge Driver 120.0.2210.89 61 Thursday, December 21, 2023 Approved
Selenium Chromium Edge Driver 120.0.2210.77 73 Friday, December 15, 2023 Approved
Selenium Chromium Edge Driver 119.0.2151.97 179 Thursday, November 30, 2023 Approved
Selenium Chromium Edge Driver 119.0.2151.93 74 Tuesday, November 28, 2023 Approved
Selenium Chromium Edge Driver 119.0.2151.72 112 Friday, November 17, 2023 Approved
Selenium Chromium Edge Driver 119.0.2151.58 122 Friday, November 10, 2023 Approved
Selenium Chromium Edge Driver 118.0.2088.76 170 Saturday, October 28, 2023 Approved
Selenium Chromium Edge Driver 118.0.2088.69 104 Wednesday, October 25, 2023 Approved
Selenium Chromium Edge Driver 118.0.2088.61 88 Friday, October 20, 2023 Approved
Selenium Chromium Edge Driver 118.0.2088.57 78 Thursday, October 19, 2023 Approved
Selenium Chromium Edge Driver 117.0.2045.60 270 Saturday, October 7, 2023 Approved
Selenium Chromium Edge Driver 117.0.2045.55 87 Thursday, October 5, 2023 Approved
Selenium Chromium Edge Driver 117.0.2045.47 120 Saturday, September 30, 2023 Approved
Selenium Chromium Edge Driver 117.0.2045.43 123 Monday, September 25, 2023 Approved
Selenium Chromium Edge Driver 117.0.2045.41 84 Saturday, September 23, 2023 Approved
Selenium Chromium Edge Driver 117.0.2045.40 40 Saturday, September 23, 2023 Approved
Selenium Chromium Edge Driver 117.0.2045.36 101 Wednesday, September 20, 2023 Approved
Selenium Chromium Edge Driver 117.0.2045.35 38 Tuesday, September 19, 2023 Approved
Selenium Chromium Edge Driver 116.0.1938.81 155 Tuesday, September 12, 2023 Approved
Selenium Chromium Edge Driver 116.0.1938.76 106 Friday, September 8, 2023 Approved
Selenium Chromium Edge Driver 116.0.1938.69 166 Friday, September 1, 2023 Approved
Selenium Chromium Edge Driver 116.0.1938.62 128 Friday, August 25, 2023 Approved
Selenium Chromium Edge Driver 116.0.1938.54 121 Tuesday, August 22, 2023 Approved
Selenium Chromium Edge Driver 115.0.1901.203 236 Friday, August 11, 2023 Approved
Selenium Chromium Edge Driver 115.0.1901.200 129 Tuesday, August 8, 2023 Approved
Selenium Chromium Edge Driver 115.0.1901.188 275 Friday, July 28, 2023 Approved
Selenium Chromium Edge Driver 115.0.1901.183 161 Saturday, July 22, 2023 Approved
Selenium Chromium Edge Driver 114.0.1823.86 160 Tuesday, July 18, 2023 Approved
Selenium Chromium Edge Driver 114.0.1823.82 177 Friday, July 14, 2023 Approved
Selenium Chromium Edge Driver 114.0.1823.79 103 Tuesday, July 11, 2023 Approved
Selenium Chromium Edge Driver 114.0.1823.67 201 Friday, June 30, 2023 Approved
Selenium Chromium Edge Driver 114.0.1823.58 175 Friday, June 23, 2023 Approved
Selenium Chromium Edge Driver 112.0.1722.39 1897 Tuesday, April 11, 2023 Approved
Selenium Chromium Edge Driver 112.0.1722.34 121 Friday, April 7, 2023 Approved
Selenium Chromium Edge Driver 111.0.1661.62 365 Friday, March 31, 2023 Approved
Selenium Chromium Edge Driver 111.0.1661.54 409 Saturday, March 25, 2023 Approved
Selenium Chromium Edge Driver 111.0.1661.51 272 Wednesday, March 22, 2023 Approved
Selenium Chromium Edge Driver 111.0.1661.44 195 Friday, March 17, 2023 Approved
Selenium Chromium Edge Driver 111.0.1661.43 89 Thursday, March 16, 2023 Approved
Selenium Chromium Edge Driver 111.0.1661.41 108 Tuesday, March 14, 2023 Approved
Selenium Chromium Edge Driver 110.0.1587.69 133 Friday, March 10, 2023 Approved
Selenium Chromium Edge Driver 110.0.1587.63 242 Friday, March 3, 2023 Approved
Selenium Chromium Edge Driver 110.0.1587.57 157 Sunday, February 26, 2023 Approved
Selenium Chromium Edge Driver 110.0.1587.56 76 Friday, February 24, 2023 Approved
Selenium Chromium Edge Driver 110.0.1587.50 217 Saturday, February 18, 2023 Approved
Selenium Chromium Edge Driver 110.0.1587.49 86 Friday, February 17, 2023 Approved
Selenium Chromium Edge Driver 110.0.1587.46 110 Wednesday, February 15, 2023 Approved
Selenium Chromium Edge Driver 110.0.1587.41 202 Friday, February 10, 2023 Approved
Selenium Chromium Edge Driver 109.0.1518.78 658 Friday, February 3, 2023 Approved
Selenium Chromium Edge Driver 109.0.1518.70 143 Friday, January 27, 2023 Approved
Selenium Chromium Edge Driver 109.0.1518.69 50 Thursday, January 26, 2023 Approved
Selenium Chromium Edge Driver 109.0.1518.61 87 Friday, January 20, 2023 Approved
Selenium Chromium Edge Driver 109.0.1518.55 163 Sunday, January 15, 2023 Approved
Selenium Chromium Edge Driver 109.0.1518.52 71 Saturday, January 14, 2023 Approved
Selenium Chromium Edge Driver 109.0.1518.49 85 Friday, January 13, 2023 Approved
Selenium Chromium Edge Driver 108.0.1462.76 184 Friday, January 6, 2023 Approved
Selenium Chromium Edge Driver 108.0.1462.54 510 Tuesday, December 20, 2022 Approved
Selenium Chromium Edge Driver 108.0.1462.42 370 Tuesday, December 6, 2022 Approved
Selenium Chromium Edge Driver 107.0.1418.62 93 Tuesday, November 29, 2022 Approved
Selenium Chromium Edge Driver 107.0.1418.56 293 Tuesday, November 22, 2022 Approved
Selenium Chromium Edge Driver 107.0.1418.52 258 Friday, November 18, 2022 Approved
Selenium Chromium Edge Driver 107.0.1418.42 180 Tuesday, November 15, 2022 Approved
Selenium Chromium Edge Driver 81.0.416.77 2139 Tuesday, May 26, 2020 Approved
Selenium Chromium Edge Driver 81.0.416.41 290 Monday, April 13, 2020 Approved
Selenium Chromium Edge Driver 81.0.363.0 420 Monday, December 16, 2019 Approved

Discussion for the Selenium Chromium Edge Driver Package

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.
comments powered by Disqus