Update $_WD_BROWSER_LatestReleaseURL value for msedgedriver.#548
Open
wdouglascampbell wants to merge 1 commit intoDanp2:masterfrom
Open
Update $_WD_BROWSER_LatestReleaseURL value for msedgedriver.#548wdouglascampbell wants to merge 1 commit intoDanp2:masterfrom
wdouglascampbell wants to merge 1 commit intoDanp2:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request
Proposed changes
_WD_UpdateDriver fails to update msedgedriver to the latest version. This is due to Microsoft changing the URL that has been used previously for determining this. The needed change is to update the Latest Release URL for msedgedriver to use the new URL.
Checklist
Put an
xin the boxes that apply. If you're unsure about any of them, don't hesitate to ask. We are here to help!This is simply a reminder of what we are going to look for before merging your code.
Types of changes
Please check
xthe type of change your PR introduces:What is the current behavior?
_WD_UpdateDriver fails to determine a latest release for msedgedriver and as a result the latest version is not downloaded. This prevents the ability to interact with the current version of Edge browser installed.
What is the new behavior?
_WD_UpdateDriver succeeds in determining the latest release for msedgedriver and downloads it. Ability to interact with current version of Edge browser is restored.
Influences and relationship to other functionality
None.
Additional context
None.
System under test
Please complete the following information.