All Versions
190
Latest Version
Avg Release Cycle
19 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v6.10.0 Changes
- ๐ #1989 support very slow downloading in Firefox -- see PR #2003
- ๐ #1553 select options using JavaScript -- see PR #1876; thanks to Oleg Berezhnoy for PR #1553 (in the end, it affected Selenium)
- ๐ #2007 make $.click(options) chainable -- see PR #2008
- ๐ make ClickOptions overridable (to be used in selenide-appium)
- #2010 Don't change pageLoadTimeout if it is negative -- thanks Boris Osipov for PR
- ๐ bump Selenium from 4.5.0 to 4.6.0, see https://www.selenium.dev/blog/2022/selenium-4-6-0-released/
- โฌ๏ธ bump WebDriverManager from 5.3.0 to 5.3.1, see https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md#531---2022-11-04
- โฌ๏ธ Bump browserup-proxy-core from 2.2.3 to 2.2.5, see https://github.com/valfirst/browserup-proxy/blob/master/CHANGELOG.md
- โฌ๏ธ Bump nettyVersion from 4.1.82.Final to 4.1.85.Final
- #2014 Bump httpclient5 from 5.1.3 to 5.2
-
v6.9.0 Changes
- ๐ #1254 add methods to mock any server response in Selenide proxy -- see PR #1978
- ๐ #1974 Selenide proxy now adds Authorization header only for specified domain -- see PR #1975
- #1970 improve resolving proxy host name
- โฌ๏ธ #1967 upgrade to selenium 4.5.0 -- see https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG
- ๐ #1967 remove Opera support
- ๐ฒ #1971 Disable logging for getAlias method -- thanks to Reserved Word for the pull request
- โฑ #1977 add setting "connection timeout" in addition to "read timeout"
- #1969 bump slf4j from 2.0.2 to 2.0.3
- #1254 bump littleproxy from 2.0.12 to 2.0.13
-
v6.8.1 Changes
- โช #1965 restore "opentelemetry" dependency
-
v6.8.0 Changes
- ๐ #1946 deep shadow selectors support -- thanks to Boris Osipov for PR #1947
- #1961 Add method page() without Class argument -- thanks to Tagir Valeev for the hint
- ๐ #1903 add annotation @As for page object fields -- see PR #1956
- ๐ #1963 Removed "opentelemetry" dependency - we didn't use it since PR #1763
- โฌ๏ธ Bump BrowserUpProxy from 2.2.2 to 2.2.3
- โฌ๏ธ Bump LittleProxy from 2.0.11 to 2.0.12
- โฌ๏ธ Bump Netty from 4.1.80.Final to 4.1.82.Final
- โฌ๏ธ Bump slf4j from 2.0.0 to 2.0.2
- ๐ Bump JUnit from 5.9.0 to 5.9.1 -- see https://junit.org/junit5/docs/5.9.1/release-notes/
-
v6.7.4 Changes
- ๐ #1942 fix exception in "Dead threads' watchdog" #1942 -- see PR #1943
- ๐ง #1936 Add remote read timeout as configurable parameter -- thanks to Rodion Goritskov for PR #1936
- #1935 Bump Netty from 4.1.79.Final to 4.1.80.Final
-
v6.7.3 Changes
- ๐ #1923 add condition
partialValue
-- see PR #1924 - ๐ #1928 add condition
$.shouldHave(tagName("div"))
-- see PR #1929 - #1934 Check that element is
<select>
in methods$.getSelectedText()
,getSelectedValue()
- #1934 rename
$.getSelectedText()
to$.getSelectedOptionText()
- #1934 rename
$.getSelectedValue()
to$.getSelectedOptionValue()
- #1932 Bump webdrivermanager from 5.2.3 to 5.3.0
- #1931 Bump slf4jVersion from 1.7.36 to 2.0.0
- ๐ป #1921 Bump browserup-proxy-core from 2.2.1 to 2.2.2
- ๐ #1923 add condition
-
v6.7.2 Changes
- ๐ #1917 fix memory leak in Selenide -- see PR #1919
- โฌ๏ธ #1918 upgrade to LittleProxy 2.0.11 which also has fixed a memory leak
- โฌ๏ธ #1913 upgrade to selenium 4.4.0 -- see https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG
- #1920 fix
full-size-screenshot
: pick the right window on remote webdriver
-
v6.7.1 Changes
- โช #1894 restore Driver parameter in SelenidePageFactory.findSelector() - it's used by
selenide-appium
.
- โช #1894 restore Driver parameter in SelenidePageFactory.findSelector() - it's used by
-
v6.7.0 Changes
- ๐ #1780 verify the whole text in
$.shouldHave(text)
, not a substring -- see PR #1783 - ๐ #1799 implement full-size screenshots as a separate Selenide plugin -- see PR #1858; thanks to Aliaksandr Rasolka for PR #1800
- ๐ #1894 add @CacheLookup annotation support -- thanks to Ilya Koshaleu
- ๐ #1891 deprecate TestNG annotation @Report -- see PR #1909
- ๐ #1886 decode downloaded file name if it's base64-encoded -- see PR #1889
- โช #1907 restore IE support in setValue
- #1902 make HttpClientTimeouts public
- ๐ #1885 make type of setValue() parameter String again -- see PR #1888
- #1887 give user a clear hint in case of invalid file extension parameter
- #1904 bump byteBuddyVersion from 1.12.12 to 1.12.13
- #1901 bump webdrivermanager from 5.2.1 to 5.2.3
- #1900 bump JUnit from 5.8.2 to 5.9.0
- #1896 bump LittleProxy from 2.0.9 to 2.0.10
- ๐ป #1895 bump browserup-proxy-core from 2.2.0 to 2.2.1
- #1892 bump nettyVersion from 4.1.78.Final to 4.1.79.Final
- ๐ #1780 verify the whole text in
-
v6.6.6 Changes
- ๐ #1862 #1866 remove usages of deprecated capabilities ("acceptSslCerts", "handlesAlerts", "javascriptEnabled", "takesScreenshot") -- see PR #1870
- #1856 fix ClearWithShortcut when using EventFiringDriver -- thanks to Petro Ovcharenko
- #1875 Add shorter syntax to click
- ๐ #1878 support mobile apps when checking webdriver health -- see PR #1879
- ๐ #1880 open a browser when
open()
is called for the first time (even ifreopenBrowserOnFail
isfalse
) -- see PR #1881 - โฌ๏ธ upgrade to WebDriverManager 5.2.1
- โฌ๏ธ Bump byteBuddyVersion from 1.12.11 to 1.12.12