-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added changelog - added license - updated composer - updated shell-scripts - updated WebDriverFactory
- Loading branch information
1 parent
8bac9c5
commit 8d93021
Showing
7 changed files
with
82 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,24 @@ | ||
1.3.1 / 2016-03-05 | ||
================== | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.0.0] - 2021-01-16 | ||
### Added | ||
- Initial implementation as a hard fork from https://github.com/minkphp/MinkSelenium2Driver | ||
- Using .editorconfig | ||
- Using GitHub Action instead of Travis CI | ||
- Using Dependabot | ||
- Using own fork of driver-testsuite | ||
- Added Screenshot listener (for unit tests) | ||
- Added LICENCE file | ||
- Prompt support | ||
- Workaround for https://github.com/mozilla/geckodriver/issues/149 | ||
- Workaround for https://github.com/mozilla/geckodriver/issues/653 | ||
- Workaround for https://github.com/mozilla/geckodriver/issues/1816 | ||
- Handling `input[type=time]`, `input[type=date]` and `input[type=color]` | ||
|
||
[Unreleased]: https://github.com/oleg-andreyev/MinkPhpWebDriver/compare/v1.0.0...HEAD | ||
[1.0.0]: https://github.com/oleg-andreyev/MinkPhpWebDriver/compare/07b0f6be5c4ec82b041b62b99bd48786a4373ad0...v1.0.0 | ||
|
||
Bug fixes: | ||
|
||
* Fixed the handling of cookies with semicolon in the value | ||
|
||
Testsuite: | ||
|
||
* Add testing on PHP 7 | ||
|
||
1.3.0 / 2015-09-21 | ||
================== | ||
|
||
New features: | ||
|
||
* Updated the driver to use findElementsXpaths for Mink 1.7 and forward compatibility with Mink 2 | ||
|
||
Testsuite: | ||
|
||
* Fixed the window name test for the chrome driver | ||
* Add testing on PhantomJS 2 | ||
|
||
Misc: | ||
|
||
* Updated the repository structure to PSR-4 | ||
|
||
1.2.0 / 2014-09-29 | ||
================== | ||
|
||
BC break: | ||
|
||
* Changed the behavior of `getValue` for checkboxes according to the BC break in Mink 1.6 | ||
|
||
New features: | ||
|
||
* Added the support of the `chromeOptions` argument in capabilities | ||
* Added the support of select elements in `setValue` | ||
* Added the support of checbox and radio elements in `setValue` | ||
* Added the support of HTML5 input types in `setValue` (for those supported by WebDriver itself) | ||
* Added `getWebDriverSessionId` to get the WebDriver session id | ||
* Added a way to configure the webdriver timeouts | ||
* Implemented `getOuterHtml` | ||
* Implemented `getWindowNames` and `getWindowName` | ||
* Implemented `maximizeWindow` | ||
* Implemented `submitForm` | ||
* Implemented `isSelected` | ||
|
||
Bug fixes: | ||
|
||
* Fixed the selection of options for radio groups | ||
* Fixed `getValue` for radio groups | ||
* Fixed the selection of options for multiple selects to ensure the change event is triggered only once | ||
* Fixed mouse interactions to use the webDriver API rather than using JS and emulating events | ||
* Fixed duplicate change events being triggered when setting the value | ||
* Fixed the code to throw exceptions for invalid usages of the driver | ||
* Fixed the implementation of `mouseOver` | ||
* Fixed `evaluateScript` and `executeScript` to support all syntaxes required by the Mink API | ||
* Fixed the retrieval of HTML attributes in `getAttribute` | ||
* Fixed form interactions to use the webDriver API rather than using JS and emulating change events | ||
* Fixed the clearing of the value when the caret is at the beginning of the field in `setValue` | ||
|
||
Testing: | ||
|
||
* Updated the testsuite to use the new Mink 1.6 driver testsuite | ||
* Added testing on HHVM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2019 Oleg Andreyev | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
{ | ||
"name": "oleg-andreyev/mink-facebook-web-driver", | ||
"description": "MinkFacebookWebDriver driver for Mink framework", | ||
"keywords": ["webdriver", "w3c", "jsonwire", "javascript", "ajax", "testing", "browser"], | ||
"type": "mink-driver", | ||
"license": "MIT", | ||
|
||
"name": "oleg-andreyev/mink-php-web-driver", | ||
"description": "MinkPhpWebDriver driver for Mink framework", | ||
"keywords": [ | ||
"webdriver", | ||
"w3c", | ||
"jsonwire", | ||
"javascript", | ||
"ajax", | ||
"testing", | ||
"browser" | ||
], | ||
"type": "mink-driver", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Oleg Andreyev", | ||
"email": "[email protected]" | ||
"name": "Oleg Andreyev", | ||
"email": "[email protected]", | ||
"role": "Main Developer" | ||
} | ||
], | ||
"repositories": [ | ||
|
@@ -19,12 +27,13 @@ | |
} | ||
], | ||
"require": { | ||
"php": ">=7.2", | ||
"behat/mink": "^1.8", | ||
"php": ">=7.2", | ||
"behat/mink": "^1.8", | ||
"php-webdriver/webdriver": "^1.8" | ||
}, | ||
"require-dev": { | ||
"ext-json": "*", | ||
"roave/security-advisories": "dev-master", | ||
"mink/driver-testsuite": "dev-integration-branch", | ||
"behat/mink-extension": "^2.3", | ||
"symfony/phpunit-bridge": "^5.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters