You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would allow all clients of Selenium Manager (including previous versions) to fix the issue, instead of upgrading to a new version of Selenium that would account for that change.
The responses of the Edge updates API have changed recently:
https://edgeupdates.microsoft.com/api/products/
The following JSON fields are different now:
ArtifactName
->artifactName
Hash
->hash
HashAlgorithm
->hashAlgorithm
Location
->location
SizeInBytes
->sizeInBytes
As a result, programmatic clients of this API, like Selenium Manager, experienced a problem while parsing the response. See:
SeleniumHQ/selenium#14851
Is it possible to roll back these fields to use the previous names (
ArtifactName
, etc.)?The text was updated successfully, but these errors were encountered: