-
Notifications
You must be signed in to change notification settings - Fork 56
Implement support for new Edge based on Chromium (rename the current Edge to EdgeLagacy) #166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
danieljtag
wants to merge
30
commits into
SAP:master
Choose a base branch
from
danieljtag:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
2ee9bfd
Rename the current Edge to EdgeLagacy in config and docs. Add new con…
danjtag789 ab36020
implement get Edge (Chromium) WebDriver automatically from url
danjtag789 23b7ae3
minor change
danieljtag 00b7c45
Merge branch 'master' of https://github.com/SAP/ui5-uiveri5
danjtag789 8e19be9
version suffix string is added to the edge web driver
danjtag789 6269f57
keep original driver executable name as prefix - msedgedriver
danjtag789 389dc58
add edge.latest version
danieljtag d148700
update edge.latest version
danieljtag 30aa873
merge
danjtag789 41a6c96
add edge chromium version
danieljtag 7a1ad32
get edge chromium latest complete version from driverVersions.json
danieljtag 2910c01
cleanup
danieljtag a1640fc
fix for firefox
danieljtag 696d6a8
clear separation of the three styles to get latest versions
danieljtag dd18bbf
log message update
danieljtag cf75f1b
change if statement default on getLatestVersion (dependencies for int…
danjtag789 ca2269e
Merge remote-tracking branch 'upstream/master'
danieljtag e9c3e4b
Merge remote-tracking branch 'upstream/master'
danieljtag a0d51bc
fix typo; remove excessive log
danieljtag b50131e
fix typo
danieljtag a813f01
fix typo
danieljtag 6c7812b
removed unnecessary if (as per code review)
danjtag789 bca118b
Merge branch 'master' of https://github.com/SAP/ui5-uiveri5
danjtag789 abb3441
update chrome ver to resolve conflict
danieljtag 6181e6d
resolve conflict
danieljtag 90b8ad0
resolve conflict
danieljtag c663275
resolve conflict
danieljtag f2c76ba
Merge remote-tracking branch 'upstream/master'
danieljtag 2cb63ee
resolve conflict
danieljtag dbd4088
Merge branch 'master' into master
danieljtag File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,8 @@ | ||
| { | ||
| "chrome": { | ||
| "latest": 84 | ||
| }, | ||
| "edge": { | ||
| "latest": "84.0.522.59" | ||
| } | ||
| } |
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.