OpenCATS
OpenCATS copied to clipboard
Bump behat/mink-selenium2-driver from 1.3.1 to 1.4.0
Bumps behat/mink-selenium2-driver from 1.3.1 to 1.4.0.
Release notes
Sourced from behat/mink-selenium2-driver's releases.
1.4.0
Bug fixes:
- Changed phpdoc types from
Booleantobooleanto be compatible with psalm type checking- Don't use TABs, when triggering
changeJS 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
clickOnElementmethod 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
getDesiredCapabilitiesmethod for fetching current desired capabilitiesAdded support for
goog:chromeOptionsto specify custom Chrome options, which is the name used by newer ChromeDriver releasesTestsuite:
- 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
Misc:
- Syn library is 0.0.3
- The
setDesiredCapabilitiesmethod combines default capabilities with user provided ones- Removed outdated default capabilities
- The
setDesiredCapabilitiesmethod will throw an exception, when used on a started session
Changelog
Sourced from behat/mink-selenium2-driver's changelog.
1.4.0 / 2020-03-11
Bug fixes:
- Changed phpdoc types from
Booleantobooleanto be compatible with psalm type checking- Don't use TABs, when triggering
changeJS 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
clickOnElementmethod 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
getDesiredCapabilitiesmethod for fetching current desired capabilities- Added support for
goog:chromeOptionsto specify custom Chrome options, which is the name used by newer ChromeDriver releasesTestsuite:
- 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
Misc:
- Syn library is 0.0.3
- The
setDesiredCapabilitiesmethod combines default capabilities with user provided ones- Removed outdated default capabilities
- The
setDesiredCapabilitiesmethod will throw an exception, when used on a started session
Commits
312a967Update the changelogcd7f67eMerge pull request #307 from loic425/fix/boolean8e81282Merge pull request #317 from stof/fix_cookie1cb8b45Fix the encoding of cookies on PHP 7.4727f987Merge pull request #316 from stof/ci_setupc0e2bffReduce the verbosity of Selenium logsb689a52Update the CI setupe2f7a8aMerge pull request #314 from oallain/travis-php747df0a44update php7.4 in travis3ab9f31New Release (#311)- 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Why is PhantomJS tests being removed without the team’s input consideration on headless test runs? Headless test runs are for specific reasons. Unless you have a very strong argument, there is no reason for removing PhantomJS. What is your experience level with and in-depth knowledge of PhantomJS?
Regards, Shant Adam
On Mar 12, 2020, at 2:32 AM, dependabot-preview[bot] [email protected] wrote:
Bumps behat/mink-selenium2-driverhttps://github.com/minkphp/MinkSelenium2Driver from 1.3.1 to 1.4.0.
Release notes
Sourced from behat/mink-selenium2-driver's releaseshttps://github.com/minkphp/MinkSelenium2Driver/releases.
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
Misc:
- Syn library is 0.0.3https://github.com/bitovi/syn/tree/v0.0.3
- The setDesiredCapabilities method combines default capabilities with user provided ones
- Removed outdated default capabilities
- The setDesiredCapabilities method will throw an exception, when used on a started session
Changelog
Sourced from behat/mink-selenium2-driver's changeloghttps://github.com/minkphp/MinkSelenium2Driver/blob/master/CHANGELOG.md.
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
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
Misc:
- Syn library is 0.0.3https://github.com/bitovi/syn/tree/v0.0.3
- The setDesiredCapabilities method combines default capabilities with user provided ones
- Removed outdated default capabilities
- The setDesiredCapabilities method will throw an exception, when used on a started session
Commits
- 312a967https://github.com/minkphp/MinkSelenium2Driver/commit/312a967dd527f28980cce40850339cd5316da092 Update the changelog
- cd7f67ehttps://github.com/minkphp/MinkSelenium2Driver/commit/cd7f67ee55f6293d488e2869234b531fb5e6f8f5 Merge pull request #307https://github-redirect.dependabot.com/minkphp/MinkSelenium2Driver/issues/307 from loic425/fix/boolean
- 8e81282https://github.com/minkphp/MinkSelenium2Driver/commit/8e812820138a481e9e86ff7fb3d7cd2261be3e13 Merge pull request #317https://github-redirect.dependabot.com/minkphp/MinkSelenium2Driver/issues/317 from stof/fix_cookie
- 1cb8b45https://github.com/minkphp/MinkSelenium2Driver/commit/1cb8b45d453eeb566d110589fa14827cc9103a27 Fix the encoding of cookies on PHP 7.4
- 727f987https://github.com/minkphp/MinkSelenium2Driver/commit/727f987844f4d42af0e0dd610c8340702eee4b3a Merge pull request #316https://github-redirect.dependabot.com/minkphp/MinkSelenium2Driver/issues/316 from stof/ci_setup
- c0e2bffhttps://github.com/minkphp/MinkSelenium2Driver/commit/c0e2bff4b2952de133f8348d2dda97f195fbbf64 Reduce the verbosity of Selenium logs
- b689a52https://github.com/minkphp/MinkSelenium2Driver/commit/b689a521bb7afcb2c8bda08c9e6fa5757ae52df6 Update the CI setup
- e2f7a8ahttps://github.com/minkphp/MinkSelenium2Driver/commit/e2f7a8a781ac11d393394227a43e03e9a9e2b311 Merge pull request #314https://github-redirect.dependabot.com/minkphp/MinkSelenium2Driver/issues/314 from oallain/travis-php74
- 7df0a44https://github.com/minkphp/MinkSelenium2Driver/commit/7df0a44c7720516efae5bb349d33e7bcfc497fb8 update php7.4 in travis
- 3ab9f31https://github.com/minkphp/MinkSelenium2Driver/commit/3ab9f315e9ad63cc518ccc72910754fedd6de015 New Release (#311https://github-redirect.dependabot.com/minkphp/MinkSelenium2Driver/issues/311)
- Additional commits viewable in compare viewhttps://github.com/minkphp/MinkSelenium2Driver/compare/v1.3.1...v1.4.0
[Dependabot compatibility score]https://dependabot.com/compatibility-score/?dependency-name=behat/mink-selenium2-driver&package-manager=composer&previous-version=1.3.1&new-version=1.4.0
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)
- @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
- @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
- @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
- @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
- @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboardhttps://app.dependabot.com:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
You can view, comment on, or merge this pull request online at:
https://github.com/opencats/OpenCATS/pull/470
Commit Summary
- Bump behat/mink-selenium2-driver from 1.3.1 to 1.4.0
File Changes
- M composer.lockhttps://github.com/opencats/OpenCATS/pull/470/files#diff-1da2c7edc898c70e5a79a9997c98cecc (157)
Patch Links:
- https://github.com/opencats/OpenCATS/pull/470.patch
- https://github.com/opencats/OpenCATS/pull/470.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/opencats/OpenCATS/pull/470, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA53AVMBDM2B2KZVXR4IIZLRHB6WLANCNFSM4LGFJVVA.
Shant we don't need to accept this PR
Russ
On Thu, 12 Mar 2020 at 10:28, Shant Adam [email protected] wrote:
Why is PhantomJS tests being removed without the team’s input consideration on headless test runs? Headless test runs are for specific reasons. Unless you have a very strong argument, there is no reason for removing PhantomJS. What is your experience level with and in-depth knowledge of PhantomJS?
Regards, Shant Adam
On Mar 12, 2020, at 2:32 AM, dependabot-preview[bot] < [email protected]> wrote:
Bumps behat/mink-selenium2-driver< https://github.com/minkphp/MinkSelenium2Driver> from 1.3.1 to 1.4.0.
Release notes
Sourced from behat/mink-selenium2-driver's releases< https://github.com/minkphp/MinkSelenium2Driver/releases>.
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
Misc:
- Syn library is 0.0.3https://github.com/bitovi/syn/tree/v0.0.3
- The setDesiredCapabilities method combines default capabilities with user provided ones
- Removed outdated default capabilities
- The setDesiredCapabilities method will throw an exception, when used on a started session
Changelog
Sourced from behat/mink-selenium2-driver's changelog< https://github.com/minkphp/MinkSelenium2Driver/blob/master/CHANGELOG.md>.
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
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
Misc:
- Syn library is 0.0.3https://github.com/bitovi/syn/tree/v0.0.3
- The setDesiredCapabilities method combines default capabilities with user provided ones
- Removed outdated default capabilities
- The setDesiredCapabilities method will throw an exception, when used on a started session
Commits
312a967< https://github.com/minkphp/MinkSelenium2Driver/commit/312a967dd527f28980cce40850339cd5316da092> Update the changelog
cd7f67e< https://github.com/minkphp/MinkSelenium2Driver/commit/cd7f67ee55f6293d488e2869234b531fb5e6f8f5> Merge pull request #307< https://github-redirect.dependabot.com/minkphp/MinkSelenium2Driver/issues/307> from loic425/fix/boolean
8e81282< https://github.com/minkphp/MinkSelenium2Driver/commit/8e812820138a481e9e86ff7fb3d7cd2261be3e13> Merge pull request #317< https://github-redirect.dependabot.com/minkphp/MinkSelenium2Driver/issues/317> from stof/fix_cookie
1cb8b45< https://github.com/minkphp/MinkSelenium2Driver/commit/1cb8b45d453eeb566d110589fa14827cc9103a27> Fix the encoding of cookies on PHP 7.4
727f987< https://github.com/minkphp/MinkSelenium2Driver/commit/727f987844f4d42af0e0dd610c8340702eee4b3a> Merge pull request #316< https://github-redirect.dependabot.com/minkphp/MinkSelenium2Driver/issues/316> from stof/ci_setup
c0e2bff< https://github.com/minkphp/MinkSelenium2Driver/commit/c0e2bff4b2952de133f8348d2dda97f195fbbf64> Reduce the verbosity of Selenium logs
b689a52< https://github.com/minkphp/MinkSelenium2Driver/commit/b689a521bb7afcb2c8bda08c9e6fa5757ae52df6> Update the CI setup
e2f7a8a< https://github.com/minkphp/MinkSelenium2Driver/commit/e2f7a8a781ac11d393394227a43e03e9a9e2b311> Merge pull request #314< https://github-redirect.dependabot.com/minkphp/MinkSelenium2Driver/issues/314> from oallain/travis-php74
7df0a44< https://github.com/minkphp/MinkSelenium2Driver/commit/7df0a44c7720516efae5bb349d33e7bcfc497fb8> update php7.4 in travis
3ab9f31< https://github.com/minkphp/MinkSelenium2Driver/commit/3ab9f315e9ad63cc518ccc72910754fedd6de015> New Release (#311< https://github-redirect.dependabot.com/minkphp/MinkSelenium2Driver/issues/311>)
Additional commits viewable in compare view< https://github.com/minkphp/MinkSelenium2Driver/compare/v1.3.1...v1.4.0>
[Dependabot compatibility score]< https://dependabot.com/compatibility-score/?dependency-name=behat/mink-selenium2-driver&package-manager=composer&previous-version=1.3.1&new-version=1.4.0>
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)
- @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
- @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
- @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
- @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
- @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard< https://app.dependabot.com>:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
You can view, comment on, or merge this pull request online at:
https://github.com/opencats/OpenCATS/pull/470
Commit Summary
- Bump behat/mink-selenium2-driver from 1.3.1 to 1.4.0
File Changes
- M composer.lock< https://github.com/opencats/OpenCATS/pull/470/files#diff-1da2c7edc898c70e5a79a9997c98cecc> (157)
Patch Links:
- https://github.com/opencats/OpenCATS/pull/470.patch
- https://github.com/opencats/OpenCATS/pull/470.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub< https://github.com/opencats/OpenCATS/pull/470>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/AA53AVMBDM2B2KZVXR4IIZLRHB6WLANCNFSM4LGFJVVA>.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/opencats/OpenCATS/pull/470#issuecomment-598114075, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACFA7G6SCMWTDV3GDP6DW3RHC2N7ANCNFSM4LGFJVVA .
I’m in agreement, Russ. Earlier I simply hovered over the notes quickly as quick glimpse and the headless test run removal caught my attention. It’s important if we want fast test runs. I’ll have to go through the PR thoroughly and evaluate the changes.
Regards, Shant Adam
On Mar 12, 2020, at 8:42 AM, RussH [email protected] wrote:
Shant we don't need to accept this PR
Russ
On Thu, 12 Mar 2020 at 10:28, Shant Adam [email protected] wrote:
Why is PhantomJS tests being removed without the team’s input consideration on headless test runs? Headless test runs are for specific reasons. Unless you have a very strong argument, there is no reason for removing PhantomJS. What is your experience level with and in-depth knowledge of PhantomJS?
Regards, Shant Adam
On Mar 12, 2020, at 2:32 AM, dependabot-preview[bot] < [email protected]> wrote:
Bumps behat/mink-selenium2-driver< https://github.com/minkphp/MinkSelenium2Driver> from 1.3.1 to 1.4.0.
Release notes
Sourced from behat/mink-selenium2-driver's releases< https://github.com/minkphp/MinkSelenium2Driver/releases>.
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
Misc:
- Syn library is 0.0.3https://github.com/bitovi/syn/tree/v0.0.3
- The setDesiredCapabilities method combines default capabilities with user provided ones
- Removed outdated default capabilities
- The setDesiredCapabilities method will throw an exception, when used on a started session
Changelog
Sourced from behat/mink-selenium2-driver's changelog< https://github.com/minkphp/MinkSelenium2Driver/blob/master/CHANGELOG.md>.
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
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
Misc:
- Syn library is 0.0.3https://github.com/bitovi/syn/tree/v0.0.3
- The setDesiredCapabilities method combines default capabilities with user provided ones
- Removed outdated default capabilities
- The setDesiredCapabilities method will throw an exception, when used on a started session
Commits
312a967< https://github.com/minkphp/MinkSelenium2Driver/commit/312a967dd527f28980cce40850339cd5316da092> Update the changelog
cd7f67e< https://github.com/minkphp/MinkSelenium2Driver/commit/cd7f67ee55f6293d488e2869234b531fb5e6f8f5> Merge pull request #307< https://github-redirect.dependabot.com/minkphp/MinkSelenium2Driver/issues/307> from loic425/fix/boolean
8e81282< https://github.com/minkphp/MinkSelenium2Driver/commit/8e812820138a481e9e86ff7fb3d7cd2261be3e13> Merge pull request #317< https://github-redirect.dependabot.com/minkphp/MinkSelenium2Driver/issues/317> from stof/fix_cookie
1cb8b45< https://github.com/minkphp/MinkSelenium2Driver/commit/1cb8b45d453eeb566d110589fa14827cc9103a27> Fix the encoding of cookies on PHP 7.4
727f987< https://github.com/minkphp/MinkSelenium2Driver/commit/727f987844f4d42af0e0dd610c8340702eee4b3a> Merge pull request #316< https://github-redirect.dependabot.com/minkphp/MinkSelenium2Driver/issues/316> from stof/ci_setup
c0e2bff< https://github.com/minkphp/MinkSelenium2Driver/commit/c0e2bff4b2952de133f8348d2dda97f195fbbf64> Reduce the verbosity of Selenium logs
b689a52< https://github.com/minkphp/MinkSelenium2Driver/commit/b689a521bb7afcb2c8bda08c9e6fa5757ae52df6> Update the CI setup
e2f7a8a< https://github.com/minkphp/MinkSelenium2Driver/commit/e2f7a8a781ac11d393394227a43e03e9a9e2b311> Merge pull request #314< https://github-redirect.dependabot.com/minkphp/MinkSelenium2Driver/issues/314> from oallain/travis-php74
7df0a44< https://github.com/minkphp/MinkSelenium2Driver/commit/7df0a44c7720516efae5bb349d33e7bcfc497fb8> update php7.4 in travis
3ab9f31< https://github.com/minkphp/MinkSelenium2Driver/commit/3ab9f315e9ad63cc518ccc72910754fedd6de015> New Release (#311< https://github-redirect.dependabot.com/minkphp/MinkSelenium2Driver/issues/311>)
Additional commits viewable in compare view< https://github.com/minkphp/MinkSelenium2Driver/compare/v1.3.1...v1.4.0>
[Dependabot compatibility score]< https://dependabot.com/compatibility-score/?dependency-name=behat/mink-selenium2-driver&package-manager=composer&previous-version=1.3.1&new-version=1.4.0>
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)
- @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
- @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
- @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
- @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
- @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard< https://app.dependabot.com>:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
You can view, comment on, or merge this pull request online at:
https://github.com/opencats/OpenCATS/pull/470
Commit Summary
- Bump behat/mink-selenium2-driver from 1.3.1 to 1.4.0
File Changes
- M composer.lock< https://github.com/opencats/OpenCATS/pull/470/files#diff-1da2c7edc898c70e5a79a9997c98cecc> (157)
Patch Links:
- https://github.com/opencats/OpenCATS/pull/470.patch
- https://github.com/opencats/OpenCATS/pull/470.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub< https://github.com/opencats/OpenCATS/pull/470>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/AA53AVMBDM2B2KZVXR4IIZLRHB6WLANCNFSM4LGFJVVA>.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/opencats/OpenCATS/pull/470#issuecomment-598114075, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACFA7G6SCMWTDV3GDP6DW3RHC2N7ANCNFSM4LGFJVVA .
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/opencats/OpenCATS/pull/470#issuecomment-598164272, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA53AVPE2HE2H7Q3QMEDMDTRHDKC5ANCNFSM4LGFJVVA.