Skip to content

Bump selenide from 5.15.1 to 5.20.1#534

Merged
baev merged 1 commit into
masterfrom
dependabot/gradle/com.codeborne-selenide-5.20.1
Mar 26, 2021
Merged

Bump selenide from 5.15.1 to 5.20.1#534
baev merged 1 commit into
masterfrom
dependabot/gradle/com.codeborne-selenide-5.20.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 26, 2021

Bumps selenide from 5.15.1 to 5.20.1.

Release notes

Sourced from selenide's releases.

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

v5.18.0

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

... (truncated)

Changelog

Sourced from selenide's changelog.

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)

  • #1360 make SelenidePageFactory even more customizable

5.17.3 (released 10.01.2021)

  • #1361 Fix int method arguments displaying in selenide report(log) -- thanks to Pavel Fokin @​fokinp
  • #1363 Add human-readable description of FileFilter arguments in selenide report -- thanks to Pavel Fokin @​fokinp
  • #1364 Fix download log event missing in case of FileNotFoundException -- thanks to Pavel Fokin @​fokinp
  • #1360 extract interface PageObjectFactory from SelenidePageFactory
  • #1360 move usages of o.o.s.s.pagefactory.Annotations to SelenidePageFactory.findSelector() - make it customizable

5.17.2 (released 30.12.2020)

... (truncated)

Commits
  • 04bfc49 Merge remote-tracking branch 'origin/master'
  • 1970041 release Selenide 5.20.1
  • a8e44c1 simplify code
  • 5f80148 New naming and assertion error for CollectionCondition.containExactTextsCaseS...
  • 75830cf WIP: Added $$.should() method + JavaDoc fixes (#1438)
  • b25abc8 release Selenide 5.20.0
  • 003329d fix ignored firefox prefs (#1437)
  • afb12b4 Add CollectionCondition.containTexts() method (#1426)
  • 8b623e2 upgrade dependencies
  • de3e289 add tests for sendKeys/setValue inside of shadow dom (#1432)
  • 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
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [selenide](https://github.com/selenide/selenide) from 5.15.1 to 5.20.1.
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/master/CHANGELOG.md)
- [Commits](selenide/selenide@v5.15.1...v5.20.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the type:dependencies Pull requests that update a dependency label Mar 26, 2021
@baev baev merged commit 532c030 into master Mar 26, 2021
@baev baev deleted the dependabot/gradle/com.codeborne-selenide-5.20.1 branch March 26, 2021 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

theme:build theme:selenide type:dependencies Pull requests that update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant