Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 8, 2023

Bumps behat/mink-selenium2-driver from 1.3.1 to 1.6.0.

Release notes

Sourced from behat/mink-selenium2-driver's releases.

1.6.0

Removed:

  • Removed support for PHP <7.2

Testsuite:

  • Fixed compatibility with the latest driver testsuite

1.5.0

New features:

  • Improved responsiveness of the wait method
  • Fixed deprecation warnings on PHP 7.1

Bug fixes:

  • Catched the StaleElementReference exception that happens in some cases in setValue if the JS code changes the DOM when the value changes
  • Catched the UnknownError exception that happens in ChromeDriver when trying to use moveTo
  • Fixed the handling of errors reported when applying timeouts, to avoid marking the driver as not started when the session is started

Testsuite:

  • Added CI jobs on PHP 8.0 and 8.1

1.4.0

Bug fixes:

  • Changed phpdoc types from Boolean to boolean to be compatible with psalm type checking
  • Don't use TABs, when triggering change JS event upon input value is change (fixes some auto-complete control testing in Google Chrome)
  • Fixed inability to manipulate windows when Selenium 3 with Firefox GeckoDriver was used
  • The clickOnElement method wasn't working when Selenium 3 with Firefox GeckoDriver was used
  • Fixed the handling of cookies on PHP 7.4

Changes:

  • Bumped requirement to PHP 5.4

New features:

  • Allow uploading files to remote Selenium instances (e.g. SauceLabs, BrowserStack, etc.)
  • Added getDesiredCapabilities method for fetching current desired capabilities
  • Added support for goog:chromeOptions to specify custom Chrome options, which is the name used by newer ChromeDriver releases

Testsuite:

  • Don't test on PHP 5.3 (driver itself would likely continue to work on PHP 5.3 for some time)
  • Adding testing on PHP 7.1, 7.2, 7.3 and 7.4
  • Removed PhantomJS

... (truncated)

Changelog

Sourced from behat/mink-selenium2-driver's changelog.

1.6.0 / 2022-03-28

Removed:

  • Removed support for PHP <7.2

Testsuite:

  • Fixed compatibility with the latest driver testsuite

1.5.0 / 2021-10-12

New features:

  • Improved responsiveness of the wait method
  • Fixed deprecation warnings on PHP 7.1

Bug fixes:

  • Catched the StaleElementReference exception that happens in some cases in setValue if the JS code changes the DOM when the value changes
  • Catched the UnknownError exception that happens in ChromeDriver when trying to use moveTo
  • Fixed the handling of errors reported when applying timeouts, to avoid marking the driver as not started when the session is started

Testsuite:

  • Added CI jobs on PHP 8.0 and 8.1

1.4.0 / 2020-03-11

Bug fixes:

  • Changed phpdoc types from Boolean to boolean to be compatible with psalm type checking
  • Don't use TABs, when triggering change JS event upon input value is change (fixes some auto-complete control testing in Google Chrome)
  • Fixed inability to manipulate windows when Selenium 3 with Firefox GeckoDriver was used
  • The clickOnElement method wasn't working when Selenium 3 with Firefox GeckoDriver was used
  • Fixed the handling of cookies on PHP 7.4

Changes:

  • Bumped requirement to PHP 5.4

New features:

  • Allow uploading files to remote Selenium instances (e.g. SauceLabs, BrowserStack, etc.)
  • Added getDesiredCapabilities method for fetching current desired capabilities
  • Added support for goog:chromeOptions to specify custom Chrome options, which is the name used by newer ChromeDriver releases

... (truncated)

Commits
  • e5f8421 Update the changelog for 1.6.0
  • e99124b Merge pull request #349 from stof/skip_basic_auth_test
  • ee5b91a Skip the BasicAuth test asserting auth in URL
  • 9db0068 Merge pull request #348 from stof/drop_old_deps
  • 086c6a8 Drop support for PHP <7.2
  • 369c087 Merge pull request #344 from stof/add_codecov
  • 80a3732 Add code coverage with codecov
  • 3c3da51 Merge pull request #342 from alexpott/PHP71-NavigationTest
  • 0dee8cc Update the changelog for 1.5.0
  • 341d3a8 Update readme badges
  • 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 [behat/mink-selenium2-driver](https://github.com/minkphp/MinkSelenium2Driver) from 1.3.1 to 1.6.0.
- [Release notes](https://github.com/minkphp/MinkSelenium2Driver/releases)
- [Changelog](https://github.com/minkphp/MinkSelenium2Driver/blob/master/CHANGELOG.md)
- [Commits](minkphp/MinkSelenium2Driver@v1.3.1...v1.6.0)

---
updated-dependencies:
- dependency-name: behat/mink-selenium2-driver
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 8, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 23, 2024

Superseded by #647.

@dependabot dependabot bot closed this Apr 23, 2024
@dependabot dependabot bot deleted the dependabot/composer/behat/mink-selenium2-driver-1.6.0 branch April 23, 2024 16:13
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

Development

Successfully merging this pull request may close these issues.

1 participant