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