2.3.0
Overview
This release contains enhancements and bug fixes.
Thanks to @gitgrimbo and @edhager for their contributions!
Enhancements
- Improve IE feature detection by reducing feature test parallelization
- Handle spec webdriver elements (#161)
- Add a new
supportsGetTimeoutscapability - Improvements to W3C WebDriver support (63b87e)
- Improve typings for
findAllmethods (#170) - Indicate that window deletion is broken on Safari (#175)
- User-specified capabilities are now retained after a session is created (#137)
- Improve Safari version feature detection (#179)
- Restore type compatibility for TS < 3
Bug fixes
- Fix webdriver timeout feature test behavior in IE (#161)
- Fix broken self tests on Windows (9900a1e)
- Fix brokenLinkTextLocator feature test (903931)
- Handle missing
/windowcommand in geckodriver (theintern/intern#967) - Fix Safari setTimeout errors (#168)
- Handle non-standard
/framebehavior in geckodriver (#176) - Fix macOS detection (#174)
- Fix cookie deletion in EdgeHtml (#163)
- Fix usesHandleParameter feature test (#178)