UNPKG

appium-chromedriver

Version:
954 lines (442 loc) 51.2 kB
## [7.0.13](https://github.com/appium/appium-chromedriver/compare/v7.0.12...v7.0.13) (2025-04-02) ### Miscellaneous Chores * ChromeDriver Bump to v135.0.7049.42 ([#469](https://github.com/appium/appium-chromedriver/issues/469)) ([290735a](https://github.com/appium/appium-chromedriver/commit/290735a4390c2e7f41a654493a4ecaf0bc66f991)) ## [7.0.12](https://github.com/appium/appium-chromedriver/compare/v7.0.11...v7.0.12) (2025-03-25) ### Miscellaneous Chores * **deps-dev:** bump sinon from 19.0.5 to 20.0.0 ([#468](https://github.com/appium/appium-chromedriver/issues/468)) ([f3774be](https://github.com/appium/appium-chromedriver/commit/f3774bedde72199983c1bd31fe4fa95c338b86e3)) ## [7.0.11](https://github.com/appium/appium-chromedriver/compare/v7.0.10...v7.0.11) (2025-03-22) ### Miscellaneous Chores * ChromeDriver Bump to v134.0.6998.165 ([#467](https://github.com/appium/appium-chromedriver/issues/467)) ([1c6add6](https://github.com/appium/appium-chromedriver/commit/1c6add6adff712698c82931f339115c6d7dfb934)) ## [7.0.10](https://github.com/appium/appium-chromedriver/compare/v7.0.9...v7.0.10) (2025-03-20) ### Miscellaneous Chores * ChromeDriver Bump to v134.0.6998.90 ([#466](https://github.com/appium/appium-chromedriver/issues/466)) ([ba76d3d](https://github.com/appium/appium-chromedriver/commit/ba76d3db27fb7a359eaffa71065a5b1d5c50dd83)) ## [7.0.9](https://github.com/appium/appium-chromedriver/compare/v7.0.8...v7.0.9) (2025-03-11) ### Miscellaneous Chores * ChromeDriver Bump to v134.0.6998.88 ([#465](https://github.com/appium/appium-chromedriver/issues/465)) ([6bf4e7d](https://github.com/appium/appium-chromedriver/commit/6bf4e7d07f46b53383d6dea6b061d1b109ebbdb8)) ## [7.0.8](https://github.com/appium/appium-chromedriver/compare/v7.0.7...v7.0.8) (2025-03-05) ### Miscellaneous Chores * ChromeDriver Bump to v134.0.6998.35 ([#464](https://github.com/appium/appium-chromedriver/issues/464)) ([4d349cf](https://github.com/appium/appium-chromedriver/commit/4d349cf9212f25de9e0cd4e1949150cc86cde49b)) ## [7.0.7](https://github.com/appium/appium-chromedriver/compare/v7.0.6...v7.0.7) (2025-02-26) ### Miscellaneous Chores * ChromeDriver Bump to v133.0.6943.141 ([#463](https://github.com/appium/appium-chromedriver/issues/463)) ([227ee2a](https://github.com/appium/appium-chromedriver/commit/227ee2a7870bcf933c7a0dd12450a2da8cd7e555)) ## [7.0.6](https://github.com/appium/appium-chromedriver/compare/v7.0.5...v7.0.6) (2025-02-21) ### Bug Fixes * Accept reqBasePath proxy option ([#462](https://github.com/appium/appium-chromedriver/issues/462)) ([845d762](https://github.com/appium/appium-chromedriver/commit/845d762c4e8025f4b5e9214f012c94b78e57f051)) ## [7.0.5](https://github.com/appium/appium-chromedriver/compare/v7.0.4...v7.0.5) (2025-02-21) ### Miscellaneous Chores * ChromeDriver Bump to v133.0.6943.126 ([#461](https://github.com/appium/appium-chromedriver/issues/461)) ([0a01697](https://github.com/appium/appium-chromedriver/commit/0a01697880873ac2082c432c11b3e9650510cad9)) ## [7.0.4](https://github.com/appium/appium-chromedriver/compare/v7.0.3...v7.0.4) (2025-02-20) ### Miscellaneous Chores * Add semver types ([#460](https://github.com/appium/appium-chromedriver/issues/460)) ([5e1dd92](https://github.com/appium/appium-chromedriver/commit/5e1dd9271f06195ad18697d821f6fd41d7857c03)) ## [7.0.3](https://github.com/appium/appium-chromedriver/compare/v7.0.2...v7.0.3) (2025-02-13) ### Miscellaneous Chores * ChromeDriver Bump to v133.0.6943.98 ([#459](https://github.com/appium/appium-chromedriver/issues/459)) ([b80fb70](https://github.com/appium/appium-chromedriver/commit/b80fb70a53251aa2e3206994b9b8e6813811f828)) ## [7.0.2](https://github.com/appium/appium-chromedriver/compare/v7.0.1...v7.0.2) (2025-02-05) ### Miscellaneous Chores * ChromeDriver Bump to v133.0.6943.53 ([#458](https://github.com/appium/appium-chromedriver/issues/458)) ([4310bb0](https://github.com/appium/appium-chromedriver/commit/4310bb09a9f9da107065fb415f43f9b168ce38bc)) ## [7.0.1](https://github.com/appium/appium-chromedriver/compare/v7.0.0...v7.0.1) (2025-01-29) ### Miscellaneous Chores * ChromeDriver Bump to v132.0.6834.159 ([#457](https://github.com/appium/appium-chromedriver/issues/457)) ([86fa246](https://github.com/appium/appium-chromedriver/commit/86fa246e445e52d983cafc2c8edbf723bdaf570a)) ## [7.0.0](https://github.com/appium/appium-chromedriver/compare/v6.1.16...v7.0.0) (2025-01-24) ### ⚠ BREAKING CHANGES * The detectWebDriverProtocol method of the Chromedriver class has been removed * The desiredProtocol property of the Chromedriver class has been renamed to _desiredProtocol * The driverVersion property of the Chromedriver has been changed to a getter ### Features * Determine chromedriver version from the /status API output ([#456](https://github.com/appium/appium-chromedriver/issues/456)) ([797c8cc](https://github.com/appium/appium-chromedriver/commit/797c8cc3648712c0d8d17b15c5ef2be4af8a6c99)) ## [6.1.16](https://github.com/appium/appium-chromedriver/compare/v6.1.15...v6.1.16) (2025-01-23) ### Miscellaneous Chores * ChromeDriver Bump to v132.0.6834.110 ([#454](https://github.com/appium/appium-chromedriver/issues/454)) ([152a416](https://github.com/appium/appium-chromedriver/commit/152a416e83b869524036f7effeac3258bae99554)) ## [6.1.15](https://github.com/appium/appium-chromedriver/compare/v6.1.14...v6.1.15) (2025-01-15) ### Miscellaneous Chores * ChromeDriver Bump to v132.0.6834.83 ([#453](https://github.com/appium/appium-chromedriver/issues/453)) ([58e2204](https://github.com/appium/appium-chromedriver/commit/58e22042a35e2265c22e3e3bbc23397bd6c75695)) ## [6.1.14](https://github.com/appium/appium-chromedriver/compare/v6.1.13...v6.1.14) (2025-01-08) ### Miscellaneous Chores * ChromeDriver Bump to v131.0.6778.264 ([#452](https://github.com/appium/appium-chromedriver/issues/452)) ([60948b7](https://github.com/appium/appium-chromedriver/commit/60948b72d50ea770a330626bf856e2f688aab114)) ## [6.1.13](https://github.com/appium/appium-chromedriver/compare/v6.1.12...v6.1.13) (2025-01-06) ### Miscellaneous Chores * **deps-dev:** bump @appium/eslint-config-appium-ts from 0.3.3 to 1.0.1 ([#451](https://github.com/appium/appium-chromedriver/issues/451)) ([ccbd1b9](https://github.com/appium/appium-chromedriver/commit/ccbd1b9aceb5e1732aa530e42d57856749b66f09)) ## [6.1.12](https://github.com/appium/appium-chromedriver/compare/v6.1.11...v6.1.12) (2024-12-19) ### Miscellaneous Chores * ChromeDriver Bump to v131.0.6778.204 ([#450](https://github.com/appium/appium-chromedriver/issues/450)) ([fb89c06](https://github.com/appium/appium-chromedriver/commit/fb89c06faf607b3bba963c9905733214e2542e07)) ## [6.1.11](https://github.com/appium/appium-chromedriver/compare/v6.1.10...v6.1.11) (2024-12-12) ### Miscellaneous Chores * Replace occurrences of the deprecated errorAndThrow API ([#449](https://github.com/appium/appium-chromedriver/issues/449)) ([010ef76](https://github.com/appium/appium-chromedriver/commit/010ef76335084fc60b45f5a71710fb140a5868c5)) ## [6.1.10](https://github.com/appium/appium-chromedriver/compare/v6.1.9...v6.1.10) (2024-12-11) ### Miscellaneous Chores * ChromeDriver Bump to v131.0.6778.108 ([#448](https://github.com/appium/appium-chromedriver/issues/448)) ([1de23ab](https://github.com/appium/appium-chromedriver/commit/1de23ab3da445f9398de9dd28a9a1efb928c276b)) ## [6.1.9](https://github.com/appium/appium-chromedriver/compare/v6.1.8...v6.1.9) (2024-12-06) ### Miscellaneous Chores * **deps:** bump @appium/support from 5.1.8 to 6.0.0 ([#447](https://github.com/appium/appium-chromedriver/issues/447)) ([f52a1d8](https://github.com/appium/appium-chromedriver/commit/f52a1d8bfeba7912ab0fa6eff8afe1eccaebe82f)) ## [6.1.8](https://github.com/appium/appium-chromedriver/compare/v6.1.7...v6.1.8) (2024-12-04) ### Miscellaneous Chores * ChromeDriver Bump to v131.0.6778.87 ([#446](https://github.com/appium/appium-chromedriver/issues/446)) ([fc0360b](https://github.com/appium/appium-chromedriver/commit/fc0360b997b54afce675eb86a73aebee37791af1)) ## [6.1.7](https://github.com/appium/appium-chromedriver/compare/v6.1.6...v6.1.7) (2024-12-03) ### Miscellaneous Chores * **deps-dev:** bump mocha from 10.8.2 to 11.0.1 ([#445](https://github.com/appium/appium-chromedriver/issues/445)) ([ba8af98](https://github.com/appium/appium-chromedriver/commit/ba8af9812421235b2868e53fcb5f96260ad15d1c)) ## [6.1.6](https://github.com/appium/appium-chromedriver/compare/v6.1.5...v6.1.6) (2024-11-20) ### Miscellaneous Chores * ChromeDriver Bump to v131.0.6778.85 ([#444](https://github.com/appium/appium-chromedriver/issues/444)) ([7c77030](https://github.com/appium/appium-chromedriver/commit/7c770307346b9c6f78dc9beffc86576799f259be)) ## [6.1.5](https://github.com/appium/appium-chromedriver/compare/v6.1.4...v6.1.5) (2024-11-13) ### Miscellaneous Chores * ChromeDriver Bump to v131.0.6778.69 ([#443](https://github.com/appium/appium-chromedriver/issues/443)) ([d2e5c0a](https://github.com/appium/appium-chromedriver/commit/d2e5c0aa4c758a74d56e1cf15e149299ef4b0d56)) ## [6.1.4](https://github.com/appium/appium-chromedriver/compare/v6.1.3...v6.1.4) (2024-11-07) ### Miscellaneous Chores * ChromeDriver Bump to v130.0.6723.116 ([#442](https://github.com/appium/appium-chromedriver/issues/442)) ([83a32f0](https://github.com/appium/appium-chromedriver/commit/83a32f0cbf2aa25a85d0dea6b39f447881200891)) ## [6.1.3](https://github.com/appium/appium-chromedriver/compare/v6.1.2...v6.1.3) (2024-11-06) ### Miscellaneous Chores * ChromeDriver Bump to v130.0.6723.93 ([#441](https://github.com/appium/appium-chromedriver/issues/441)) ([7a6a0cc](https://github.com/appium/appium-chromedriver/commit/7a6a0ccc4083016bdee332170af3342d51ff6426)) ## [6.1.2](https://github.com/appium/appium-chromedriver/compare/v6.1.1...v6.1.2) (2024-10-30) ### Miscellaneous Chores * ChromeDriver Bump to v130.0.6723.91 ([#440](https://github.com/appium/appium-chromedriver/issues/440)) ([8a1f7b8](https://github.com/appium/appium-chromedriver/commit/8a1f7b8358f57cccaeaa15ec05d399b90d01a9e7)) ## [6.1.1](https://github.com/appium/appium-chromedriver/compare/v6.1.0...v6.1.1) (2024-10-23) ### Miscellaneous Chores * ChromeDriver Bump to v130.0.6723.69 ([#439](https://github.com/appium/appium-chromedriver/issues/439)) ([af87531](https://github.com/appium/appium-chromedriver/commit/af87531cb672b553f88130886ff5491b70f97804)) ## [6.1.0](https://github.com/appium/appium-chromedriver/compare/v6.0.8...v6.1.0) (2024-10-22) ### Features * add get latest known good version ([#438](https://github.com/appium/appium-chromedriver/issues/438)) ([f9b64d8](https://github.com/appium/appium-chromedriver/commit/f9b64d8b7ee166a4fbf8223b098e07a4557ec269)) ## [6.0.8](https://github.com/appium/appium-chromedriver/compare/v6.0.7...v6.0.8) (2024-10-16) ### Miscellaneous Chores * ChromeDriver Bump to v130.0.6723.58 ([#437](https://github.com/appium/appium-chromedriver/issues/437)) ([5d42050](https://github.com/appium/appium-chromedriver/commit/5d42050fea984cd1d9930126d8911b6b4253d4b0)) ## [6.0.7](https://github.com/appium/appium-chromedriver/compare/v6.0.6...v6.0.7) (2024-10-10) ### Miscellaneous Chores * ChromeDriver Bump to v129.0.6668.100 ([#436](https://github.com/appium/appium-chromedriver/issues/436)) ([267c9d1](https://github.com/appium/appium-chromedriver/commit/267c9d1e991aeae4d5da8667c47a7544e00f4c68)) ## [6.0.6](https://github.com/appium/appium-chromedriver/compare/v6.0.5...v6.0.6) (2024-10-09) ### Miscellaneous Chores * ChromeDriver Bump to v129.0.6668.91 ([#435](https://github.com/appium/appium-chromedriver/issues/435)) ([961840e](https://github.com/appium/appium-chromedriver/commit/961840e375e31327adebb6a5a709c9f956ba2ccd)) ## [6.0.5](https://github.com/appium/appium-chromedriver/compare/v6.0.4...v6.0.5) (2024-10-03) ### Miscellaneous Chores * ChromeDriver Bump to v129.0.6668.89 ([#434](https://github.com/appium/appium-chromedriver/issues/434)) ([6e1ec12](https://github.com/appium/appium-chromedriver/commit/6e1ec127aacd088a914cbc7cb1059dc60c83cbd2)) ## [6.0.4](https://github.com/appium/appium-chromedriver/compare/v6.0.3...v6.0.4) (2024-10-02) ### Miscellaneous Chores * ChromeDriver Bump to v129.0.6668.71 ([#433](https://github.com/appium/appium-chromedriver/issues/433)) ([9cf869e](https://github.com/appium/appium-chromedriver/commit/9cf869eb45043c52b2b0ac9414a30b9b8e785c51)) ## [6.0.3](https://github.com/appium/appium-chromedriver/compare/v6.0.2...v6.0.3) (2024-09-25) ### Miscellaneous Chores * ChromeDriver Bump to v129.0.6668.70 ([#432](https://github.com/appium/appium-chromedriver/issues/432)) ([2a61028](https://github.com/appium/appium-chromedriver/commit/2a61028ed5a670907ee9ba10328eeccf052a7ad4)) ## [6.0.2](https://github.com/appium/appium-chromedriver/compare/v6.0.1...v6.0.2) (2024-09-18) ### Miscellaneous Chores * ChromeDriver Bump to v129.0.6668.58 ([#431](https://github.com/appium/appium-chromedriver/issues/431)) ([7db99a8](https://github.com/appium/appium-chromedriver/commit/7db99a8143ddd902fad99925d5c906b11513aaf3)) ## [6.0.1](https://github.com/appium/appium-chromedriver/compare/v6.0.0...v6.0.1) (2024-09-16) ### Bug Fixes * Import proper eslint config ([#409](https://github.com/appium/appium-chromedriver/issues/409)) ([044a5ac](https://github.com/appium/appium-chromedriver/commit/044a5ac5132e6f8506d2846d67106ad1c14bf44b)) ## [6.0.0](https://github.com/appium/appium-chromedriver/compare/v5.6.78...v6.0.0) (2024-09-16) ### ⚠ BREAKING CHANGES * Latest chromedriver binary does not get downloaded automatically anymore upon module installation ### Features * Remove automatic download of the latest chromedriver upon install ([#430](https://github.com/appium/appium-chromedriver/issues/430)) ([ee7940d](https://github.com/appium/appium-chromedriver/commit/ee7940d30ef23cd825584b76b8fcfb8c42b38cc8)) ## [5.6.78](https://github.com/appium/appium-chromedriver/compare/v5.6.77...v5.6.78) (2024-09-14) ### Miscellaneous Chores * ChromeDriver Bump to v128.0.6613.137 ([#429](https://github.com/appium/appium-chromedriver/issues/429)) ([6378dd4](https://github.com/appium/appium-chromedriver/commit/6378dd4f35ae2fbd672882e0e04ab34b82898041)) ## [5.6.77](https://github.com/appium/appium-chromedriver/compare/v5.6.76...v5.6.77) (2024-09-13) ### Miscellaneous Chores * **deps-dev:** bump sinon from 18.0.1 to 19.0.1 ([#427](https://github.com/appium/appium-chromedriver/issues/427)) ([0586a23](https://github.com/appium/appium-chromedriver/commit/0586a234de4f557a228457aa1ce781a6a64d355a)) ## [5.6.76](https://github.com/appium/appium-chromedriver/compare/v5.6.75...v5.6.76) (2024-09-13) ### Bug Fixes * build error with type of xmldom ([#428](https://github.com/appium/appium-chromedriver/issues/428)) ([0c3838f](https://github.com/appium/appium-chromedriver/commit/0c3838f359f1fd5d46e36eb8f881dfeb76118081)) ## [5.6.75](https://github.com/appium/appium-chromedriver/compare/v5.6.74...v5.6.75) (2024-09-03) ### Miscellaneous Chores * ChromeDriver Bump to v128.0.6613.119 ([#426](https://github.com/appium/appium-chromedriver/issues/426)) ([424ed37](https://github.com/appium/appium-chromedriver/commit/424ed377fead449040bdbed7fc1961f26a00dfca)) ## [5.6.74](https://github.com/appium/appium-chromedriver/compare/v5.6.73...v5.6.74) (2024-08-31) ### Bug Fixes * Support xmldom 0.9.0+ ([#425](https://github.com/appium/appium-chromedriver/issues/425)) ([b062926](https://github.com/appium/appium-chromedriver/commit/b062926c64218894467c8ad427a2b095070889d9)) ## [5.6.73](https://github.com/appium/appium-chromedriver/compare/v5.6.72...v5.6.73) (2024-08-29) ### Miscellaneous Chores * ChromeDriver Bump to v128.0.6613.86 ([#423](https://github.com/appium/appium-chromedriver/issues/423)) ([dbea46a](https://github.com/appium/appium-chromedriver/commit/dbea46aac8b862a05355a710ac178ccca6a7f709)) ## [5.6.72](https://github.com/appium/appium-chromedriver/compare/v5.6.71...v5.6.72) (2024-08-22) ### Miscellaneous Chores * ChromeDriver Bump to v128.0.6613.84 ([#422](https://github.com/appium/appium-chromedriver/issues/422)) ([c53a611](https://github.com/appium/appium-chromedriver/commit/c53a611b96f1bfed39670aecace7601ed535d282)) ## [5.6.71](https://github.com/appium/appium-chromedriver/compare/v5.6.70...v5.6.71) (2024-08-15) ### Miscellaneous Chores * ChromeDriver Bump to v127.0.6533.119 ([#421](https://github.com/appium/appium-chromedriver/issues/421)) ([8c293cc](https://github.com/appium/appium-chromedriver/commit/8c293cc5829b7bb29da0bade642a6f93db4b59c5)) ## [5.6.70](https://github.com/appium/appium-chromedriver/compare/v5.6.69...v5.6.70) (2024-08-07) ### Miscellaneous Chores * ChromeDriver Bump to v127.0.6533.99 ([#420](https://github.com/appium/appium-chromedriver/issues/420)) ([9ac63d6](https://github.com/appium/appium-chromedriver/commit/9ac63d6eb8dc7dcee5d6c9065aa15d794cec9fa6)) ## [5.6.69](https://github.com/appium/appium-chromedriver/compare/v5.6.68...v5.6.69) (2024-08-02) ### Miscellaneous Chores * Replace fancy-log dependency with appium logger ([#419](https://github.com/appium/appium-chromedriver/issues/419)) ([7faf923](https://github.com/appium/appium-chromedriver/commit/7faf923fed5ca28f34ead0bac9cc98c48fc09208)) ## [5.6.68](https://github.com/appium/appium-chromedriver/compare/v5.6.67...v5.6.68) (2024-07-31) ### Miscellaneous Chores * ChromeDriver Bump to v127.0.6533.88 ([#418](https://github.com/appium/appium-chromedriver/issues/418)) ([954703f](https://github.com/appium/appium-chromedriver/commit/954703f5851bf0bf4244583ff4acceb9d22ed7a2)) ## [5.6.67](https://github.com/appium/appium-chromedriver/compare/v5.6.66...v5.6.67) (2024-07-29) ### Miscellaneous Chores * **deps-dev:** bump @types/node from 20.14.13 to 22.0.0 ([#417](https://github.com/appium/appium-chromedriver/issues/417)) ([2cc72b7](https://github.com/appium/appium-chromedriver/commit/2cc72b7817f45a1dcd87db958d331ec751d6f9b3)) ## [5.6.66](https://github.com/appium/appium-chromedriver/compare/v5.6.65...v5.6.66) (2024-07-24) ### Miscellaneous Chores * ChromeDriver Bump to v127.0.6533.72 ([#416](https://github.com/appium/appium-chromedriver/issues/416)) ([cba7cb5](https://github.com/appium/appium-chromedriver/commit/cba7cb57691fa94f2c16156599e2f503274613bd)) ## [5.6.65](https://github.com/appium/appium-chromedriver/compare/v5.6.64...v5.6.65) (2024-07-20) ### Miscellaneous Chores * Optimize process events handling ([#415](https://github.com/appium/appium-chromedriver/issues/415)) ([7eb8555](https://github.com/appium/appium-chromedriver/commit/7eb85554274c0cef0cf5aba7b4d905cf5fe70701)) ## [5.6.64](https://github.com/appium/appium-chromedriver/compare/v5.6.63...v5.6.64) (2024-07-17) ### Miscellaneous Chores * ChromeDriver Bump to v126.0.6478.182 ([#414](https://github.com/appium/appium-chromedriver/issues/414)) ([192418c](https://github.com/appium/appium-chromedriver/commit/192418cc7859dfe251e53a6e9440c0e050860baa)) ## [5.6.63](https://github.com/appium/appium-chromedriver/compare/v5.6.62...v5.6.63) (2024-07-10) ### Miscellaneous Chores * **deps-dev:** bump sinon from 17.0.2 to 18.0.0 ([#411](https://github.com/appium/appium-chromedriver/issues/411)) ([f63d99b](https://github.com/appium/appium-chromedriver/commit/f63d99bf991a1d789ec5532527e51b6f08c4a6d9)) * **deps:** bump @appium/support from 4.5.0 to 5.1.1 ([#412](https://github.com/appium/appium-chromedriver/issues/412)) ([19c6e2b](https://github.com/appium/appium-chromedriver/commit/19c6e2ba25d18926f5178c27e5c8b4d5dcfe78f3)) ## [5.6.62](https://github.com/appium/appium-chromedriver/compare/v5.6.61...v5.6.62) (2024-06-25) ### Miscellaneous Chores * ChromeDriver Bump to v126.0.6478.126 ([#408](https://github.com/appium/appium-chromedriver/issues/408)) ([4541c41](https://github.com/appium/appium-chromedriver/commit/4541c41c3a2e16cd6198741426b227685f8d2de7)) ## [5.6.61](https://github.com/appium/appium-chromedriver/compare/v5.6.60...v5.6.61) (2024-06-22) ### Miscellaneous Chores * Bump chai and chai-as-promised ([#407](https://github.com/appium/appium-chromedriver/issues/407)) ([af5e21c](https://github.com/appium/appium-chromedriver/commit/af5e21cc673dbcbcc454952f10f2b9a272980176)) ## [5.6.60](https://github.com/appium/appium-chromedriver/compare/v5.6.59...v5.6.60) (2024-06-21) ### Miscellaneous Chores * ChromeDriver Bump to v126.0.6478.63 ([#406](https://github.com/appium/appium-chromedriver/issues/406)) ([1bddd81](https://github.com/appium/appium-chromedriver/commit/1bddd819a8d7083bb45d0fab5c75b3f0f599940a)) ## [5.6.59](https://github.com/appium/appium-chromedriver/compare/v5.6.58...v5.6.59) (2024-06-19) ### Miscellaneous Chores * ChromeDriver Bump to v126.0.6478.62 ([#405](https://github.com/appium/appium-chromedriver/issues/405)) ([61bd1c1](https://github.com/appium/appium-chromedriver/commit/61bd1c162ae4a3e3a50c8f88428339d656997242)) ## [5.6.58](https://github.com/appium/appium-chromedriver/compare/v5.6.57...v5.6.58) (2024-06-14) ### Miscellaneous Chores * ChromeDriver Bump to v126.0.6478.61 ([#404](https://github.com/appium/appium-chromedriver/issues/404)) ([d4649ea](https://github.com/appium/appium-chromedriver/commit/d4649ea44efe12a24a5edfd36fbf0f41eb9fe852)) ## [5.6.57](https://github.com/appium/appium-chromedriver/compare/v5.6.56...v5.6.57) (2024-06-12) ### Miscellaneous Chores * ChromeDriver Bump to v126.0.6478.55 ([#403](https://github.com/appium/appium-chromedriver/issues/403)) ([30a2201](https://github.com/appium/appium-chromedriver/commit/30a22016b17648d619bb7ba5dbd985335be5cf84)) ## [5.6.56](https://github.com/appium/appium-chromedriver/compare/v5.6.55...v5.6.56) (2024-06-04) ### Miscellaneous Chores * bump semantic-release from 23.1.1 to 24.0.0 and conventional-changelog-conventionalcommits to 8.0.0 ([#402](https://github.com/appium/appium-chromedriver/issues/402)) ([dc30918](https://github.com/appium/appium-chromedriver/commit/dc30918766af53ef501498b53eb4f694445dc691)) ## [5.6.55](https://github.com/appium/appium-chromedriver/compare/v5.6.54...v5.6.55) (2024-05-31) ### Miscellaneous Chores * ChromeDriver Bump to v125.0.6422.141 ([#401](https://github.com/appium/appium-chromedriver/issues/401)) ([294c0a5](https://github.com/appium/appium-chromedriver/commit/294c0a52ac73c807f290179e40dae624c78dc2f8)) ## [5.6.54](https://github.com/appium/appium-chromedriver/compare/v5.6.53...v5.6.54) (2024-05-25) ### Miscellaneous Chores * ChromeDriver Bump to v125.0.6422.78 ([#400](https://github.com/appium/appium-chromedriver/issues/400)) ([9c2d2e8](https://github.com/appium/appium-chromedriver/commit/9c2d2e8359f0e6ade15f24e74bcc4d627fab9439)) ## [5.6.53](https://github.com/appium/appium-chromedriver/compare/v5.6.52...v5.6.53) (2024-05-24) ### Miscellaneous Chores * Improve the error message about download servers unavailability ([#399](https://github.com/appium/appium-chromedriver/issues/399)) ([6eba27d](https://github.com/appium/appium-chromedriver/commit/6eba27d882d4964c223e2274ddd726ec56a49039)) ## [5.6.52](https://github.com/appium/appium-chromedriver/compare/v5.6.51...v5.6.52) (2024-05-22) ### Miscellaneous Chores * ChromeDriver Bump to v125.0.6422.76 ([#397](https://github.com/appium/appium-chromedriver/issues/397)) ([b9c64a7](https://github.com/appium/appium-chromedriver/commit/b9c64a77aead5d66b0ddbffa310a42785525c814)) ## [5.6.51](https://github.com/appium/appium-chromedriver/compare/v5.6.50...v5.6.51) (2024-05-16) ### Miscellaneous Chores * Update dev dependencies ([b8ac0e2](https://github.com/appium/appium-chromedriver/commit/b8ac0e289184011591e26aecc851dc526fb28164)) ## [5.6.50](https://github.com/appium/appium-chromedriver/compare/v5.6.49...v5.6.50) (2024-05-16) ### Miscellaneous Chores * ChromeDriver Bump to v125.0.6422.60 ([#396](https://github.com/appium/appium-chromedriver/issues/396)) ([04c9fa8](https://github.com/appium/appium-chromedriver/commit/04c9fa804dff898a26dbe5148d8e3d1248f5a87d)) ## [5.6.49](https://github.com/appium/appium-chromedriver/compare/v5.6.48...v5.6.49) (2024-05-14) ### Miscellaneous Chores * ChromeDriver Bump to v124.0.6367.207 ([#395](https://github.com/appium/appium-chromedriver/issues/395)) ([fe675a3](https://github.com/appium/appium-chromedriver/commit/fe675a344941885ee603e4c5342dc8d3db1a7ac9)) ## [5.6.48](https://github.com/appium/appium-chromedriver/compare/v5.6.47...v5.6.48) (2024-05-10) ### Miscellaneous Chores * ChromeDriver Bump to v124.0.6367.201 ([#394](https://github.com/appium/appium-chromedriver/issues/394)) ([02adc74](https://github.com/appium/appium-chromedriver/commit/02adc74baf8375cc94eb4adb2b1e5fbba83265e6)) ## [5.6.47](https://github.com/appium/appium-chromedriver/compare/v5.6.46...v5.6.47) (2024-05-08) ### Miscellaneous Chores * ChromeDriver Bump to v124.0.6367.155 ([#392](https://github.com/appium/appium-chromedriver/issues/392)) ([c2a08cf](https://github.com/appium/appium-chromedriver/commit/c2a08cf9b706036d83c4138b09390fda97bc3565)) ## [5.6.46](https://github.com/appium/appium-chromedriver/compare/v5.6.45...v5.6.46) (2024-04-26) ### Miscellaneous Chores * ChromeDriver Bump to v124.0.6367.91 ([#391](https://github.com/appium/appium-chromedriver/issues/391)) ([6b6241b](https://github.com/appium/appium-chromedriver/commit/6b6241b85bcd70af98ffafb27d3ef2b8cae8509d)) ## [5.6.45](https://github.com/appium/appium-chromedriver/compare/v5.6.44...v5.6.45) (2024-04-24) ### Miscellaneous Chores * ChromeDriver Bump to v124.0.6367.78 ([#390](https://github.com/appium/appium-chromedriver/issues/390)) ([6caa76c](https://github.com/appium/appium-chromedriver/commit/6caa76c2b60bffe1089c86531b1c381415fc79c6)) ## [5.6.44](https://github.com/appium/appium-chromedriver/compare/v5.6.43...v5.6.44) (2024-04-23) ### Miscellaneous Chores * ChromeDriver Bump to v124.0.6367.60 ([#389](https://github.com/appium/appium-chromedriver/issues/389)) ([4c50d0c](https://github.com/appium/appium-chromedriver/commit/4c50d0cb9de5a822df45e309e9e0ac86731936a9)) ## [5.6.43](https://github.com/appium/appium-chromedriver/compare/v5.6.42...v5.6.43) (2024-04-11) ### Miscellaneous Chores * ChromeDriver Bump to v123.0.6312.122 ([#388](https://github.com/appium/appium-chromedriver/issues/388)) ([3d0d997](https://github.com/appium/appium-chromedriver/commit/3d0d997cf4df31b91254a571723c53c7e00a7fbb)) ## [5.6.42](https://github.com/appium/appium-chromedriver/compare/v5.6.41...v5.6.42) (2024-04-05) ### Miscellaneous Chores * ChromeDriver Bump to v123.0.6312.105 ([#387](https://github.com/appium/appium-chromedriver/issues/387)) ([724efff](https://github.com/appium/appium-chromedriver/commit/724efff1df36003bc951326f384263b8b739a635)) ## [5.6.41](https://github.com/appium/appium-chromedriver/compare/v5.6.40...v5.6.41) (2024-03-27) ### Miscellaneous Chores * ChromeDriver Bump to v123.0.6312.86 ([#386](https://github.com/appium/appium-chromedriver/issues/386)) ([1de7337](https://github.com/appium/appium-chromedriver/commit/1de73379f0caf2d21c4fb3ebaa9e4dd08bc3c1cd)) ## [5.6.40](https://github.com/appium/appium-chromedriver/compare/v5.6.39...v5.6.40) (2024-03-20) ### Miscellaneous Chores * ChromeDriver Bump to v123.0.6312.58 ([#385](https://github.com/appium/appium-chromedriver/issues/385)) ([c545c06](https://github.com/appium/appium-chromedriver/commit/c545c0608dba014d456941ee40c7d896f16a01b7)) ## [5.6.39](https://github.com/appium/appium-chromedriver/compare/v5.6.38...v5.6.39) (2024-03-13) ### Miscellaneous Chores * ChromeDriver Bump to v122.0.6261.128 ([#384](https://github.com/appium/appium-chromedriver/issues/384)) ([5231056](https://github.com/appium/appium-chromedriver/commit/52310565ee7dbcc9f2bec1cca5b79ce5c5e6a748)) ## [5.6.38](https://github.com/appium/appium-chromedriver/compare/v5.6.37...v5.6.38) (2024-03-08) ### Bug Fixes * respect executableDir even non-adb environment such as desktop ([#383](https://github.com/appium/appium-chromedriver/issues/383)) ([0a3e80e](https://github.com/appium/appium-chromedriver/commit/0a3e80ea3d1c5e1f3ff683c26fc671673de09975)) ## [5.6.37](https://github.com/appium/appium-chromedriver/compare/v5.6.36...v5.6.37) (2024-03-08) ### Miscellaneous Chores * ChromeDriver Bump to v122.0.6261.111 ([#382](https://github.com/appium/appium-chromedriver/issues/382)) ([03d4b97](https://github.com/appium/appium-chromedriver/commit/03d4b97d141a78c7921244c63ce728e497cd3ea4)) ## [5.6.36](https://github.com/appium/appium-chromedriver/compare/v5.6.35...v5.6.36) (2024-03-07) ### Miscellaneous Chores * bump typescript ([4c6916e](https://github.com/appium/appium-chromedriver/commit/4c6916ec7bb6c361dec260648e0ba81ed953cbb1)) ## [5.6.35](https://github.com/appium/appium-chromedriver/compare/v5.6.34...v5.6.35) (2024-02-28) ### Miscellaneous Chores * ChromeDriver Bump to v122.0.6261.94 ([#380](https://github.com/appium/appium-chromedriver/issues/380)) ([4e43c66](https://github.com/appium/appium-chromedriver/commit/4e43c66d53518ff498090e491583564eb2f9cd52)) ## [5.6.34](https://github.com/appium/appium-chromedriver/compare/v5.6.33...v5.6.34) (2024-02-23) ### Miscellaneous Chores * ChromeDriver Bump to v122.0.6261.69 ([#379](https://github.com/appium/appium-chromedriver/issues/379)) ([4d90a61](https://github.com/appium/appium-chromedriver/commit/4d90a619755829846950b583b1ca55436b535e05)) ## [5.6.33](https://github.com/appium/appium-chromedriver/compare/v5.6.32...v5.6.33) (2024-02-21) ### Miscellaneous Chores * ChromeDriver Bump to v122.0.6261.57 ([#378](https://github.com/appium/appium-chromedriver/issues/378)) ([6dcf4a0](https://github.com/appium/appium-chromedriver/commit/6dcf4a07579d5900b1caa6c4e135b4ac93da8df7)) ## [5.6.32](https://github.com/appium/appium-chromedriver/compare/v5.6.31...v5.6.32) (2024-02-17) ### Miscellaneous Chores * ChromeDriver Bump to v121.0.6167.184 ([#377](https://github.com/appium/appium-chromedriver/issues/377)) ([8c49e74](https://github.com/appium/appium-chromedriver/commit/8c49e74b88846e7b357a9b3931f07c0b21dad5c6)) ## [5.6.31](https://github.com/appium/appium-chromedriver/compare/v5.6.30...v5.6.31) (2024-01-27) ### Miscellaneous Chores * Remove pre-commit hooks ([#375](https://github.com/appium/appium-chromedriver/issues/375)) ([80fdbcb](https://github.com/appium/appium-chromedriver/commit/80fdbcb4d3bdb8de7175f435b78f3ba4d1027ad6)) ## [5.6.30](https://github.com/appium/appium-chromedriver/compare/v5.6.29...v5.6.30) (2024-01-24) ### Miscellaneous Chores * ChromeDriver Bump to v121.0.6167.85 ([#371](https://github.com/appium/appium-chromedriver/issues/371)) ([54486c9](https://github.com/appium/appium-chromedriver/commit/54486c99d9f81c25bce01483ae65b7b28729ac9e)) ## [5.6.29](https://github.com/appium/appium-chromedriver/compare/v5.6.28...v5.6.29) (2024-01-17) ### Miscellaneous Chores * **deps-dev:** bump semantic-release from 22.0.12 to 23.0.0 ([#370](https://github.com/appium/appium-chromedriver/issues/370)) ([3bafbe2](https://github.com/appium/appium-chromedriver/commit/3bafbe2123d5dc0ea3a64db782f16f6205e1e179)) * use latest lts for the publishment ([e7843b8](https://github.com/appium/appium-chromedriver/commit/e7843b8bb837d3a0806f6b504bd53f9001973a49)) ## [5.6.28](https://github.com/appium/appium-chromedriver/compare/v5.6.27...v5.6.28) (2024-01-13) ### Miscellaneous Chores * Bump adb ([#369](https://github.com/appium/appium-chromedriver/issues/369)) ([a73e44e](https://github.com/appium/appium-chromedriver/commit/a73e44ec0126444bbc10f5a096c7275946a02bcf)) ## [5.6.27](https://github.com/appium/appium-chromedriver/compare/v5.6.26...v5.6.27) (2023-12-19) ### Miscellaneous Chores * ChromeDriver Bump to v120.0.6099.109 ([#367](https://github.com/appium/appium-chromedriver/issues/367)) ([3dfe443](https://github.com/appium/appium-chromedriver/commit/3dfe44368c02b00b906fc11cb7b68cc4f46b9ffc)) ## [5.6.26](https://github.com/appium/appium-chromedriver/compare/v5.6.25...v5.6.26) (2023-12-07) ### Miscellaneous Chores * ChromeDriver Bump to v120.0.6099.71 ([#365](https://github.com/appium/appium-chromedriver/issues/365)) ([b3aeecb](https://github.com/appium/appium-chromedriver/commit/b3aeecb5d27ac252b5fd0ed476cc40f0abe1286d)) ## [5.6.25](https://github.com/appium/appium-chromedriver/compare/v5.6.24...v5.6.25) (2023-12-06) ### Miscellaneous Chores * ChromeDriver Bump to v120.0.6099.62 ([#364](https://github.com/appium/appium-chromedriver/issues/364)) ([129e4c3](https://github.com/appium/appium-chromedriver/commit/129e4c3a4de0e18308d9e3dcf11ed48ce8756829)) ## [5.6.24](https://github.com/appium/appium-chromedriver/compare/v5.6.23...v5.6.24) (2023-11-10) ### Bug Fixes * start session should return caps that chromedriver returns ([#362](https://github.com/appium/appium-chromedriver/issues/362)) ([499f65e](https://github.com/appium/appium-chromedriver/commit/499f65ebcd982d93b328baf8d494860cd1808257)) ## [5.6.23](https://github.com/appium/appium-chromedriver/compare/v5.6.22...v5.6.23) (2023-11-06) ### Miscellaneous Chores * **deps-dev:** bump @types/sinon from 10.0.20 to 17.0.0 ([#361](https://github.com/appium/appium-chromedriver/issues/361)) ([b8f2ad4](https://github.com/appium/appium-chromedriver/commit/b8f2ad4ab4bf921b0d8610535b18a45b0402834a)) ## [5.6.22](https://github.com/appium/appium-chromedriver/compare/v5.6.21...v5.6.22) (2023-11-01) ### Miscellaneous Chores * **deps:** bump asyncbox from 2.9.4 to 3.0.0 ([#360](https://github.com/appium/appium-chromedriver/issues/360)) ([8e1e758](https://github.com/appium/appium-chromedriver/commit/8e1e758a0d36c4a08335638ec5d9280356374f86)) ## [5.6.21](https://github.com/appium/appium-chromedriver/compare/v5.6.20...v5.6.21) (2023-11-01) ### Miscellaneous Chores * ChromeDriver Bump to v119.0.6045.105 ([#359](https://github.com/appium/appium-chromedriver/issues/359)) ([5c6b844](https://github.com/appium/appium-chromedriver/commit/5c6b8443864d9e38539fd1128e5dc3ab5e1225de)) ## [5.6.20](https://github.com/appium/appium-chromedriver/compare/v5.6.19...v5.6.20) (2023-10-25) ### Miscellaneous Chores * **deps-dev:** bump typescript from 5.1.6 to 5.2.2 ([#342](https://github.com/appium/appium-chromedriver/issues/342)) ([49f812e](https://github.com/appium/appium-chromedriver/commit/49f812e0f4410f231b9e17960d90f21138bb6feb)) ## [5.6.19](https://github.com/appium/appium-chromedriver/compare/v5.6.18...v5.6.19) (2023-10-24) ### Miscellaneous Chores * **deps-dev:** bump sinon from 16.1.3 to 17.0.0 ([#358](https://github.com/appium/appium-chromedriver/issues/358)) ([56c704c](https://github.com/appium/appium-chromedriver/commit/56c704cc3371e7569e8971f28467f8c605624cb2)) ## [5.6.18](https://github.com/appium/appium-chromedriver/compare/v5.6.17...v5.6.18) (2023-10-19) ### Miscellaneous Chores * **deps-dev:** bump eslint-config-prettier from 8.10.0 to 9.0.0 ([#357](https://github.com/appium/appium-chromedriver/issues/357)) ([1150b10](https://github.com/appium/appium-chromedriver/commit/1150b10d7837c63183786a6fd8e6bfe1c9bb6498)) * **deps-dev:** bump semantic-release from 21.1.2 to 22.0.5 ([#350](https://github.com/appium/appium-chromedriver/issues/350)) ([37c4bda](https://github.com/appium/appium-chromedriver/commit/37c4bda5e9d928efd84219fbceda2b6b077c7b0f)) ## [5.6.17](https://github.com/appium/appium-chromedriver/compare/v5.6.16...v5.6.17) (2023-10-19) ### Miscellaneous Chores * Use latest config ([6ae316f](https://github.com/appium/appium-chromedriver/commit/6ae316f336c9d44584443a68a2ddbaf841430a5e)) ## [5.6.16](https://github.com/appium/appium-chromedriver/compare/v5.6.15...v5.6.16) (2023-10-19) ### Miscellaneous Chores * **deps:** bump appium-adb from 10.0.0 to 11.0.1 ([#356](https://github.com/appium/appium-chromedriver/issues/356)) ([91f017f](https://github.com/appium/appium-chromedriver/commit/91f017f7b0094c102fc45c610a9021c40824dffd)) ## [5.6.15](https://github.com/appium/appium-chromedriver/compare/v5.6.14...v5.6.15) (2023-10-19) ### Miscellaneous Chores * **deps-dev:** bump lint-staged from 14.0.1 to 15.0.2 ([#355](https://github.com/appium/appium-chromedriver/issues/355)) ([5635081](https://github.com/appium/appium-chromedriver/commit/56350819f452ce507d81b7f1210182299c94f335)) ## [5.6.14](https://github.com/appium/appium-chromedriver/compare/v5.6.13...v5.6.14) (2023-10-17) ### Miscellaneous Chores * **deps:** bump appium-adb from 9.14.12 to 10.0.0 ([#354](https://github.com/appium/appium-chromedriver/issues/354)) ([4673860](https://github.com/appium/appium-chromedriver/commit/4673860481ef6b2d274b12a0b6ca6baf27747238)) ## [5.6.13](https://github.com/appium/appium-chromedriver/compare/v5.6.12...v5.6.13) (2023-10-11) ### Miscellaneous Chores * ChromeDriver Bump to v118.0.5993.70 ([#352](https://github.com/appium/appium-chromedriver/issues/352)) ([b91e95b](https://github.com/appium/appium-chromedriver/commit/b91e95b0d53999a3d318c414cce1283bffe0d796)) ## [5.6.12](https://github.com/appium/appium-chromedriver/compare/v5.6.11...v5.6.12) (2023-10-05) ### Miscellaneous Chores * ChromeDriver Bump to v117.0.5938.149 ([#351](https://github.com/appium/appium-chromedriver/issues/351)) ([45e30fd](https://github.com/appium/appium-chromedriver/commit/45e30fda2d6bd66866402f47571a7cd72d2acbed)) ## [5.6.11](https://github.com/appium/appium-chromedriver/compare/v5.6.10...v5.6.11) (2023-09-22) ### Miscellaneous Chores * ChromeDriver Bump to v117.0.5938.92 ([#348](https://github.com/appium/appium-chromedriver/issues/348)) ([e11dc17](https://github.com/appium/appium-chromedriver/commit/e11dc17228f4c246a5621428b53a7bd5eb06c173)) ## [5.6.10](https://github.com/appium/appium-chromedriver/compare/v5.6.9...v5.6.10) (2023-09-17) ### Miscellaneous Chores * ChromeDriver Bump to v117.0.5938.88 ([#346](https://github.com/appium/appium-chromedriver/issues/346)) ([6bb28e0](https://github.com/appium/appium-chromedriver/commit/6bb28e0691193cfa6dbfabf7d86a7a6317ec2bcd)) * **deps-dev:** bump sinon from 15.2.0 to 16.0.0 ([27c1b93](https://github.com/appium/appium-chromedriver/commit/27c1b938e7567299124511ed5ccb595a2e0ed816)) ## [5.6.9](https://github.com/appium/appium-chromedriver/compare/v5.6.8...v5.6.9) (2023-09-13) ### Miscellaneous Chores * ChromeDriver Bump to v117.0.5938.62 ([#344](https://github.com/appium/appium-chromedriver/issues/344)) ([8910fb1](https://github.com/appium/appium-chromedriver/commit/8910fb10ed5771c2a49b0ba294953622c783f875)) ## [5.6.8](https://github.com/appium/appium-chromedriver/compare/v5.6.7...v5.6.8) (2023-08-30) ### Miscellaneous Chores * Remove the obsolete babel dependency ([06b56b9](https://github.com/appium/appium-chromedriver/commit/06b56b9cc81bf7ae51d99fc6554b1681cb6490f7)) ## [5.6.7](https://github.com/appium/appium-chromedriver/compare/v5.6.6...v5.6.7) (2023-08-28) ### Miscellaneous Chores * **deps-dev:** bump conventional-changelog-conventionalcommits from 6.1.0 to 7.0.1 ([#343](https://github.com/appium/appium-chromedriver/issues/343)) ([b19ce6b](https://github.com/appium/appium-chromedriver/commit/b19ce6bef533f7318c59c92e4111b176d1c6b40b)) ## [5.6.6](https://github.com/appium/appium-chromedriver/compare/v5.6.5...v5.6.6) (2023-08-25) ### Miscellaneous Chores * **deps-dev:** bump semantic-release from 20.1.3 to 21.1.0 ([#341](https://github.com/appium/appium-chromedriver/issues/341)) ([cc0ac76](https://github.com/appium/appium-chromedriver/commit/cc0ac7691229c4b9fa0fa74ca8f51bbb05c146a3)) ## [5.6.5](https://github.com/appium/appium-chromedriver/compare/v5.6.4...v5.6.5) (2023-08-18) ### Bug Fixes * Remove the obsolete glob option ([#339](https://github.com/appium/appium-chromedriver/issues/339)) ([dd8d441](https://github.com/appium/appium-chromedriver/commit/dd8d4410d0eda1e3026687734363c8584595db79)) ### Miscellaneous Chores * **deps-dev:** bump typescript from 5.0.4 to 5.1.6 ([#326](https://github.com/appium/appium-chromedriver/issues/326)) ([2564927](https://github.com/appium/appium-chromedriver/commit/2564927a953bc04827f9efd343b8528df6574689)) ## [5.6.4](https://github.com/appium/appium-chromedriver/compare/v5.6.3...v5.6.4) (2023-08-16) ### Miscellaneous Chores * ChromeDriver Bump to v116.0.5845.96 ([#338](https://github.com/appium/appium-chromedriver/issues/338)) ([372b304](https://github.com/appium/appium-chromedriver/commit/372b3047a90e6f84b195c199b7f1c75d1161b75b)) ## [5.6.3](https://github.com/appium/appium-chromedriver/compare/v5.6.2...v5.6.3) (2023-08-14) ### Miscellaneous Chores * **deps-dev:** bump lint-staged from 13.3.0 to 14.0.0 ([#337](https://github.com/appium/appium-chromedriver/issues/337)) ([e66eb8e](https://github.com/appium/appium-chromedriver/commit/e66eb8ed5c3402390b4b1d6ca291a6c33dbe833f)) ## [5.6.2](https://github.com/appium/appium-chromedriver/compare/v5.6.1...v5.6.2) (2023-08-03) ### Miscellaneous Chores * ChromeDriver Bump to v115.0.5790.170 ([#336](https://github.com/appium/appium-chromedriver/issues/336)) ([de13349](https://github.com/appium/appium-chromedriver/commit/de133499505d004b2c35ca62d69e06dbd4af07dc)) ## [5.6.1](https://github.com/appium/appium-chromedriver/compare/v5.6.0...v5.6.1) (2023-07-29) ### Miscellaneous Chores * ChromeDriver Bump to v115.0.5790.102 ([#335](https://github.com/appium/appium-chromedriver/issues/335)) ([4d118e3](https://github.com/appium/appium-chromedriver/commit/4d118e3c0fca170753151e76f68e5a4513a030d1)) ## [5.6.0](https://github.com/appium/appium-chromedriver/compare/v5.5.3...v5.6.0) (2023-07-29) ### Features * Add support of the new chromedriver storage ([#333](https://github.com/appium/appium-chromedriver/issues/333)) ([10a1a5b](https://github.com/appium/appium-chromedriver/commit/10a1a5b5a9c37aa981ad123fdeb9a28165b5b2eb)) ## [5.5.3](https://github.com/appium/appium-chromedriver/compare/v5.5.2...v5.5.3) (2023-07-28) ### Miscellaneous Chores * **deps-dev:** bump @appium/tsconfig from 0.2.4 to 0.3.0 ([#299](https://github.com/appium/appium-chromedriver/issues/299)) ([b51aae2](https://github.com/appium/appium-chromedriver/commit/b51aae285796b73afa6f620d12fdcf95c575ec5b)) ## [5.5.2](https://github.com/appium/appium-chromedriver/compare/v5.5.1...v5.5.2) (2023-07-10) ### Miscellaneous Chores * **deps-dev:** bump @types/node from 18.16.19 to 20.4.1 ([#331](https://github.com/appium/appium-chromedriver/issues/331)) ([62988d3](https://github.com/appium/appium-chromedriver/commit/62988d34a2d6ee39523e2a4c996f502b259d82ad)) * **deps-dev:** bump prettier from 2.8.8 to 3.0.0 ([#329](https://github.com/appium/appium-chromedriver/issues/329)) ([bcd3723](https://github.com/appium/appium-chromedriver/commit/bcd37231ee65edf577d12e372d254cf6ad09fbec)) * **deps:** bump compare-versions from 5.0.3 to 6.0.0 ([#332](https://github.com/appium/appium-chromedriver/issues/332)) ([a87d879](https://github.com/appium/appium-chromedriver/commit/a87d8798647a362128c428f23e69d03504cb2187)) ## [5.5.1](https://github.com/appium/appium-chromedriver/compare/v5.5.0...v5.5.1) (2023-06-30) ### Bug Fixes * **types:** actually export named Chromedriver ([94e79f0](https://github.com/appium/appium-chromedriver/commit/94e79f053268a90f672957d7051ebaeb645a7b89)) ## [5.5.0](https://github.com/appium/appium-chromedriver/compare/v5.4.4...v5.5.0) (2023-06-30) ### Features * use named export for Chromedriver ([811eb46](https://github.com/appium/appium-chromedriver/commit/811eb466c95f3de6c4797eeb74e65b52bf045d3d)) ### Bug Fixes * remove ts-expect-error ([ef9e75e](https://github.com/appium/appium-chromedriver/commit/ef9e75eb4f6115223196b0687073ded9eb2bf828)) ### Miscellaneous Chores * **vscode:** add a default build task ([9c4e6a2](https://github.com/appium/appium-chromedriver/commit/9c4e6a213e2e8f455ade3ec08597f11c3f7390de)) ## [5.4.4](https://github.com/appium/appium-chromedriver/compare/v5.4.3...v5.4.4) (2023-06-07) ### Miscellaneous Chores * **deps-dev:** bump conventional-changelog-conventionalcommits from 5.0.0 to 6.0.0 ([#318](https://github.com/appium/appium-chromedriver/issues/318)) ([8aaa56d](https://github.com/appium/appium-chromedriver/commit/8aaa56d9bf261548cdbbd298a04977d09207c972)) ## [5.4.3](https://github.com/appium/appium-chromedriver/compare/v5.4.2...v5.4.3) (2023-06-02) ### Miscellaneous Chores * ChromeDriver Bump to v114.0.5735.90 ([#316](https://github.com/appium/appium-chromedriver/issues/316)) ([4c900f5](https://github.com/appium/appium-chromedriver/commit/4c900f5b9889d535cc12aed28c202da2b2120d28)) ## [5.4.2](https://github.com/appium/appium-chromedriver/compare/v5.4.1...v5.4.2) (2023-05-18) ### Miscellaneous Chores * **deps:** bump @appium/support from 3.1.11 to 4.0.0 ([#311](https://github.com/appium/appium-chromedriver/issues/311)) ([c12156b](https://github.com/appium/appium-chromedriver/commit/c12156b3ec45027edca554593cc3a5d96f22b274)) ## [5.4.1](https://github.com/appium/appium-chromedriver/compare/v5.4.0...v5.4.1) (2023-05-04) ### Miscellaneous Chores * ChromeDriver Bump to v113.0.5672.63 ([#301](https://github.com/appium/appium-chromedriver/issues/301)) ([7e6cbc1](https://github.com/appium/appium-chromedriver/commit/7e6cbc1bc4bd718b2ff190887dbf3b04f57d29d1)) ## [5.4.0](https://github.com/appium/appium-chromedriver/compare/v5.3.4...v5.4.0) (2023-04-13) ### Features * parse msedge as well as chromedriver ([#297](https://github.com/appium/appium-chromedriver/issues/297)) ([a71240b](https://github.com/appium/appium-chromedriver/commit/a71240b60c79abad61217354e392dbed4d5dfec2)) ## [5.3.4](https://github.com/appium/appium-chromedriver/compare/v5.3.3...v5.3.4) (2023-04-10) ### Miscellaneous Chores * **deps-dev:** bump rimraf from 4.4.1 to 5.0.0 ([#298](https://github.com/appium/appium-chromedriver/issues/298)) ([3b9d86a](https://github.com/appium/appium-chromedriver/commit/3b9d86a5663b4b1893a7328a9e2d9fa6ecabc9a8)) ## [5.3.3](https://github.com/appium/appium-chromedriver/compare/v5.3.2...v5.3.3) (2023-04-07) ### Miscellaneous Chores * ChromeDriver Bump to v112.0.5615.49 ([#296](https://github.com/appium/appium-chromedriver/issues/296)) ([7eb055e](https://github.com/appium/appium-chromedriver/commit/7eb055eaa294327719a027708442a05f9ac7210c)) ## [5.3.2](https://github.com/appium/appium-chromedriver/compare/v5.3.1...v5.3.2) (2023-03-24) ### Miscellaneous Chores * **deps-dev:** bump typescript from 4.9.5 to 5.0.2 ([#293](https://github.com/appium/appium-chromedriver/issues/293)) ([6fd403e](https://github.com/appium/appium-chromedriver/commit/6fd403ea59bda3027242efc2cecbfb708da17f64)) ## [5.3.1](https://github.com/appium/appium-chromedriver/compare/v5.3.0...v5.3.1) (2023-03-16) ### Bug Fixes * install-npm.js fails to run npm run build due to type error ([#292](https://github.com/appium/appium-chromedriver/issues/292)) ([1e3014b](https://github.com/appium/appium-chromedriver/commit/1e3014b574d8972dfb2d08c56c700d68f52a58bd)) * minBrowserVersion in SyncOption should be a number ([#291](https://github.com/appium/appium-chromedriver/issues/291)) ([39d8fdd](https://github.com/appium/appium-chromedriver/commit/39d8fdd37e6a6de5ae5d591d590f1fa879338ee8)) ### Miscellaneous Chores * ChromeDriver Bump to v111.0.5563.64 ([#290](https://github.com/appium/appium-chromedriver/issues/290)) ([2c4c144](https://github.com/appium/appium-chromedriver/commit/2c4c144a47a06470c821709a25254ed5bbea1082)) ## [5.3.0](https://github.com/appium/appium-chromedriver/compare/v5.2.17...v5.3.0) (2023-02-17) ### Features * add types ([e4e2a82](https://github.com/appium/appium-chromedriver/commit/e4e2a82664896fb654ceaa89dce64267871752b9)) ## [5.2.17](https://github.com/appium/appium-chromedriver/compare/v5.2.16...v5.2.17) (2023-02-09) ### Miscellaneous Chores * ChromeDriver Bump to v110.0.5481.77 ([#288](https://github.com/appium/appium-chromedriver/issues/288)) ([dcc7713](https://github.com/appium/appium-chromedriver/commit/dcc77131cb5bd01da23f1b1705c145af917e406c)) ## [5.2.16](https://github.com/appium/appium-chromedriver/compare/v5.2.15...v5.2.16) (2023-02-02) ### Bug Fixes * Update Apple ARM architecture detection ([#287](https://github.com/appium/appium-chromedriver/issues/287)) ([a10d2d9](https://github.com/appium/appium-chromedriver/commit/a10d2d90f66632dd161aae47a95771fb1c7b5497)) ## [5.2.15](https://github.com/appium/appium-chromedriver/compare/v5.2.14...v5.2.15) (2023-01-17) ### Miscellaneous Chores * **deps-dev:** bump semantic-release from 19.0.5 to 20.0.2 ([#284](https://github.com/appium/appium-chromedriver/issues/284)) ([0811ef8](https://github.com/appium/appium-chromedriver/commit/0811ef8024e83a7cc7696d0a709bfc7eae1efcfa)) ## [5.2.14](https://github.com/appium/appium-chromedriver/compare/v5.2.13...v5.2.14) (2023-01-13) ### Miscellaneous Chores * **deps-dev:** bump rimraf from 3.0.2 to 4.0.4 ([#286](https://github.com/appium/appium-chromedriver/issues/286)) ([791c00a](https://github.com/appium/appium-chromedriver/commit/791c00a0fd709443e1a02e0a8875e219435ef902)) ## [5.2.13](https://github.com/appium/appium-chromedriver/compare/v5.2.12...v5.2.13) (2023-01-12) ### Miscellaneous Chores * ChromeDriver Bump to v109.0.5414.74 ([#285](https://github.com/appium/appium-chromedriver/issues/285)) ([c1b3513](https://github.com/appium/appium-chromedriver/commit/c1b35138c692c37fa75c381b1465c3e8744c0c44)) ## [5.2.12](https://github.com/appium/appium-chromedriver/compare/v5.2.11...v5.2.12) (2022-12-22) ### Miscellaneous Chores * **deps:** bump @appium/base-driver from 8.7.3 to 9.1.0 ([#283](https://github.com/appium/appium-chromedriver/issues/283)) ([b31d0ac](https://github.com/appium/appium-chromedriver/commit/b31d0ac306070017c875d7e6d473edc6ba945a30)) ## [5.2.11](https://github.com/appium/appium-chromedriver/compare/v5.2.10...v5.2.11) (2022-12-14) ### Miscellaneous Chores * **deps-dev:** bump @appium/test-support from 2.0.2 to 3.0.0 ([#281](https://github.com/appium/appium-chromedriver/issues/281)) ([bb99b36](https://github.com/appium/appium-chromedriver/commit/bb99b367309b2522dfb2908ada05c3fa91b3d9bd)) * **deps:** bump @appium/support from 2.61.1 to 3.0.0 ([#280](https://github.com/appium/appium-chrome