-
Notifications
You must be signed in to change notification settings - Fork 56
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
Implement support for new Edge based on Chromium (rename the current Edge to EdgeLagacy) #166
base: master
Are you sure you want to change the base?
Conversation
…figuration and a new chapter for Edge (chromium).
add comma
After verification, looks like there is no 'redirect url' (as for firefox case) or LATEST_RELEASE_X url (as for chrome case) to get the latest webdriver version from Microsoft for Edge chromium. How do you suggest to identify the latest WebDriver version from Microsoft web site? For now in this pull request, Edge webdriver download and file re-name is working ok, but the version (major + minor) must be in profile.conf.js |
Let me know if any other comments, thank you |
Fyi, for any testing from this fork (before a merge to master) the profile.conf.js file must be maintained with: |
any update about the merge ? |
@maximnaidenov could you review this pull request ? thanks |
Implement support for new Edge browser based on Chromium (rename the current Edge to EdgeLagacy)
Implement get Edge (Chromium) WebDriver automatically from url
Created this new pull-request that will replace pull-requests #163 & #164
(see also comments on pull-request #163)