Project update to Selenium 4.5 and JDK 17 (#21) #1
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.
Upgrade of dependencies. Removal of deprecated Phantomjs.
Removal of deprecated code.
Addition of "SuppressWarnings" tags where needed. To de resolved at a later stage.
Adding IE capabilities for RemoteWebDriver.
Upgrade of function call.
Addition of field in the UI to set the path to the Firefox Gecko driver.
Wiki update.
Addition of input field for msegde.exe
Clean-ups and finalisations.
Addition of IE11 in MsEdge for Remote execution.
Integrating changes from Shinu on Aug 26, 2019.
Merging of thefuckingcode changes from Apr 17, 2021.
Setting of default value of path to msedge.exe
Update of Chrome tests to JDK 17.
Update of Firefox tests to JDK 17.
Upgrade of HTMLUntit tests to JDK 17.
Update of InternetExplorer tests to JDK 17.
Update of RemoteDriver tests to JDK 17.
Update of WebDriver tests to JDK 17.
Formatting fixes.
Formatting fixes 2.
Formatting fixes UI Refactor and update to Selenium 4.6.0 (#23) #3.
Addition of Geckodriver v0.31 for Firefox tests.
Usage of GeckoDriver default service for unit tests instead of real Geckodriver.exe.
Update to Selenium 4.5
Ui fix.
Addition of geckodriver to travis CI for the firefox tests
Matching Continous Integration test conditions.