All Versions
171
Latest Version
Avg Release Cycle
19 days
Latest Release
-
Changelog History
Page 10
Changelog History
Page 10
-
v4.12.1 Changes
- ๐ fix support for alert/confirm dialogs in headless chrome/firefox
-
v4.12.0 Changes
- PR #735 Incorrect filename of downloaded file issued in #735 -- thanks to Aliaksandr Rasolka @rosolko
- PR #736 Provide webdrivermanager on api level -- thanks to Aliaksandr Rasolka @rosolko
- ๐ฒ PR #737 Add threadId to log messages on closeWebDriver() -- thanks to Alexander Poleschuk @AlexanderPoleschuk
- PR #741 Use selenium refresh for selenide refresh instead of reopen current url issued in #740 -- thanks to Aliaksandr Rasolka @rosolko
- ๐จ PR #744 Refactor dependencies and introduce sonarqube instead of coveralls issued in #702 -- thanks to Aliaksandr Rasolka @rosolko
- ๐ป PR #751 Fix isHeadless method isn't working for headless browser in #750 -- thanks to Aliaksandr Rasolka @rosolko
-
v4.11.4 Changes
- ๐ PR #673 Redirect tons of firefox logs to /dev/null -- thanks to Aliaksandr Rasolka @rosolko for PR #732
- โฌ๏ธ upgrade to selenium 3.12.0
- โฌ๏ธ upgrade to gson:2.8.4
- โฌ๏ธ upgrade to guava:25.0
-
v4.11.3 Changes
- PR #730 Fix duplicating screenshots on error issue #729 -- thanks to Boris Osipov @BorisOsipov
- PR #727 Add cssValue condition issued in #628 -- thanks to Aliaksandr Rasolka @rosolko
- ๐ป PR #726 fixed browserBinary usage on remote server issue #725 -- thanks to Alexei Vinogradov @vinogradoff
- ๐ป PR #731 Add ability to get browser mob proxy instance -- thanks to Aliaksandr Rasolka @rosolko
-
v4.11.2 Changes
- PR #718 introduce setValueChangeEvent option -- thanks to @MikeShysh
- PR #705 Make screenshot of SelenideElement/WebElement which is inside iframe -- thanks to @andrejska
- PR #646 Added method to check if page is scrolled to the bottom -- thanks to @pavelpp
- ๐ฆ PR #715 Added static analysis for avoiding start import for main package, fixing existing violations -- thanks to @andrejska
- ๐ฆ PR #714 dd series of unit tests for commands, collections, conditions, impl package classes -- thanks to @azakordonets
- โฌ๏ธ Upgrade to webdrivermanager:2.2.1
- โฌ๏ธ Upgrade to htmlunit:2.30
-
v4.11.1 Changes
- ๐ See #711 Fix problem with hanging Chrome on Windows -- thanks to Aliaksandr Rasolka @rosolko for PR 711
(Chrome processes are still alive after calling
close
method)
- ๐ See #711 Fix problem with hanging Chrome on Windows -- thanks to Aliaksandr Rasolka @rosolko for PR 711
(Chrome processes are still alive after calling
-
v4.11.0 Changes
- โฌ๏ธ upgrade to selenium-java:3.11.0
- ๐ deprecated followLink method - just use click instead.
- ๐ See #688 support downloading files with cyrillic name
- See #692 added support for
-Dchromeoptions.prefs=profile.block_third_party_cookies=false,profile.avatar_index=26
-- thanks to Tymur Kubai aka @sirdir - ๐ See #686 fix occasional NPE's in SelenideReport -- thanks to @dkorobtsov
- ๐ See #478 added method
$$.shouldHave(textsInAnyOrder("Push", "Image", "Email"))
-- thanks @hyunil-shin for PR #589 - ๐ See #687 Add ability to set browser window position -- thanks to Aliaksandr Rasolka @rosolko for PR 687
- ๐ See #655 fix listeners soft asserts return null screenshot for failed test -- thanks to Boris Osipov @BorisOsipov for PR #659
- ๐ make it possible to add customer request/response interceptors to selenide proxy server
-
v4.10.01 Changes
- ๐ See #672 fixed lazy evaluation of
$$.get(index)
,$$.first(n)
,$$.last(n)
,$$.last()
- โฌ๏ธ See #678 upgrade to webdrivermanager:2.1.0
- ๐ See #672 fixed lazy evaluation of
-
v4.10 Changes
- ๐ See #641 Increased Elements Collection performance -- thanks to Artem Savosik @CaBocuk for PR 653
- ๐ See #639 Add "User-Agent" header when downloading file -- thanks to Aleksandr Rasolka @rosolko
- ๐ See #556 add possibility to set custom capabilities for custom Chrome options or Firefox profiles --Thanks to @SergeyPirogov for PR 556 and @BorisOsipov for PR 664
- ๐ See #660 add possibility to create headless RemoteDriver -- thanks to @BorisOsipov for PR 661
- ๐ See #597 support non-breakable spaces in
byText
andwithText
- ๐ See #649 Provide scrollIntoView to workaround problems in Firefox
- โฌ๏ธ upgrade to htmlunit 2.29 & guava:23.6-jre
- โฌ๏ธ upgrade to phantomjsdriver 1.4.4
-
v4.9.1 Changes
- ๐ fixed a bug where disabled input fields were not handled properly by setValue()
- ๐ fixed behaviour of setFastValue, which caused blur event to be ignored
- ๐ See #654 fixed ClassCastException in WebDriverFactory#logBrowserVersion()