mybatis-spring-boot-jpetstore
mybatis-spring-boot-jpetstore copied to clipboard
Bump selenide from 6.6.1 to 6.7.3
Bumps selenide from 6.6.1 to 6.7.3.
Release notes
Sourced from selenide's releases.
v6.7.3
Changes
🚀 Features
- #1923 add condition
partialValue(#1924)@asolntsev- #1928 add condition $.shouldHave(tagName("div")) (#1929)
@asolntsev- Check that element is
<select>in methods$.getSelectedText(),getSelectedValue()(#1934)@asolntsev- rename
$.getSelectedText()to$.getSelectedOptionText()(#1934)@asolntsev- rename
$.getSelectedValue()to$.getSelectedOptionValue()(#1934)@asolntsev📦 Dependency updates
- Bump byteBuddyVersion from 1.12.13 to 1.12.14 (#1933)
@dependabot- Bump com.github.spotbugs from 5.0.9 to 5.0.10 (#1930)
@dependabot- Bump slf4jVersion from 1.7.36 to 2.0.0 (#1931)
@dependabot- Bump webdrivermanager from 5.2.3 to 5.3.0 (#1932)
@dependabot- Bump mockito-core from 4.6.1 to 4.7.0 (#1922)
@dependabot- Bump browserup-proxy-core from 2.2.1 to 2.2.2 (#1921)
@dependabotv6.7.2
Changes
- #1917 fix memory leak (#1919)
@asolntsev- select the right window when taking screenshot via DevTools (#1920)
@asolntsev- Fix proxy usage (#1918)
@asolntsev📦 Dependency updates
- bump Selenium from 4.3.0 to 4.4.0 (#1913)
@asolntsevv6.7.1
Changes
- Fix markup in CHANGELOG for
6.7.0version (#1910)@valfirst- #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 (#1783)@asolntsev- #1886 decode downloaded file name if it's base64-encoded (#1889)
@asolntsev- give user a clear hint if he occasionally passes an invalid file extension parameter (#1887)
@asolntsev- restore IE support in setValue (#1907)
@asolntsev- #1885 make type of setValue() parameter String again (#1888)
@asolntsev🚀 Features
- #1799 implement full-size screenshots as a separate Selenide plugin (#1858)
@asolntsev- #1891 deprecate TestNG annotation
@Report(#1909)@asolntsev- add cachelookup annotation support (#1894)
@groov1kk- make HttpClientTimeouts public (#1902)
@asolntsev
... (truncated)
Changelog
Sourced from selenide's changelog.
6.7.3 (released 27.08.2022)
- #1923 add condition
partialValue-- see PR #1924- #1928 add condition $.shouldHave(tagName("div")) -- see PR #1929
- #1934 Check that element is in methods $.getSelectedText(), getSelectedValue()
- #1934 rename
$.getSelectedText()to$.getSelectedOptionText(),$.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
6.7.2 (released 14.08.2022)
- #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 webdriver6.7.1 (released 08.08.2022)
- #1894 restore Driver parameter in SelenidePageFactory.findSelector() - it's used by
selenide-appium.6.7.0 (released 04.08.2022)
- #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
@CacheLookupannotation 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
6.6.6 (released 01.07.2022)
- #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 ifreopenBrowserOnFailisfalse) -- see PR #1881- upgrade to WebDriverManager 5.2.1
- Bump byteBuddyVersion from 1.12.11 to 1.12.12
6.6.5 (released 24.06.2022)
... (truncated)
Commits
d6bf62drelease Selenide 6.7.3227ce1ffix IE support4b42a4aCheck that element is <select> in methods $.getSelectedText(), getSelectedVal...8b8f0a4Bump byteBuddyVersion from 1.12.13 to 1.12.14bb7737cBump com.github.spotbugs from 5.0.9 to 5.0.101a4da50Bump slf4jVersion from 1.7.36 to 2.0.0b6c5912Bump webdrivermanager from 5.2.3 to 5.3.0a62133a#1928 add condition $.shouldHave(tagName("div"))4660556#1923 add conditionpartialValuebef146fBump mockito-core from 4.6.1 to 4.7.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)