All Versions
190
Latest Version
Avg Release Cycle
19 days
Latest Release
-

Changelog History
Page 1

  • v6.10.0 Changes

  • 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
  • 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.
  • 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
  • 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 if reopenBrowserOnFail is false) -- see PR #1881
    • โฌ†๏ธ upgrade to WebDriverManager 5.2.1
    • โฌ†๏ธ Bump byteBuddyVersion from 1.12.11 to 1.12.12