File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 1.4.0 / 2019-08-28
1+ 1.4.0 / 2020-03-11
22==================
33
44Bug 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
912Changes:
13+
1014* Bumped requirement to PHP 5.4
1115
1216New 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
1622Testsuite:
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
2128Misc:
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
You can’t perform that action at this time.
0 commit comments