Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.codeborne:selenide to v6.19.1 #487

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.codeborne:selenide (source) 6.5.2 -> 6.19.1 age adoption passing confidence

Release Notes

selenide/selenide (com.codeborne:selenide)

v6.19.1

Compare Source

  • bump Appium from 8.5.1 to 8.6.0 (#​2494) -- thanks to Aliaksandr Rasolka and Boris Osipov for help
  • Bump com.github.valfirst.browserup-proxy:browserup-proxy-core (#​2510)
  • Bump Netty from 4.1.98.Final to 4.1.100.Final (#​2484) (#​2498)
  • Bump xyz.rogfam:littleproxy from 2.0.21 to 2.0.22 (#​2491)
  • Bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (#​2499)
  • Bump com.fasterxml.jackson.core:jackson-core from 2.15.2 to 2.15.3 (#​2502) (#​2503)
  • Bump commons-io:commons-io from 2.13.0 to 2.14.0 (#​2486)

v6.19.0

Compare Source

v6.18.0

Compare Source

v6.17.2

Compare Source

v6.17.1

Compare Source

v6.17.0

Compare Source

v6.16.1

Compare Source

  • #​2368 added allOf and anyOf conditions -- thanks Evgenii Plugatar for PR #​2368
  • #​2367 Add conditions to check cookies -- thanks adorne for PR #​2367
  • #​2374 bump WebDriverManager from 5.4.0 to 5.4.1 (incl. support for Chrome 115)
  • #​2377 support elements in SVG -- see PR #​2379
  • #​2382 bump junitVersion from 5.9.3 to 5.10.0
  • #​2383 bump org.opentest4j:opentest4j from 1.2.0 to 1.3.0

v6.16.0

Compare Source

  • #​2362 Speed up collection conditions
  • #​2268 Add conditions date(...) and datetime(...) to check date values -- thanks to Maksim @​Au6ojlut for PR #​2281
  • #​2357 add methods $.setValue(withDateTime) and $.setValue(withTime)
  • #​2350 show full stack trace in soft asserts -- see PR #​2354
  • #​2336 pass BasicAuth in Chromium-based browser using HasAuthentication mechanism -- see PR #​2358
  • #​2336 user can set multiple domains for BasicAuth
  • #​2346 fix $.doubleClick() in Appium -- see PR #​2347
  • #​2352 take screenshot even if webdriver has been closed in @AfterEach method -- see PR #​2356
  • #​2318 use latest version of geckodriver for FF 102+ -- see PR #​2319
  • #​2328 bump Selenium from 4.9.1 to 4.10.0
  • #​2324 Bump io.appium:java-client from 8.5.0 to 8.5.1
  • #​2349 Bump Netty from 4.1.93.Final to 4.1.94.Final
  • bump WebDriverManager from 5.3.3 to 5.4.0

v6.15.0

Compare Source

Full list: https://github.com/selenide/selenide/milestone/184?closed=1

v6.14.1

Compare Source

v6.14.0

Compare Source

Full list: https://github.com/selenide/selenide/milestone/181?closed=1

v6.13.1

Compare Source

v6.13.0

Compare Source

Full list: https://github.com/selenide/selenide/milestone/177?closed=1

v6.12.4

Compare Source

  • #​2215 support jdk-http-client instead of NettyClient -- see PR #​2216
  • #​2202 fix method $.download(PROXY) after using using -- see PR #​2208 and #​2209
  • #​2207 $.clear() should not fail if element has disappeared as a result of clearing -- see PR #​2221
  • #​2210 Bump nettyVersion from 4.1.89.Final to 4.1.90.Final
  • #​2218 Bump slf4jVersion from 2.0.6 to 2.0.7

Full list: https://github.com/selenide/selenide/milestone/180?closed=1

v6.12.3

Compare Source

v6.12.2

Compare Source

  • #​2192 added workaround for Chromedriver 111 issue ("Invalid Status code=403 text=Forbidden") -- see PR #​2194

Full list: https://github.com/selenide/selenide/milestone/178?closed=1

v6.12.1

Compare Source

  • #​2174 Fixed a bug where selenide.holdBrowserOpen were not read correctly -- thanks to @​doranko for PR
  • #​2178 improve how "$.getSelectedOption().should*" looks in reports -- see PR #​2179
  • #​2186 Use custom driver in the using block -- see PR #​2188
  • #​2173 bump BrowserUpProxy from 2.2.7 to 2.2.8
  • #​2176 bump LittleProxy from 2.0.15 to 2.0.16

Full list: https://github.com/selenide/selenide/milestone/176?closed=1

v6.12.0

Compare Source

  • #​2104 use new headless mode -- thanks Boris Osipov for PR #​2105 and #​2169
  • #​2167 improve logs when download a file
  • #​2167 ignore Edge temporary files on Windows
  • #​2161 bump Selenium from 4.8.0 to 4.8.1
  • Bump nettyVersion from 4.1.87.Final to 4.1.89.Final
  • rename "master" branch to "main" (finally!)

Full list: https://github.com/selenide/selenide/milestone/173?closed=1

v6.11.2

Compare Source

  • #​2136 bump Selenide from 4.7.2 to 4.8.0
  • #​2137 once again, truncate only messages of WebDriverException :)

v6.11.1

Compare Source

  • #​2131 truncate only WebDriverException message
  • #​2116 fix $.download(FOLDER): support case when file modification time is in previous second
  • #​2119 fix $.download(FOLDER): support the case when file modification time is 0
  • bump webdrivermanager from 5.3.1 to 5.3.2
  • #​2126 bump netty from 4.1.86.Final to 4.1.87.Final

Full list: https://github.com/selenide/selenide/milestone/174?closed=1

v6.11.0

Compare Source

  • #​1817 add methods to copy and paste content -- thanks to Evgenii Plugatar for PR #​2027
  • #​2054 can fail the test if unexpected alert encountered -- see PR #​2095
  • #​2082 allow downloading of large files via proxy -- see PR #​2098
  • #​2081 fix screenshot file permission: -rw-r--r--, not -rw------- -- see PR #​2084
  • #​2087 support @​As annotation for page object fields not annotated by @​FindBy -- see PR #​2088
  • #​2065 added method to return last page source -- thanks to Arman Ayvazyan for PR #​2065
  • #​980 added possibility to add page URL to error message -- see PR #​2097
  • #​2037 fixed method Selenide.download() to work with URL protected by BasicAuth -- see PR #​2102
  • #​2101 Bump browserup-proxy-core from 2.2.6 to 2.2.7

Full list: https://github.com/selenide/selenide/milestone/169?closed=1

v6.10.3

Compare Source

  • #​2062 don't trigger "change" event from $.select* if value is unchanged -- thanks to Vicente Rossello Jaume for PR #​2063
  • #​2068 bump Selenium from 4.7.1 to 4.7.2
  • #​2069 Bump LittleProxy from 2.0.14 to 2.0.15
  • #​2066 Bump Netty from 4.1.85.Final to 4.1.86.Final
  • #​2067 Bump slf4j from 2.0.5 to 2.0.6

v6.10.2

Compare Source

  • restore for loop for collections (method $$.iterator()) (#​2533)
  • restore method $$.isEmpty() (#​2533)
  • #​2372 rename CollectionCondition to WebElementsCondition (#​2533)
  • restore "self" field in containers (#​2534)

v6.10.1

Compare Source

v6.10.0

Compare Source

Full list: https://github.com/selenide/selenide/milestone/167?closed=1

v6.9.0

Compare Source

v6.8.1

Compare Source

  • #​1965 restore "opentelemetry" dependency

v6.8.0

Compare Source

v6.7.4

Compare Source

v6.7.3

Compare Source

  • #​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

Compare Source

v6.7.1

Compare Source

  • #​1894 restore Driver parameter in SelenidePageFactory.findSelector() - it's used by selenide-appium.

v6.7.0

Compare Source

v6.6.6

Compare Source

  • #​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

v6.6.5

Compare Source

  • #​1869 Bump seleniumVersion from 4.2.2 to 4.3.0
  • #​1868 Bump byteBuddyVersion from 1.12.10 to 1.12.11

v6.6.4

Compare Source

  • #​1861 Added collection condition exactTextsCaseSensitive -- thanks to Ben Heap
  • #​1581 make method $.getSelectedOption() lazy-loaded -- see PR #​1864
  • #​1857 Bump nettyVersion from 4.1.77.Final to 4.1.78.Final
  • #​1860 Bump browserup-proxy-core from 2.1.5 to 2.2.0

v6.6.3

Compare Source

  • #​1572 use custom timeout for commands which have timeout -- see PR #​1853
  • #​1854 simplify creation of EdgeOptions

v6.6.2

Compare Source

v6.6.1

Compare Source

  • #​1850 restore byte-buddy dependency (needed by WebDriverDecorator)

v6.6.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

@renovate renovate bot force-pushed the renovate/selenide.version branch from 18e6f9e to 3f4cb2c Compare June 9, 2022 03:28
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.6.0 Update dependency com.codeborne:selenide to v6.6.1 Jun 9, 2022
@renovate renovate bot force-pushed the renovate/selenide.version branch 3 times, most recently from 392da6b to 59ecc65 Compare June 10, 2022 03:11
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.6.1 Update dependency com.codeborne:selenide to v6.6.2 Jun 10, 2022
@renovate renovate bot force-pushed the renovate/selenide.version branch 6 times, most recently from 60773ad to 95bd318 Compare June 12, 2022 18:34
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.6.2 Update dependency com.codeborne:selenide to v6.6.3 Jun 12, 2022
@renovate renovate bot force-pushed the renovate/selenide.version branch 8 times, most recently from e1b012c to f7ccf23 Compare June 20, 2022 12:00
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.6.3 Update dependency com.codeborne:selenide to v6.6.4 Jun 20, 2022
@renovate renovate bot force-pushed the renovate/selenide.version branch 8 times, most recently from 3b58490 to 2113b6e Compare June 24, 2022 12:55
@renovate renovate bot force-pushed the renovate/selenide.version branch from 0b86a1c to b07cfcd Compare January 3, 2023 18:36
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.10.3 Update dependency com.codeborne:selenide to v6.11.0 Jan 3, 2023
@renovate renovate bot force-pushed the renovate/selenide.version branch from b07cfcd to 3caf8bc Compare March 16, 2023 07:53
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.11.0 Update dependency com.codeborne:selenide to v6.12.3 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/selenide.version branch from 3caf8bc to 04331cc Compare March 23, 2023 19:20
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.12.3 Update dependency com.codeborne:selenide to v6.12.4 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/selenide.version branch from 04331cc to 78b993c Compare April 17, 2023 10:33
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.12.4 Update dependency com.codeborne:selenide to v6.13.0 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/selenide.version branch from 78b993c to dec7d3b Compare May 28, 2023 11:33
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.13.0 Update dependency com.codeborne:selenide to v6.14.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/selenide.version branch from dec7d3b to 7464791 Compare May 29, 2023 08:21
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.14.1 Update dependency com.codeborne:selenide to v6.15.0 May 29, 2023
@renovate renovate bot force-pushed the renovate/selenide.version branch from 7464791 to 8c20bb9 Compare June 14, 2023 07:54
@renovate renovate bot force-pushed the renovate/selenide.version branch from 8c20bb9 to 6ed7fd7 Compare July 2, 2023 21:12
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.15.0 Update dependency com.codeborne:selenide to v6.16.0 Jul 2, 2023
@renovate renovate bot force-pushed the renovate/selenide.version branch from 6ed7fd7 to ae68069 Compare July 24, 2023 12:58
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.16.0 Update dependency com.codeborne:selenide to v6.16.1 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/selenide.version branch from ae68069 to dc2b331 Compare August 2, 2023 22:26
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.16.1 Update dependency com.codeborne:selenide to v6.17.0 Aug 2, 2023
@renovate renovate bot force-pushed the renovate/selenide.version branch from dc2b331 to 8051bca Compare August 20, 2023 13:39
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.17.0 Update dependency com.codeborne:selenide to v6.17.1 Aug 20, 2023
@renovate renovate bot force-pushed the renovate/selenide.version branch from 8051bca to ae09419 Compare August 24, 2023 19:30
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.17.1 Update dependency com.codeborne:selenide to v6.17.2 Aug 24, 2023
@renovate renovate bot force-pushed the renovate/selenide.version branch from ae09419 to 0f3ff04 Compare September 6, 2023 08:16
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.17.2 Update dependency com.codeborne:selenide to v6.18.0 Sep 6, 2023
@renovate renovate bot force-pushed the renovate/selenide.version branch from 0f3ff04 to f72d9b8 Compare September 28, 2023 10:15
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.18.0 Update dependency com.codeborne:selenide to v6.19.0 Sep 28, 2023
@renovate renovate bot force-pushed the renovate/selenide.version branch from f72d9b8 to df85c19 Compare October 18, 2023 11:55
@renovate renovate bot changed the title Update dependency com.codeborne:selenide to v6.19.0 Update dependency com.codeborne:selenide to v6.19.1 Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants