Releases: theintern/leadfoot
Releases · theintern/leadfoot
2.4.1
2.4.0
2.3.3
This release contains a number of bugfixes:
- Fix parent frame switching behavior (theintern/intern#1057, theintern/intern#1081)
- Fix Safari capabilities (theintern/intern@9f65659)
- Webdriver fixes for IE and Firefox (theintern/intern@1ee3cdcc)
- IE feature test fixes (theintern/intern@50644fae)
- Use UrlObject as LeafoootURL base (theintern/intern@bbe93b94)
- Improve timeouts tests for IE (theintern/intern@b4f8bdcc, theintern/intern@1887279f4)
- Handle WebDriver responses without status codes (theintern/intern@bf0052677)
- Update mouseMoveTo test for IE
2.3.2
Overview
This release contains bug fixes for IE, Firefox, and Safari 13.
- Convert HTTP status codes in IE responses (theintern/intern#1084)
- Fix switchToFrame in W3C sessions (theintern/intern#1083)
- Improve click simulation in browsers that use it, particularly Safari (theintern/intern#1060)
- Detect missing touch support in Firefox 73
2.3.1
Overview
This release fixes a bug that caused IE feature tests to hang, and also improves test performance on cloud testing services (particularly BrowserStack)
Bug fixes
- Don't run
brokenWindowSwitch
feature test in IE11 (#187) - Enable keepAlive for webdriver requests, which prevents frequent timeouts on BrowserStack
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
supportsGetTimeouts
capability - Improvements to W3C WebDriver support (63b87e)
- Improve typings for
findAll
methods (#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
/window
command in geckodriver (theintern/intern#967) - Fix Safari setTimeout errors (#168)
- Handle non-standard
/frame
behavior in geckodriver (#176) - Fix macOS detection (#174)
- Fix cookie deletion in EdgeHtml (#163)
- Fix usesHandleParameter feature test (#178)
2.2.12
2.2.11
2.2.10
Overview
This release fixes several bugs with browser feature detection and handles some frame switching oddness with recent Firefox.