[PR #993] [CLOSED] Bump facebook/webdriver from 1.6.0 to 1.7.0 #1504

Closed
opened 2026-02-26 03:31:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/993
Author: @dependabot-preview[bot]
Created: 6/11/2019
Status: Closed

Base: masterHead: dependabot/composer/facebook/webdriver-1.7.0


📝 Commits (1)

  • b4f076a Bump facebook/webdriver from 1.6.0 to 1.7.0

📊 Changes

1 file changed (+17 additions, -17 deletions)

View changed files

📝 composer.lock (+17 -17)

📄 Description

Bumps facebook/webdriver from 1.6.0 to 1.7.0.

Changelog

Sourced from facebook/webdriver's changelog.

1.7.0 - 2019-06-10

Added

  • WebDriverCheckboxes and WebDriverRadios helper classes to simplify interaction with checkboxes and radio buttons.

Fixed

  • Stop sending null values in Cookie object, which is against the protocol and may cause request to remote ends to fail.

Changed

  • Force Chrome to not use W3C WebDriver protocol.
  • Add workaround for Chromedriver bug 2943 which breaks the protocol in Chromedriver 75.
Commits
  • 9a52b1a Release version 1.7.0
  • 0e90e92 Merge branch 'pull/621' into community
  • e8accbd Extend testcases to cover also form without id
  • 87f9d0f Improve readability of tests by structuring theme more in arrange-act-assert way
  • 12ac107 Improved xpath matching related elements to handle input associated to differ...
  • d1ad0b1 Update changelog
  • 550edf5 Do not send null values in cookie array (fixes #626)
  • 79d1bb3 Merge pull request #640 from OndraM/fix/chromedriver-hotfix
  • 0f3933c Disable default W3C protocol in Chrome 75+
  • fc1eb76 Merge pull request #639 from OndraM/feature/php-73
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/993 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/11/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/facebook/webdriver-1.7.0` --- ### 📝 Commits (1) - [`b4f076a`](https://github.com/koel/koel/commit/b4f076ae6181b80d2360088760a695dfb70c539f) Bump facebook/webdriver from 1.6.0 to 1.7.0 ### 📊 Changes **1 file changed** (+17 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+17 -17) </details> ### 📄 Description Bumps [facebook/webdriver](https://github.com/facebook/php-webdriver) from 1.6.0 to 1.7.0. <details> <summary>Changelog</summary> *Sourced from [facebook/webdriver's changelog](https://github.com/facebook/php-webdriver/blob/community/CHANGELOG.md).* > ## 1.7.0 - 2019-06-10 > ### Added > - `WebDriverCheckboxes` and `WebDriverRadios` helper classes to simplify interaction with checkboxes and radio buttons. > > ### Fixed > - Stop sending null values in Cookie object, which is against the protocol and may cause request to remote ends to fail. > > ### Changed > - Force Chrome to not use W3C WebDriver protocol. > - Add workaround for Chromedriver bug [2943](https://bugs.chromium.org/p/chromedriver/issues/detail?id=2943) which breaks the protocol in Chromedriver 75. </details> <details> <summary>Commits</summary> - [`9a52b1a`](https://github.com/facebook/php-webdriver/commit/9a52b1ac036743c31bc127fd7f2f4710e2bc968a) Release version 1.7.0 - [`0e90e92`](https://github.com/facebook/php-webdriver/commit/0e90e9206e1a9715306932ce1f91adab22090366) Merge branch 'pull/621' into community - [`e8accbd`](https://github.com/facebook/php-webdriver/commit/e8accbdea92c617e0bfea7bcd5aea522e0c19c9d) Extend testcases to cover also form without id - [`87f9d0f`](https://github.com/facebook/php-webdriver/commit/87f9d0f4dbaf8ecf7c87415cccd3f00ea9e0311c) Improve readability of tests by structuring theme more in arrange-act-assert way - [`12ac107`](https://github.com/facebook/php-webdriver/commit/12ac107aba8af2cc08c549884f5a5844899509e9) Improved xpath matching related elements to handle input associated to differ... - [`d1ad0b1`](https://github.com/facebook/php-webdriver/commit/d1ad0b14b4f34f3d3eca10c1587b991f612e6746) Update changelog - [`550edf5`](https://github.com/facebook/php-webdriver/commit/550edf5a815694f60654a0a82d0bbe818eeb1514) Do not send null values in cookie array (fixes [#626](https://github-redirect.dependabot.com/facebook/php-webdriver/issues/626)) - [`79d1bb3`](https://github.com/facebook/php-webdriver/commit/79d1bb3462ad05db1e94b71b8f8befe1c20de7d8) Merge pull request [#640](https://github-redirect.dependabot.com/facebook/php-webdriver/issues/640) from OndraM/fix/chromedriver-hotfix - [`0f3933c`](https://github.com/facebook/php-webdriver/commit/0f3933c41606fd076d79ff064bc0def2b774e67d) Disable default W3C protocol in Chrome 75+ - [`fc1eb76`](https://github.com/facebook/php-webdriver/commit/fc1eb76eb772a7490ca8abe0ebea63163d58fa1d) Merge pull request [#639](https://github-redirect.dependabot.com/facebook/php-webdriver/issues/639) from OndraM/feature/php-73 - Additional commits viewable in [compare view](https://github.com/facebook/php-webdriver/compare/1.6.0...1.7.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=facebook/webdriver&package-manager=composer&previous-version=1.6.0&new-version=1.7.0)](https://dependabot.com/compatibility-score.html?dependency-name=facebook/webdriver&package-manager=composer&previous-version=1.6.0&new-version=1.7.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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:31:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1504
No description provided.