Skip to content

Commit 312a967

Browse files
committed
Update the changelog
1 parent cd7f67e commit 312a967

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,32 @@
1-
1.4.0 / 2019-08-28
1+
1.4.0 / 2020-03-11
22
==================
33

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

912
Changes:
13+
1014
* Bumped requirement to PHP 5.4
1115

1216
New features:
17+
1318
* Allow uploading files to remote Selenium instances (e.g. SauceLabs, BrowserStack, etc.)
1419
* Added `getDesiredCapabilities` method for fetching current desired capabilities
20+
* Added support for `goog:chromeOptions` to specify custom Chrome options, which is the name used by newer ChromeDriver releases
1521

1622
Testsuite:
23+
1724
* Don't test on PHP 5.3 (driver itself would likely continue to work on PHP 5.3 for some time)
18-
* Adding testing on PHP 7.1, 7.2, 7.3 and 7.4beta
25+
* Adding testing on PHP 7.1, 7.2, 7.3 and 7.4
1926
* Removed PhantomJS
2027

2128
Misc:
29+
2230
* Syn library is [0.0.3](https://github.com/bitovi/syn/tree/v0.0.3)
2331
* The `setDesiredCapabilities` method combines default capabilities with user provided ones
2432
* Removed outdated default capabilities

0 commit comments

Comments
 (0)