All Versions
190
Latest Version
Avg Release Cycle
19 days
Latest Release
-
Changelog History
Page 13
Changelog History
Page 13
-
v4.8 Changes
- ⚡️ updated to selenium 3.6 -- thanks to ostap-oleksyn
- ⬆️ upgraded to org.apache.httpcomponents:httpcore:4.4.7
- 👀 See #614 fix issue with soft asserts -- thanks to ostap-oleksyn
-
v4.7.1 Changes
- declare compile-time dependency
guava 23.0
instead ofguava 21.0
(for those whose Maven downloads the older guava version)
- declare compile-time dependency
-
v4.7 Changes
- ⬆️ upgrade to selenium-java 3.5.3
- ⬇️ upgrade to browsermob-core 2.1.5 (and downgrade to littleproxy 1.1.0-beta-bmp-17)
- 👀 See #610 integration with DriverManager
- 👀 See #591 Added method prompt() -- Thanks to Anton Aftakhov aka @simple-elf
- 👀 See #210 Show path to page html in addition to screenshot -- Thanks @hyunil-shin for PR #590
- 👀 See #570 Fixed concurrency issue with screenshots during parallel runs -- Thanks Jane Riabchenko for PR #595
- ⬆️ upgrade to htmlunit 2.27 -- Thanks to @alexander-kotlyar
-
v4.6 Changes
- 👀 See #529 Cannot find capabilities with browserName=ie when grid hub url specified in -Dselenide.remote -- thanks to @BorisOsipov
- 👀 See #551 Method
$.setValue()
should not fail if it could not trigger change event (for whatever reason). - 👀 See #528 - Wrong ElementNotFound exception message -- thanks to @BorisOsipov
- 👀 See #573 - Method
$.shouldHave(exactValue(" foo "))
does NOT trim leading/trailing spaces anymore - thanks to @mseele for this PR
-
v4.5.1 Changes
- 👀 See #484 added method $.getSearchCriteria()
- 🐎 See #484 fixed performance issue: Selenide tried to log collections' parent WebElement without waiting for it
-
v4.5 Changes
- 🐎 Performance improvement of method
$.setValue()
-- thanks to Alexander Popov - 👀 See #549 Selenide waits too much for collections
- ➕ Add methods $().$x and $().$$x -- thanks to Oleksii Cherevatyi
- 🛠 Fix support for Opera driver -- thanks to Roman Marinsky
- ✂ Remove spam from logs:
INFO: Close proxy server: 24 -> null
-- thanks to Andrew Zakordonets - ⬆️ upgrade to org.littleshoot:littleproxy:1.1.2
- ⬆️ upgrade to phantomjsdriver 1.4.3
- ➕ added many unit tests for Selenide itself -- thanks to Andrew Zakordonets
- 🐎 Performance improvement of method
-
v4.4.3 Changes
- ⬆️ upgrade to selenium-java 3.4.0
-
v4.4.2 Changes
- 🏁 See #510 fix closing windows in
$.download()
- 🏁 See #510 fix closing windows in
-
v4.4.1 Changes
- ➕ Add a workaround for invalid resolving of
selenium-api
dependency by Maven
- ➕ Add a workaround for invalid resolving of
-
v4.4 Changes
- 👀 See #479 Added methods
clearBrowserCookies()
andclearBrowserLocalStorage()
- 👀 See #497 Added methods
$x("//div")
,$$x("//div")
for finding elements by xpath - 🐎 See #457 fix performance degradation in parallel tests
- 👀 See #494 fix $.toString() on Android driver
- ⬆️ upgrade to selenium-java 3.3.1
- ⬆️ upgrade to phantomjsdriver 1.4.1
- ⬆️ Upgrade to htmlunit 2.24
- 👀 See #479 Added methods