Releases: javiertuya/selema
Releases · javiertuya/selema
v3.3.0
- Fix regression #808 : Use latest available driver for local Firefox
- Fix regression #801: Custom ToString for .NET options
- Update expected arguments in local driver tests
- User-spec BrowserService capabilities, close #803
- Tests and samples migrated to net8.0
- Dependency updates:
- Selenium 4.27.0
- WebDriverManager (Java) 5.9.2
- WebDriverManager (.NET) 2.17.5
- Other dependency updates
v3.2.3
Dependency updates:
- Selenium 4.22.0
- WebDriverManager (Java) 5.9.1
- WebDriverManager (.NET) 2.17.4
- Other dependency updates
v3.2.2
Dependency updates:
- Selenium 4.20.0
- WebDriverManager 5.8.0
- Other dependency updates
v3.2.1
- Dependency updates to fix issue with WebDriverManager 5.6.3 after latest changes in chrome driver locations:
- WebDriverManager 5.7.0
- Selenium 4.18.1
- Other dependency updates
v3.2.0
- Tested compatibility with MSTest3 and NUnit4
- Update to latest MSTest2 and NUnit3 versions
- Update Selenium to 4.15.0
- Update WebDriverManager to 5.6.2
- Fix several regressions, warnings and smells
v3.1.1
Fix default driver resolution strategy
v3.1.0
- BREAKING CHANGE: Update to Java 11 as minimum supported version. This is a requirement of the upcoming Selenium v5
- More control on the driver versions (match browser, latest available, fix a concrete version or use the native SeleniumManager)
- Selenium update to 4.11.0
- Web driver managers updated to 5.4.1 (java), 2.17.1 (.NET)
- Other dependency updates
v3.0.4
Updates to fix regressions caused by the new approach to get driver versions on Chrome 115 (java and .NET):
- Update Selenium to 4.10.0
- Update Web Driver Managers to 5.3.3 (java), 2.16.3 (.NET)
- Other dependency updates
- Update .NET tests to 6.0
- Get latest available driver (.NET) for chrome, avoids matching browser version that fails with Chrome 115
- Generate branch snapshots
Links
v3.0.3
- Update to Selenium 4.9.0
- Fix breaking change: with 4.9.0 no standard capabilities need to have a vendor prefix
- Added an additional setting:
setOptionsInstance
to specify a browser dependent Options object to set standard W3C web driver capabilities - Other dependency updates
v3.0.2
- Add portable as a dependency to remove duplicated code across projects
- Update Java Selenium Driver to 4.8.3 to fix the latest Chrome Driver 111 breaking change
- Update Net Selenium Driver to 4.8.2
- Other dependency updates