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

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 of guava 21.0 (for those whose Maven downloads the older guava version)
  • 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
  • v4.4.3 Changes

    • โฌ†๏ธ upgrade to selenium-java 3.4.0
  • v4.4.2 Changes

    • ๐Ÿ See #510 fix closing windows in $.download()
  • v4.4.1 Changes

    • โž• Add a workaround for invalid resolving of selenium-api dependency by Maven
  • v4.4 Changes

    • ๐Ÿ‘€ See #479 Added methods clearBrowserCookies() and clearBrowserLocalStorage()
    • ๐Ÿ‘€ 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