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

Bump selenide from 5.17.3 to 5.20.4 #55

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2021

Bumps selenide from 5.17.3 to 5.20.4.

Release notes

Sourced from selenide's releases.

v5.20.3

Changes

v5.20.2

Changes

📦 Dependency updates

v5.20.1

Changes

  • New naming and assertion error for CollectionCondition.containExactTextsCaseSensitive() (prev. containTexts()) (#1439) @​bereg2k
  • Added $$.should() method + JavaDoc fixes (#1438) @​bereg2k

v5.20.0

Changes

  • #1409 Added method for getting clipboard content -- thanks to Dmitriy Budim @​dbudim
  • #1422 add headless mode to Microsoft Edge browser (chromium-based) -- see PR #1424
  • #1423 Microsoft Edge User Agent Test Failed -- see PR #1425
  • #1389 add method $$.as() -- see PR #1431
  • #1426 Added CollectionCondition.containTexts method -- thanks to Oleg Berezhnoy @​bereg2k
  • #1436 Fix ignored prefs in FirefoxOptions -- thanks to for Dmitriy Budim PR #1437
  • #1428 Do not log extended "find" methods (e.g. parent, sibling and so) -- thanks to Pavel Fokin @​fokinp

📦 Dependency updates

v5.19.0

  • #1110 Implement drag and drop method with JavaScript (now used by default) -- thanks to Dmitriy Budim for PR #1412
  • #1406 fix method $.click(usingJavascript()) in Internet Explorer -- see PR #1419
  • #1402 improve collection description for $$.snapshot()
  • #1415 add method $.getAlias() -- thanks to @​pavelpp
  • #1395 add @​Nullable annotations to WebDriverRunner
  • #1383 add events "refresh", "back", "forward", "updateHash", "confirm", "dismiss", "prompt", "clearCookies" to Selenide log
  • #1408 fix Selenide own tests when running on machine with user language other than EN -- thanks to Vicente Rossello Jaume

https://github.com/selenide/selenide/milestone/116?closed=1

v5.18.1

🚀 Features

  • #1400 add method Selenide.getSessionStorage() -- thanks to Dmitriy Budim @​dbudim

Changes

  • #1392 remove "dynamic" nature of toString for And condition -- thanks to Pavel Fokin @​fokinp for PR #1393
  • #1390 Pass noproxy options from outside proxy to selenide proxy -- thanks to Boris Osipov @​BorisOsipov
  • upgrade to netty:4.1.59.Final and littleProxyVersion:2.0.2

... (truncated)

Changelog

Sourced from selenide's changelog.

5.20.4 (released 22.04.2021)

  • #1456 upgrade to WebDriverManager 4.4.1 -- thanks to Anil Kumar Reddy Gaddam

5.20.3 (released 20.04.2021)

  • #1454 Add ability to navigate to absolute browser internal urls -- thanks to Aliaksandr Rasolka

5.20.2 (released 13.04.2021)

  • upgrade to WebDriverManager 4.4.0
  • #1451 migrate 'maven' plugin to 'maven-publish'

5.20.1 (released 23.03.2021)

  • #1438 Added $$.should() method + JavaDoc fixes -- thanks to Oleg Berezhnoy @​bereg2k
  • #1439 rename containTexts() to containExactTextsCaseSensitive() -- thanks to Oleg Berezhnoy @​bereg2k and Pavel Fokin @​fokinp

5.20.0 (released 20.03.2021)

  • #1409 Added method for getting clipboard content -- thanks to Dmitriy Budim @​dbudim
  • #1422 add headless mode to Microsoft Edge browser (chromium-based) -- see PR #1424
  • #1423 Microsoft Edge User Agent Test Failed -- see PR #1425
  • #1389 add method $$.as() -- see PR #1431
  • #1426 Added CollectionCondition.containTexts method -- thanks to Oleg Berezhnoy @​bereg2k
  • #1436 Fix ignored prefs in FirefoxOptions -- thanks to for Dmitriy Budim PR #1437
  • #1428 Do not log extended "find" methods (e.g. parent, sibling and so) -- thanks to Pavel Fokin @​fokinp

5.19.0 (released 24.02.2021)

  • #1110 Implement drag and drop method with JavaScript (used by default, works in all browsers) -- thanks to Dmitriy Budim for PR #1412
  • #1406 fix method $.click(usingJavascript()) in Internet Explorer -- see PR #1419
  • #1402 improve collection description for $$.snapshot()
  • #1415 add method $.getAlias() -- thanks to @​pavelpp
  • #1395 add @​Nullable annotations to WebDriverRunner
  • #1383 add events "refresh", "back", "forward", "updateHash", "confirm", "dismiss", "prompt", "clearCookies" to Selenide log
  • #1408 fix Selenide own tests when running on machine with user language other than EN -- thanks to Vicente Rossello Jaume

5.18.1 (released 11.02.2021)

  • #1400 add method Selenide.getSessionStorage() -- thanks to Dmitriy Budim @​dbudim
  • #1392 remove "dynamic" nature of toString for And condition -- thanks to Pavel Fokin @​fokinp for PR #1393
  • #1390 Pass noproxy options from outside proxy to selenide proxy -- thanks to Boris Osipov @​BorisOsipov
  • upgrade to Netty 4.1.59.Final and LittleProxy 2.0.2

5.18.0 (released 23.01.2021)

  • #1365 disable webdriver logs by default -- see PR #1379 (they still can be enabled by Configuration.webdriverLogsEnabled = true)
  • #1377 Replace long timeout with Duration for ElementsCollection -- thanks to Ostap Oleksyn for PR #1377!
  • #1373 speed up $(shadowCss()) -- also thanks to @​sakamoto66 for issue #1246 and PR #1233!
  • #1369 fix checks $.shouldNot(and(...)) and $.shouldNot(or(...)) -- see PR #1370
  • #1369 don't allow and and or with only one condition -- see PR #1370
  • #1366 detect mismatching "browserName" capability -- see PR #1374
  • #1376 display duration argument in report as "1s" or "300 ms" -- see PR #1378
  • upgraded to WebDriverManager 4.3.1 -- see changelog

5.17.4 (released 14.01.2021)

... (truncated)

Commits
  • 5ee7c26 release Selenide 5.20.4
  • 5227dc7 Update dependencies.gradle
  • f8fa00e release Selenide 5.20.3
  • 6b0fdda Add ability to navigate to absolute browser internal urls (#1454)
  • 482a0ae fix gradle script to sign all archives being uploaded
  • 5230caa upgrade to Gradle 7.0
  • 3b55306 migrate 'maven' plugin to 'maven-publish' (#1451)
  • b8b91ae upgrade to mockito 3.9.0
  • 9388cd9 fix flaky StopwatchTest
  • 724e422 avoid multiple NPEs during unit-tests run
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

Bumps [selenide](https://github.com/selenide/selenide) from 5.17.3 to 5.20.4.
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/master/CHANGELOG.md)
- [Commits](selenide/selenide@v5.17.3...v5.20.4)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 23, 2021
@juanpablo-santos juanpablo-santos merged commit 6d38d43 into master Apr 24, 2021
@dependabot dependabot bot deleted the dependabot/maven/com.codeborne-selenide-5.20.4 branch April 24, 2021 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
1 participant