Node.js — Node v18.10.0 (Current)

Node.js® is a JavaScript runtime built on Chrome’s V8 JavaScript engine.

Rafael Gonzaga

Node v18.10.0 (Current)

Notable changes

  • doc:

  • (SEMVER-MINOR) deprecate modp1, modp2, and modp5 groups (Tobias Nießen) #44588

  • add legendecas to TSC list (Michael Dawson) #44662

  • move policy docs to the permissions scope (Rafael Gonzaga) #44222

  • gyp:

  • libnode for ios app embedding (chexiongsheng) #44210

  • http:

  • (SEMVER-MINOR) throw error on content-length mismatch (sidwebworks) #44588

  • stream:

  • (SEMVER-MINOR) add ReadableByteStream.tee() (Daeyeon Jeong) #44505

Commits

  • f497368679 - benchmark: fix startup benchmark (Evan Lucas) #44727
  • 0c9a94684e - benchmark: add stream destroy benchmark (SindreXie) #44533
  • 9c5c1459a8 - bootstrap: clean up inspector console methods during serialization (Joyee Cheung) #44279
  • 19f67dba8a - bootstrap: remove unused global parameter in per-context scripts (Joyee Cheung) #44472
  • 9da11426f6 - build: remove redundant entry in crypto (Jiawen Geng) #44604
  • 70898b4e67 - build: rewritten the Android build system (BuShe Pie) #44207
  • a733f7faac - Revert “build: go faster, drop -fno-omit-frame-pointer” (Ben Noordhuis) #44566
  • 1315a83333 - build: fix bad upstream merge (Stephen Gallagher) #44642
  • 993bd9b134 - crypto: restrict PBKDF2 args to signed int (Tobias Nießen) #44575
  • ca5fb67b4e - deps: update to ngtcp2 0.8.1 and nghttp3 0.7.0 (Tobias Nießen) #44622
  • 8da1d6ebc4 - deps: update corepack to 0.14.1 (Node.js GitHub Bot) #44704
  • d36c4a3088 - deps: update ngtcp2 update instructions (Tobias Nießen) #44619
  • 7129106aa0 - deps: upgrade npm to 8.19.2 (npm team) #44632
  • 3cc8f4bb56 - deps: update to uvwasi 0.0.13 (Colin Ihrig) #44524
  • 4686579d4b - dns: remove unnecessary parameter from validateOneOf (Yagiz Nizipli) #44635
  • 729dd95f1f - dns: refactor default resolver (Joyee Cheung) #44541
  • 6dc038262a - doc: mention git node backport (RafaelGSS) #44764
  • fd971f5176 - doc: ensure to revert node_version changes (Rafael Gonzaga) #44760
  • f274b08f8e - doc: fix description for napi_get_cb_info() in n-api.md (Daeyeon Jeong) #44761
  • 2502f2353d - doc: update the deprecation for exit code to clarify its scope (Daeyeon Jeong) #44714
  • 064543d0ae - doc: update guidance for adding new modules (Michael Dawson) #44576
  • 33a2f17534 - doc: add registry number for Electron 22 (Keeley Hammond) #44748
  • 10a0d75c26 - doc: include code examples for webstreams consumers (Lucas Santos) #44387
  • 4dbe4a010c - doc: mention where to push security commits (RafaelGSS) #44691
  • 82cb8151ad - doc: remove extra space on threadpool usage (Connor Burton) #44734
  • 6ef9af2748 - doc: make legacy banner slightly less bright (Rich Trott) #44665
  • b209c83e66 - doc: improve building doc for Windows Powershell (Brian Muenzenmeyer) #44625
  • 05b17e9250 - doc: maintain only one list of MODP groups (Tobias Nießen) #44644
  • ec1cbdb69b - doc: add legendecas to TSC list (Michael Dawson) #44662
  • 9341fb4446 - doc: remove comma in README.md (Taha-Chaudhry) #44599
  • 3dabb44dda - doc: use serial comma in report docs (Daeyeon Jeong) #44608
  • 226d90a95a - doc: use serial comma in stream docs (Daeyeon Jeong) #44609
  • 3f710fa636 - doc: remove empty line in YAML block (Claudio Wunder) #44617
  • 4ad1b0abc3 - (SEMVER-MINOR)doc: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) #44588
  • 2d92610525 - doc: remove old OpenSSL ENGINE constants (Tobias Nießen) #44589
  • 03705639c4 - doc: fix heading levels for test runner hooks (Fabian Meyer) #44603
  • 6c557346a7 - doc: fix errors in http.md (Luigi Pinca) #44587
  • 48d944b71c - doc: fix vm.Script createCachedData example (Chengzhong Wu) #44487
  • 2813323120 - doc: mention how to get commit release (Rafael Gonzaga) #44572
  • ea7b44d474 - doc: fix link in process.md (Antoine du Hamel) #44594
  • 39b65d2fb7 - doc: do not use weak MODP group in example (Tobias Nießen) #44585
  • f5549afd90 - doc: remove ebpf from supported tooling list (Rafael Gonzaga) #44549
  • a3360b1f4f - doc: emphasize that createCipher is never secure (Tobias Nießen) #44538
  • 4e6f7862ba - doc: document attribute Script.cachedDataRejected (Chengzhong Wu) #44451
  • 01e584ecab - doc: move policy docs to the permissions scope (Rafael Gonzaga) #44222
  • 57dac53c22 - doc,crypto: cleanup removed pbkdf2 behaviours (Filip Skokan) #44733
  • c209bd6fb9 - doc,inspector: document changes of inspector.close (Chengzhong Wu) #44628
  • 9b3b7d6978 - esm,loader: tidy ESMLoader internals (Jacob Smith) #44701
  • daf63d2fa3 - fs: fix typo in mkdir example (SergeyTsukanov) #44791
  • 85ab2f857f - fs: remove unused option in fs.fstatSync() (Livia Medeiros) #44613
  • a6091f5496 - gyp: libnode for ios app embedding (chexiongsheng) #44210
  • f158656e4c - (SEMVER-MINOR)http: throw error on content-length mismatch (sidwebworks) #44378
  • 1b160517f5 - inspector: expose inspector.close on workers (Chengzhong Wu) #44489
  • a2eb55a2c9 - lib: don’t match sourceMappingURL in strings (Alan Agius) #44658
  • 2baf532518 - lib: fix reference leak (falsandtru) #44499
  • d8d34ae6bc - lib: reset RegExp statics before running user code (Antoine du Hamel) #44247
  • eb3635184b - lib,test: fix bug in InternalSocketAddress (Tobias Nießen) #44618
  • 74dc4d198f - meta: update AUTHORS (Node.js GitHub Bot) #44777
  • 97d2ed7296 - meta: add mailmap entry for dnlup (Rich Trott) #44716
  • 35fbd2cc14 - meta: update AUTHORS (Node.js GitHub Bot) #44705
  • c5c1bc40a2 - meta: move dnlup to emeriti (dnlup) #44667
  • c62dfe0427 - meta: update test_runner in label-pr-config (Shrujal Shah) #44615
  • fe56efd0bc - meta: update AUTHORS (Node.js GitHub Bot) #44591
  • 4436ffb536 - module: open stat/readPackage to mutations (Maël Nison) #44537
  • f8ec946c82 - module: exports & imports map invalid slash deprecation (Guy Bedford) #44477
  • 64cb43a2b6 - node-api: add deprecation code of uncaught exception (Chengzhong Wu) #44624
  • ce1704c2c7 - src: avoid using v8 on Isolate termination (Santiago Gimeno) #44669
  • 3036b85d71 - src: remove <unistd.h> from node_os.cc (Tobias Nießen) #44668
  • 29f57b7899 - src: avoid copy when creating Blob (Tobias Nießen) #44616
  • 75cfb13ea6 - src: make ReqWrap weak (Rafael Gonzaga) #44074
  • c12abb5ece - src: make NearHeapLimitCallback() more robust (Joyee Cheung) #44581
  • 81ea507e8e - src: dump isolate stats when process exits (daomingq) #44534
  • 687844822f - src: consolidate environment cleanup queue (Chengzhong Wu) #44379
  • 3d42aaaac0 - stream: handle a pending pull request from a released reader (Daeyeon Jeong) #44702
  • 73ad9db6c5 - stream: refactor use es2020 statement (SindreXie) #44533
  • 0af6e420b3 - stream: remove abortReason from WritableStreamDefaultController (Daeyeon Jeong) #44540
  • 2f2f8d5821 - (SEMVER-MINOR)stream: add ReadableByteStream.tee() (Daeyeon Jeong) #44505
  • 667e8bf3fb - stream: fix writableStream.abort() (Daeyeon Jeong) #44327
  • 3112d5dae0 - test: verify napi_remove_wrap with napi_delete_reference (Chengzhong Wu) #44754
  • b512436841 - test: change promises to async/await (Madhulika Sharma) #44683
  • 858631f720 - test: use async/await in test-debugger-invalid-args (Nupur Chauhan) #44678
  • 6c9ded810c - test: update test-debugger-low-level to use await/async (Meghana Ramesh) #44688
  • 945aa74e57 - test: check that sysconf returns a positive value (Tobias Nießen) #44666
  • 79f0f48a6f - test: change promise to async/await in debugger-watcher (“Pooja) #44687
  • a56cb65bd6 - test: fix addon tests compilation with OpenSSL 1.1.1 (Adam Majer) #44725
  • 8a68a80a06 - test: fix test-performance-measure (smitley) #44637
  • 55de0136b3 - test: improve lib/readline.js coverage (MURAKAMI Masahiko) #42686
  • a3095d217f - test: fix test-repl not validating leaked globals properly (Antoine du Hamel) #44640
  • 7db2974692 - test: ignore stale process cleanup failures on Windows (Joyee Cheung) #44480
  • 6c35f338c3 - test: use python3 instead of python (Luigi Pinca) #44545
  • 20e04c6d44 - test: fix DebugSymbolsTest.ReqWrapList on PPC64LE (Daniel Bevenius) #44341
  • eb25fe73b0 - test: add more cases for parse-encoding (Tony Gorez) #44427
  • 5ab3bc9419 - test_runner: include stack of uncaught exceptions (Moshe Atlow) #44614
  • 752e1472e1 - tls: fix out-of-bounds read in ClientHelloParser (Tobias Nießen) #44580
  • 0cddb0af99 - tools: add update-llhttp.sh (Paolo Insogna) #44652
  • ef0dc47df9 - tools: fix typo in update-nghttp2.sh (Luigi Pinca) #44664
  • 0df181a5a1 - tools: add timezone update workflow (Lenvin Gonsalves) #43988
  • dd4348900d - tools: update eslint to 8.23.1 (Node.js GitHub Bot) #44639
  • b9cfb71e12 - tools: update lint-md-dependencies to @rollup/email protected (Node.js GitHub Bot) #44638
  • 5ae142d7ad - tools: update gyp-next to v0.13.0 (Jiawen Geng) #44605
  • 5dd86c3faf - tools: update lint-md-dependencies to @rollup/email protected (Node.js GitHub Bot) #44590
  • caad4748cf - tools: increase timeout of running WPT (Joyee Cheung) #44574
  • 5db9779f14 - tools: fix shebang to use python3 by default (Himself65) #44531
  • 9aa6a560e9 - v8: add setHeapSnapshotNearHeapLimit (theanarkh) #44420
  • 360b74e94f - win: fix fs.realpath.native for long paths (StefanStojanovic) #44536

Windows 32-bit Installer: https://nodejs.org/dist/v18.10.0/node-v18.10.0-x86.msi Windows 64-bit Installer: https://nodejs.org/dist/v18.10.0/node-v18.10.0-x64.msi Windows 32-bit Binary: https://nodejs.org/dist/v18.10.0/win-x86/node.exe Windows 64-bit Binary: https://nodejs.org/dist/v18.10.0/win-x64/node.exe macOS 64-bit Installer: https://nodejs.org/dist/v18.10.0/node-v18.10.0.pkg macOS Apple Silicon 64-bit Binary: https://nodejs.org/dist/v18.10.0/node-v18.10.0-darwin-arm64.tar.gz macOS Intel 64-bit Binary: https://nodejs.org/dist/v18.10.0/node-v18.10.0-darwin-x64.tar.gz Linux 64-bit Binary: https://nodejs.org/dist/v18.10.0/node-v18.10.0-linux-x64.tar.xz Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v18.10.0/node-v18.10.0-linux-ppc64le.tar.xz Linux s390x 64-bit Binary: https://nodejs.org/dist/v18.10.0/node-v18.10.0-linux-s390x.tar.xz AIX 64-bit Binary: https://nodejs.org/dist/v18.10.0/node-v18.10.0-aix-ppc64.tar.gz ARMv7 32-bit Binary: https://nodejs.org/dist/v18.10.0/node-v18.10.0-linux-armv7l.tar.xz ARMv8 64-bit Binary: https://nodejs.org/dist/v18.10.0/node-v18.10.0-linux-arm64.tar.xz Source Code: https://nodejs.org/dist/v18.10.0/node-v18.10.0.tar.gz Other release files: https://nodejs.org/dist/v18.10.0/ Documentation: https://nodejs.org/docs/v18.10.0/api/

SHASUMS

—–BEGINPGPSIGNEDMESSAGE—–Hash:SHA2568f4dfa78d823a4c7e4c83bbfebef9ce3d49a6e1ed28408521c706350f8a2aee7node-v18.10.0-aix-ppc64.tar.gz0689815cdd69a9a977ee3bab20c6228d03966a1f988464f18ce490678dc5cdc3node-v18.10.0-darwin-arm64.tar.gz4822536977efde1f37bfc5f14cddc4f09fd2d77e8547ce54ec847b7ef6914fd8node-v18.10.0-darwin-arm64.tar.xz06b1b6381dfa952ae95fc927b740b660bc08f26bcf02cad61f64b36485dab6d4node-v18.10.0-darwin-x64.tar.gz146fe4ed98e0ab646380bad6f32303722421d2d98a3204183d9a66ec17eb3aa4node-v18.10.0-darwin-x64.tar.xze1568e86022a9f15ab4fd8fc2451c6c739498b0a67202ae57fd2cfc3342b52f6node-v18.10.0-headers.tar.gz487346ba2a67ee66fc0333d803d758b12512979378f3ef037a0dd83cc0c277a3node-v18.10.0-headers.tar.xzad536980cb4944b0d17055937c5d5170c95147765f547ce8469331a808d0c408node-v18.10.0-linux-arm64.tar.gzbbe88afe35569780aae8a84d9be8b55e4944d13e9212b0d51883a5dcf6a7de8bnode-v18.10.0-linux-arm64.tar.xz7496428b9a94ee1927eefa43ce2d66aedae9122a8722bbeab3b1e5c6b1933af6node-v18.10.0-linux-armv7l.tar.gz694d83c751e1e8e05e77310c76fe87344350cd58e594cfd62df217a65dfbf55dnode-v18.10.0-linux-armv7l.tar.xz6445d5d05707af7b318f4babb6432518e9b3529189e1fac3ed2200d89537fe8cnode-v18.10.0-linux-ppc64le.tar.gz89d8266209f24b82940d2bf9cde14d871f7e6df02a3aef7bc948b8248c749f23node-v18.10.0-linux-ppc64le.tar.xz544d9930f1647939a901ef05d3d42ee8d6c7e857602922879c732bf3067a9f06node-v18.10.0-linux-s390x.tar.gz5a9c6ffbf03b4006dbbecc30b93234dc11a92d1f6d5c8e3bc45c9be958956a59node-v18.10.0-linux-s390x.tar.xzf468b86031cca41ee9aa7a911e70eb624413153c7432754cbe9206c7ef3de090node-v18.10.0-linux-x64.tar.gz1aff4537bbb81c29c5c1c7c96379c6a2133b43651812745b524db8e1b65ee12bnode-v18.10.0-linux-x64.tar.xza41d5d395ca349ab946571e2fa939729707ee8dacc15e88ef420b51635e36f9cnode-v18.10.0-win-x64.7z50934603f0bd46ef9948346f36f8afeae146182a6eafdbc361c7eeec0083c551node-v18.10.0-win-x64.zipdfaf933d80c274a8541cce9807ba26177e7f3789ab80a52ef4a5580656a6bb13node-v18.10.0-win-x86.7zdf3741ce99768668d700a3a5c085d1a5084d86c1e60cca626cf5f0b45525499bnode-v18.10.0-win-x86.zip9a269ecc0530656db078ed03c20cc3e71022026feb9dff02bf0c96e9792f237anode-v18.10.0-x64.msi7f2c6fa385d7b8864b96510d86ff416c69b2b1dc2c4bd25d2bd8cac7d2e9ac7bnode-v18.10.0-x86.msi0194e47d962d36a0778ffcfcdbedb6520bf3ec9abf8a1f5dd1bc96d776aeb421node-v18.10.0.pkgeab3109a6d3deafe049c8f0c461af8de5c6cad535b79c19fa84f0ea496c4ffb6node-v18.10.0.tar.gzad711b54e2be4a7d24f37c73fb2801adeaf6d26d298d431be98d6abc0202e89fnode-v18.10.0.tar.xz0f15043bb13749bf27f0eed2f902db8251dd214891851e1066537a08b97751a1win-x64/node.exe3111a04d3ae94921ac20f2afc4e167c59e50c07609ee940d1a8eec46f08310adwin-x64/node.libff3c97980c59bebae41f11a720f4a3c4f466b4fd31686a12bc451e939d6966e1win-x64/node_pdb.7z0cbaa9327350a936eade80e60c3e986e93a03a5404e3caeda5cea4d3c1ae631cwin-x64/node_pdb.zip0a137d78cacf19a829e0f81ecf3891b5690c95a6845318bc93a325579facb121win-x86/node.exee0b45a34da85070b41e13169a6ed30ea782d400dd8e8597d665727bac8d621f0win-x86/node.lib250afbbecfaf8a10c610d8a1865e1d1a7293d7e9b47e9b161ab4fa1395bff88bwin-x86/node_pdb.7z70e0aca76b848d4279d2b081d713d4c28bb9dbe5ce2b6090eeb52a542b019f7bwin-x86/node_pdb.zip—–BEGINPGPSIGNATURE—–iQGzBAEBCAAdFiEEiQwI24V5Fi/uDfnbi+q0389VXvQFAmM0hp0ACgkQi+q0389VXvTYrgv/YlMZzeq0isLgz4t7xLZJi3yr9KVSTkfscNrlmW5Z1ZGl7cWdrm6Pcqeov019njHfQwoafp+De97eJhrPX+ojYKWsn4ZlDrYl7C4WyLjWUEeDD9Bj1Oz8xu9zUVbJ5BFjVcWDx8VVjdD44tOWHLTKm49dtpvr0iar1Rqsa0Ke3X9/bLnCUenyeHyUNhlpq3oSMYmLzqAvV8GQh8MUzusDnGg5Mq9wAcddYJBZSRGtmF3SC+TMsN/i2aN2Hbz0bMai1qmv/jOd2zC6rMnvdNjWKnomr4oehLeFZ0woby53S56PnnBWhz1IFn0t4YbDFXZI6qhMnWrrjb4d/wtO6+Y1hi+HpLSKpL9ryzWJrQnDTJf2+Spe96Radq3MIFMNuMLETnphSL9ilnu6BA/Pla85j1oajeiXS8J0DHETtvENwiMCwiMtNxYuSi3v+6QPAY9NmD8j8zSSSAZcytZvHADy+5vs5Y2Cak3i7TJiwX1TnRJ12xX3fDeWBgRfTlXASWgI=DwII—–ENDPGPSIGNATURE—–SebelumnyaNode v16.18.0 (LTS)BerikutnyaNode v16.17.1 (LTS)

FAQ

Teknoloji rulet oyununu nasıl etkiledi?

Teknoloji, oyunun elektronik ve otomatik versiyonları gibi rulet oyununu nasıl etkiledi? Rulet oyunundaki en önemli teknolojik gelişmelerden biri elektronik rulet masalarının kullanıma sunulması olmuştur. Bu masalarda rulet çarkının dönüşünü simüle eden dijital bir ekran bulunur ve oyuncular bahislerini dokunmatik ekran arayüzüne koyabilirler. Bu, çarkın geleneksel rulet masasına göre daha sık döndürülebilmesi nedeniyle daha hızlı oyun oynanmasına olanak tanır. Teknolojinin ruleti etkilemesinin bir başka yolu da oyunun otomatikleştirilmiş versiyonlarıdır. Otomatik rulet masaları elektronik masalara benzer ancak çarkı döndürmek için bir dağıtıcıya ihtiyaç duymazlar.

هل لدى WPT Global تطبيق جوال؟

WPT Global has a very convenient and intuitive mobile app available for both iOS and Android. To download it, simply search for “WPT Global” in the Apple App Store for iOS users or in the Google Play Store for Android users.

What is WPT Global?

WPT Global is a brand new online poker site launched in mid-April 2022 by the famous homonymous company.

What brand of cards does WPT use?

Faded Spade is the preferred playing card brand of the World Poker Tour as seen on TV and poker live streams across the globe. For a standard raise at a 2/5 poker cash game, you can own this Faded Spade two-deck playing card set with high-end collector’s box.

Ruletin orijinal kuralları ve bahis seçenekleri nelerdi?

Ruletin orijinal kuralları ve bahis seçenekleri nelerdi? Ruletin orijinal kuralları ve bahis seçenekleri nispeten basitti. Oyunda, genellikle 1’den 36’ya kadar numaralandırılmış ceplere sahip bir çıkrık bulunuyordu. Oyunun ilk versiyonlarında ayrıca tek bir sıfır cep de bulunuyordu, bu da eve hafif bir avantaj sağlıyordu. Bazı varyasyonlarda kasa avantajını daha da artıran çift sıfır cep de vardı. Oyuncular bahislerini çarktaki sayılara karşılık gelen bir ızgara düzenine sahip olan masaya koyarlardı. Bahis oranına bağlı olarak farklı ödemelerle tek bir sayıya veya bir grup sayıya bahis oynayabilirler.

Bu site yalnızca ilgili makaleleri toplar. Orijinalini görmek için lütfen aşağıdaki bağlantıyı kopyalayın ve açın:Node.js — Node v18.10.0 (Current)

WPT İndir
Son Makaleler Popüler Makaleler
Tavsiye Edilen Makaleler

- YouTube

Enjoy the videos and music you love upload original content and share it all with friends family and the world on YouTube.

G20 Brasil 2024 - English

November 18, 2024 The G20 Leaders’ Summit in Rio de Janeiro officially launched the Alliance, with 148 founding members. The initiative will accelerate the process of eradicating hunger and poverty and promote the Sustainable Development Goals (SDGs). More infoaboutArgentina joins Global Alliance Against Hunger and PovertyNovember 16, 2024 The Rio de Janeiro Declaration, emerging from the G20 Social, amplifies the demands of social movements for global justice, the fight against hunger and climate change, and the urgent reform of international governance. The event concludes this Saturday, ahead of the leaders’ meeting next week. More infoaboutG20 Social launches a global call for inclusion, democracy, and governance reformsNovember 15, 2024 More infoaboutSelf-managed activities fill the warehouses of Porto Mauá with people: G20 Social ends on November 16November 16, 2024 More infoaboutG20 Brasil innovates with collaborative communication: The voice of the people at the center of the global narrativeNovember 15, 2024 More infoaboutAt the G20 Social, five Brazilian state-owned companies present a letter with points to reduce inequality in BrasilNovember 15, 2024 More infoaboutG20 Social: Brasil guides new global agenda against hungerNovember 9, 2024 Agendas discussed at the G20 Brasil such as sustainability, fighting inequalities, hunger, and poverty are in the daily lives of schools in Complexo da Maré in Rio de Janeiro. Pedagogical debates and activities stimulate the school community to reflect on global challenges. More infoaboutThe G20 in Maré: Schools put into practice the preservation of the environment and other topics of the forumNovember 4, 2024 More infoaboutLaunch of the Favela 20 Recommendations: A milestone for marginalized communitiesOctober 17, 2024 More infoaboutWhat the G20 has decided about bioeconomy - and what this has to do with your lifeOctober 3, 2024 More infoaboutParadise islands covered in plastics? G20 Brasil, Oceans 20 and Voice of the Oceans unite to change this reality

Downloads     ChromeDriver     Chrome for Developers

Stay organized with collections Save and categorize content based on your preferences. Current Releases Warning:- If you are using Chrome version 115 or newer, consult the Chrome for Testing availability dashboard. This page provides convenient JSON endpoints for specific ChromeDriver version downloading. For lower versions of Chrome, see below for the version of ChromeDriver that supports it. For more information on selecting the right version of ChromeDriver, see the Version Selection page. ChromeDriver 114.0.5735.90 Supports Chrome version 114 For more details, see the release notes. ChromeDriver 114.0.5735.16 Supports Chrome version 114 For more details, see the release notes. ChromeDriver 113.0.5672.63 Supports Chrome version 113 Resolved issue 4205: Same object ids in Classic and BiDi Pri-1 Resolved issue 4302: Don’t assume that Mapper is in the first tab in ExecuteGetWindowHandles Pri-1 Resolved issue 4356: Chrome 110 not utilizing pref value “download.default_directory” Pri-1 For more details, see the release notes. ChromeDriver 113.0.5672.24 Supports Chrome version 113 Resolved issue 4205: Same object ids in Classic and BiDi Pri-1 Resolved issue 4302: Don’t assume that Mapper is in the first tab in ExecuteGetWindowHandles Pri-1 Resolved issue 4356: Chrome 110 not utilizing pref value “download.default_directory” Pri-1 For more details, see the release notes. ChromeDriver 112.0.5615.49 Supports Chrome version 112 Resolved issue 3517: Enable print feature for non-headless Pri- Resolved issue 4419: Large overhead on Speedometer when using chromedriver Pri-3 For more details, see the release notes. ChromeDriver 112.0.5615.28 Supports Chrome version 112 Resolved issue 4357: Chromedriver version 110.0.5481.77 session issue with –headless and –user-data-dir options. Pri-1 For more details, see the release notes. ChromeDriver 111.0.5563.64 Supports Chrome version 111 Resolved issue 4216: Run ChromeDriver with custom BiDiMapper Pri- Resolved issue 4300: Window handle is interoperable between Classic and BiDi Pri- Resolved issue 4325: Handling of toJSON in jsonSerialize of call_function.js deviates from the standard. Pri- Resolved issue 4330: DCHECK fails at DevToolsClientImpl::AddListener Pri- Resolved issue 4357: ChromeDriver session issue with –headless and –user-data-dir options Pri-1 For more details, see the release notes. ChromeDriver 111.0.5563.41 Supports Chrome version 111 Resolved issue 4357: ChromeDriver session issue with –headless and –user-data-dir options Pri-1 For more details, see the release notes. ChromeDriver 111.0.5563.19 Supports Chrome version 111 Resolved issue 4216: Run ChromeDriver with custom BiDiMapper Pri- Resolved issue 4300: Window handle is interoperable between Classic and BiDi Pri- Resolved issue 4325: Handling of toJSON in jsonSerialize of call_function.js deviates from the standard. Pri- Resolved issue 4330: DCHECK fails at DevToolsClientImpl::AddListener Pri- For more details, see the release notes. ChromeDriver 110.0.5481.77 Supports Chrome version 110 Resolved issue 4193: Failed to start new session on Android 13 Pri- Resolved issue 4272: WebSocket should treat code=0 as an indication of FIN Pri- Resolved issue 4276: Fix connectivity issues in ChromeDriver Pri- Resolved issue 4295: ChromeDriver with “webSocketUrl”: true is racy Pri- Resolved issue 4297: ChromeDriver Bidi serializes incorrectly Pri- For more details, see the release notes. ChromeDriver 110.0.5481.30 Supports Chrome version 110 Resolved issue 4193: Failed to start new session on Android 13 Pri- Resolved issue 4272: WebSocket should treat code=0 as an indication of FIN Pri- Resolved issue 4276: Fix connectivity issues in ChromeDriver Pri- Resolved issue 4295: ChromeDriver with “webSocketUrl”: true is racy Pri- Resolved issue 4297: ChromeDriver Bidi serializes incorrectly Pri- For more details, see the release notes. ChromeDriver 109.0.5414.74 Supports Chrome version 109 Resolved issue 4179: BiDi session must support multiple connections Pri- Resolved issue 4203: Improve credits information Pri- Resolved issue 4263: Crash on Meta+A Pri- For more details, see the release notes. ChromeDriver 109.0.5414.25 Supports Chrome version 109 Resolved issue 4179: BiDi session must support multiple connections Pri- Resolved issue 4203: Improve credits information Pri- Resolved issue 4263: Crash on Meta+A Pri- For more details, see the release notes. ChromeDriver 108.0.5359.71 Supports Chrome version 108 For more details, see the release notes. ChromeDriver 108.0.5359.22 Supports Chrome version 108 Resolved issue 4204: Fix the failing WPT test_top_level_and_one_child Pri- Resolved issue 4215: Rename chromedriver_mac64_m1 build to chromedriver_mac_arm64 Pri- Resolved issue 4221: Crash when a click command closes the browser Pri- For more details, see the release notes. ChromeDriver 107.0.5304.62 Supports Chrome version 107 For more details, see the release notes. ChromeDriver 107.0.5304.18 Supports Chrome version 107 Resolved issue 4180: Prohibit any BiDi commands handling until notified that BiDiMapper has started Pri- Resolved issue 4198: ChromeDriver BiDi should not assume that BiDiMapper is always in the first tab Pri- Resolved issue 4207: WebDriver error when running WPT Pri-1 For more details, see the release notes. ChromeDriver 106.0.5249.61 Supports Chrome version 106 For more details, see the release notes. ChromeDriver 106.0.5249.21 Supports Chrome version 106 Resolved issue 4016: Add basic BiDi support to ChromeDriver (Mapper based) Pri-1 For more details, see the release notes. ChromeDriver 105.0.5195.52 Supports Chrome version 105 For more details, see the release notes. ChromeDriver 105.0.5195.19 Supports Chrome version For more details, see the release notes. ChromeDriver 104.0.5112.79 Supports Chrome version 104 For more details, see the release notes. ChromeDriver 104.0.5112.29 Supports Chrome version 104 Resolved issue 4121: WebDriver command sometimes fails with “unexpected command response” Pri-1 For more details, see the release notes. ChromeDriver 104.0.5112.20 Supports Chrome version 104 Resolved issue 4121: WebDriver command sometimes fails with “unexpected command response” Pri-1 For more details, see the release notes. ChromeDriver 103.0.5060.134 Supports Chrome version 103 Resolved issue 4048: target frame detached Pri- Resolved issue 4121: WebDriver command sometimes fails with “unexpected command response” Pri-1 For more details, see the release notes. ChromeDriver 103.0.5060.53 Supports Chrome version 103 Resolved issue 4048: target frame detached Pri- For more details, see the release notes. ChromeDriver 103.0.5060.24 Supports Chrome version 103 For more details, see the release notes. ChromeDriver 102.0.5005.61 Supports Chrome version 102 Resolved issue 1309282: chromedriver does not support multivalued switches Pri-1 For more details, see the release notes. ChromeDriver 102.0.5005.27 Supports Chrome version 102 Resolved issue 1309282: chromedriver does not support multivalued switches Pri-1 For more details, see the release notes. ChromeDriver 101.0.4951.41 Supports Chrome version 101 Resolved issue 4046: DCHECK hit when appending empty fenced frame Pri- Resolved issue 4080: Switching to nested frame fails Pri- For more details, see the release notes. ChromeDriver 101.0.4951.15 Supports Chrome version 101 Resolved issue 4046: DCHECK hit when appending empty fenced frame Pri- Resolved issue 4080: Switching to nested frame fails Pri- For more details, see the release notes. ChromeDriver 100.0.4896.60 Supports Chrome version 100 Resolved issue 4002: Support Fenced Frames Pri- For more details, see the release notes. ChromeDriver 100.0.4896.20 Supports Chrome version 100 Resolved issue 4002: Support Fenced Frames Pri- For more details, see the release notes. ChromeDriver 99.0.4844.51 Supports Chrome version 99 For more details, see the release notes. ChromeDriver 99.0.4844.35 Supports Chrome version 99 REVERTED!!! Resolved issue 2269: Impossible to use non-BMP characters (code points above U+FFFF) Pri-3 Resolved issue chromium:1295243: Regression in ChromeDriver sendKeys Pri-1 For more details, see the release notes. ChromeDriver 99.0.4844.17 Supports Chrome version 99 For more details, see the release notes. ChromeDriver 98.0.4758.102 Supports Chrome version 98 Resolved issue 3933: Click at edge of viewport is ineffective without error Pri- REVERTED!!! Resolved issue 2269: Impossible to use non-BMP characters (code points above U+FFFF) Pri-3 Resolved issue chromium:1295243: Regression in ChromeDriver sendKeys Pri-1 For more details, see the release notes. ChromeDriver 98.0.4758.80 Supports Chrome version 98 Resolved issue 3933: Click at edge of viewport is ineffective without error Pri- Resolved issue 2269: Impossible to use non-BMP characters (code points above U+FFFF) Pri-3 For more details, see the release notes. ChromeDriver 98.0.4758.48 Supports Chrome version 98 Resolved issue 3933: Click at edge of viewport is ineffective without error Pri- Resolved issue 2269: Impossible to use non-BMP characters (code points above U+FFFF) Pri-3 For more details, see the release notes. ChromeDriver 97.0.4692.71 Supports Chrome version 97 Resolved issue 3878: Better handling of fractional element coordinates for element click Pri- For more details, see the release notes. ChromeDriver 97.0.4692.36 Supports Chrome version 97 Resolved issue 3878: Better handling of fractional element coordinates for element click Pri- For more details, see the release notes. ChromeDriver 97.0.4692.20 Supports Chrome version 97 Resolved issue 3878: Better handling of fractional element coordinates for element click Pri- For more details, see the release notes. ChromeDriver 96.0.4664.45 Supports Chrome version 96 Resolved issue 3445: Impossible to access elements in iframe inside a shadow root Pri-3 For more details, see the release notes. ChromeDriver 96.0.4664.35 Supports Chrome version 96 Resolved issue 3445: Impossible to access elements in iframe inside a shadow root Pri-3 For more details, see the release notes. ChromeDriver 96.0.4664.18 Supports Chrome version 96 Resolved issue 3445: Impossible to access elements in iframe inside a shadow root Pri-3 For more details, see the release notes. ChromeDriver 95.0.4638.69 Supports Chrome version 95 Resolved issue 3857: Host header or origin header is specified and is not whitelisted or localhost Pri-1 Added –allowed-origins argument For more details, see the release notes. ChromeDriver 95.0.4638.54 Supports Chrome version 95 Resolved issue 3857: Host header or origin header is specified and is not whitelisted or localhost Pri-1 Added –allowed-origins argument For more details, see the release notes. ChromeDriver 95.0.4638.17 Supports Chrome version 95 Resolved issue 3857: Host header or origin header is specified and is not whitelisted or localhost Pri-1 Added –allowed-origins argument For more details, see the release notes. ChromeDriver 95.0.4638.10 Supports Chrome version 95 Resolved issue 3857: Host header or origin header is specified and is not whitelisted or localhost Pri-1 Added –allowed-origins argument For more details, see the release notes. ChromeDriver 94.0.4606.113 Supports Chrome version 94 For more details, see the release notes. ChromeDriver 94.0.4606.61 Supports Chrome version 94 For more details, see the release notes. ChromeDriver 94.0.4606.41 Supports Chrome version 94 For more details, see the release notes. ChromeDriver 93.0.4577.63 Supports Chrome version 93 For more details, see the release notes. ChromeDriver 93.0.4577.15 Supports Chrome version 93 For more details, see the release notes. ChromeDriver 92.0.4515.107 Supports Chrome version 92 For more details, see the release notes. ChromeDriver 92.0.4515.43 Supports Chrome version 92 Resolved issue 3389: Host validation for ChromeDriver requests For more details, see the release notes. ChromeDriver 91.0.4472.101 Supports Chrome version 91 Resolved issue 1205107: Unable to get attribute value for fields on the web application. For more details, see the release notes. ChromeDriver 91.0.4472.19 Supports Chrome version 91 Resolved issue 3744: SendKeys() and Click() silently fail after link navigation Resolved issue 3746: attribute endpoint incorrectly updates values For more details, see the release notes. ChromeDriver 90.0.4430.24 Supports Chrome version 90 Resolved issue 3708: GetElementLocation’s inView fails for elements in shadow DOM Resolved issue 3721: Collect performance log for service worker when enabled Resolved issue 3731: AdbImpl::GetPidByName does not work correctly on non-standard Android OS’s like on OnePlus Resolved issue 3733: Catastrophic failure with domain on localhost Resolved issue 3734: Driver should Error Attempting to set Cookie on Wrong Domain Resolved issue 3743: Refactor call function and fix remove element issue For more details, see the release notes. ChromeDriver 89.0.4389.23 Supports Chrome version 89 Resolved issue 3667: Timed out receiving a message from renderer Resolved issue 3675: GetElementLocation uses inView method which mishandles boolean as array Resolved issue 3682: GetElementRegion returns incorrect size for elements which are partially out of viewport Resolved issue 3690: ChromeDriver fails if extensions use chrome.windows API For more details, see the release notes. ChromeDriver 88.0.4324.96 Supports Chrome version 88 Resolved issue 3641: Page not getting loaded/rendered when browser window is not in focus with Chrome Beta v87 and chromedriver v(87/86) For more details, see the release notes. ChromeDriver 88.0.4324.27 Supports Chrome version 88 Resolved issue 3611: getText() output in protractor different from <element>.innerText Resolved issue 3625: Improve element screenshot compatibility Resolved issue 3628: Stale Element Reference and wrong URL reported back with URL having another URL as part of its path Resolved issue 3631: Add support for the webauthn:extension:largeBlob capability Resolved issue 3635: Chromedriver 86 - chromedriver.quit() doesn’t seem to pass unload event properly Resolved issue 3649: Copying selected text to clipboard does not work on Windows 10 when using headless mode For more details, see the release notes. ChromeDriver 87.0.4280.88 Supports Chrome version 87 Resolved issue 3641: Page not getting loaded/rendered when browser window is not in focus with Chrome Beta v87 and chromedriver v(87/86) Resolved issue 3657: Screenshot background browser timed out For more details, see the release notes. ChromeDriver 87.0.4280.20 Supports Chrome version 87 Resolved issue 2421: Delete old port-forwarding channels on android adb-server Resolved issue 3474: Emulated mobile device list needs updating Resolved issue 3507: Implement “get computed role” Resolved issue 3508: Implement “get computed label” Resolved issue 3584: Rename ChromeDriver command line option –whitelisted-ips Resolved issue 3588: Bidi WebSocket connection Resolved issue 3594: Navigation completes prematurely if OOPIF loads before main page Resolved issue 3598: A command line option for devtools port to be forwarded to webview_devtools_remote socket Resolved issue 3608: Chromedriver debuggerAddress does not support ipv6 For more details, see the release notes. ChromeDriver 86.0.4240.22 Supports Chrome version 86 Resolved issue 3370: Shut down Chrome gracefully or cookie will not be correctly saved to SQLite persistence file Resolved issue 3401: Get Element Location JS does not locate the visible center of the element Resolved issue 3462: For sendKeys, CMD key don’t work for MAC Resolved issue 3541: Improve log between Client and ChromeDriver Resolved issue 3559: Output Chrome version when ChromeDriver reports incompatible For more details, see the release notes. ChromeDriver 85.0.4183.87 Supports Chrome version 85 Resolved issue 3578: Chrome 85 no longer allows graceful interaction with windows when an alert dialog is open For more details, see the release notes. ChromeDriver 85.0.4183.83 Supports Chrome version 85 Resolved issue 3577: ChromeDriver 85 does not detect changed Chrome directory (C:\Program Files) For more details, see the release notes. ChromeDriver 85.0.4183.38 Supports Chrome version 85 Resolved issue 3214: ChromeDriver78: Sendkeys resets text selection with contenteditable Resolved issue 3376: Remove LaunchApp command from ChromeDriver Resolved issue 3432: Sometimes NavigationTracker fails to detect when the page has finished loading Resolved issue 3481: New Print endpoint according to w3c spec Resolved issue 3488: driver.get doesn’t throw error when proxy is wrong configured Resolved issue 3502: Use document.hasFocus() to check if element is focused Resolved issue 3515: selenium.common.exceptions.WebDriverException: Message: unknown error: bad inspector message For more details, see the release notes. ChromeDriver 84.0.4147.30 Supports Chrome version 84 Resolved issue 3420: after switching to the print window, the chromedriver stops responding Resolved issue 3421: Driver returns Cyrillic text without styles Resolved issue 3422: GetElementText breaks with prototype 1.6.0.3 Resolved issue 3434: Cannot get ‘assert’ messages from the ‘browser’ logs For more details, see the release notes. ChromeDriver 83.0.4103.39 Supports Chrome version 83 Updated Chromedriver to work correctly with prototype.js. For more details, see the release notes. ChromeDriver 83.0.4103.14 Supports Chrome version 83 Resolved issue 1778: Deprecate launchApp from ChromeDriver Resolved issue 2520: InitSession can wait forever when Chrome is unresponsive Resolved issue 3120: Headless mode download from new tab Resolved issue 3234: Confirm semicolon found before substring Resolved issue 3240: ExecuteGetElementRect does not check returned status from GET_SIZE Resolved issue 3331: The get_cookies() method is returning ’expiry’ keys of type double, but should be int64 in w3c mode Resolved issue 3332: Retry timeout logged as severe Resolved issue 3339: Chromedriver exited unexpectedly with code null, signal SIGTRAP Resolved issue 3351: Improve Security Considerations message Resolved issue 3352: Support SendKeys for color elements Resolved issue 3353: Wait for Pending Navigation continues after frame context destroyed Resolved issue 3375: Chromedriver v80 hangs on getPageSource on some sites Resolved issue 3383: ChromeDriver 80+ on Windows seems to exit or stall on certain element or click commands Resolved issue 3399: Remove wasThrown check ChromeDriver 81.0.4044.138 Supports Chrome version 81 Updated Chromedriver to work correctly with prototype.js. For more details, see the release notes. ChromeDriver 81.0.4044.69 Supports Chrome version 81 Fixed: Chromedriver crashes on getPageSource on some sites. Fixed: ChromeDriver crashes on certain element or click commands. For more details, see the release notes. ChromeDriver 81.0.4044.20 Supports Chrome version 81 Fixed error when attempting to get location of html element. Get and Add Cookie commands are now frame specific. Resolved some issues that occur with sites that redefine standard Javascript objects. ChromeDriver will continue to wait for loading to complete after receiving a Target Closed message. Chromedriver now returns spec compliant error code for timeouts Fixed: ChromeDriver Unexpected Slow response time on NewSession Command. User-defined timeouts of over 10 minutes are now supported. Fixed: ChromeDriver unable to connect to DevTools due to IPv4 vs IPv6 mismatch. Restored search order for Chrome binary on Linux. For more details, see the release notes. ChromeDriver 80.0.3987.106 Supports Chrome version 80 Restored search order for Chrome binary on Linux For more details, see the release notes. ChromeDriver 80.0.3987.16 Supports Chrome version 80 Fixed Load page was aborted when using a proxy. Chromedriver now waits for Current frame to load. ChromeDriver log will include the port used by the driver. Enabled SetGeoLocation for w3c mode. Added missing Alert text for UnexpectedAlertOpen status. Improved message when CRX2 Extension is loaded. Fixed a potential race condition in ExecuteGetPageSource. ChromeDriver will add –ignore-certificate-errors flag when acceptInsecureCerts capability is true Updated the error message and return status for no such execution context Fixed: ChromeDriver may block indefinitely while waiting for pending navigation. Added SameSite attribute to AddCookie and GetCookie. For more details, see the release notes. ChromeDriver 79.0.3945.36 Supports Chrome version 79 Includes the following change over version 79.0.3945.16: Fixed incorrect calculation of element coordinates For more details, see the release notes. ChromeDriver 79.0.3945.16 Supports Chrome version 79 Fixed ChromeDriver crash caused by javascript alert fired during command execution Fixed a bug causing Chromedriver to lock when an alert is fired while taking a screenshot Removed –ignore-certificate-errors from Chrome launch command Changed platform and platformName to windows on Win10 Fixed undefined window.navigator.webdriver when “enable-automation” is excluded Fixed WPT test “test_not_editable_inputshidden” Fixed “Element is not clickable” when using headless mode For more details, see the release notes. ChromeDriver 78.0.3904.105 Supports Chrome version 78 Includes the following change over version 78.0.3904.70: * Fixed incorrect calculation of element coordinates For more details, see the release notes. ChromeDriver 78.0.3904.70 Supports Chrome version 78 Includes the following change over version 78.0.3904.11: Reverted the change to adjust screeshot size on retina display, due to multiple issues reported For more details, see the release notes. ChromeDriver 78.0.3904.11 Supports Chrome version 78 Fixed several issues in JavaScript object serialization Fixed a bug in capability matching for Chrome on Android Implemented permissions automation Fixed screenshot size on retina display Fixed page load timeout in some scenarios Improved platformName capability matching Fixed error code returned while moving pointer to drop-down list options Fixed an issue affecting download in headless mode For more details, see the release notes. ChromeDriver 77.0.3865.40 Supports Chrome version 77 Includes the following changes over version 77.0.3865.10: Fixed two bugs in serializing and deserializing JavaScript objects Fixed handling of platformName: android while matching capabilities For more details, see the release notes. ChromeDriver 77.0.3865.10 Supports Chrome version 77 Fixed several issues in the implementation of Actions API Improved JavaScript code execution and result handling Fixed a bug that incorrectly rejected POST requests with empty body in OSS mode A more robust navigation tracker Support eager page load strategy Added New Window command from W3C WebDriver spec Support to save file downloads in headless mode Added support for loading CRX3 extensions For more details, see the release notes. ChromeDriver 76.0.3809.126 Supports Chrome version 76 Includes the following changes over version 76.0.3809.68: Fixed two bugs in serializing and deserializing JavaScript objects For more details, see the release notes. ChromeDriver 76.0.3809.68 Supports Chrome version 76 Includes the following changes over version 76.0.3809.25: Fixed a bug in detecting circular reference in JavaScript objects Fixed a bug that causes ChromeDriver to crash when certain types of JavaScript errors occur Fixed a bug that prevents actions API to interact with elements inside shadow DOMs Fixed a bug in keeping track of modifier key state between actions API commands Fixed a bug in keeping track of pointer locations between actions API commands Save “Cannot call non W3C standard command while in W3C mode” error to log file when it occurs For more details, see the release notes. ChromeDriver 76.0.3809.25 Supports Chrome version 76 Includes the following changes over version 76.0.3809.12: Fixed a bug that incorrectly rejected POST requests with empty body in OSS mode Added new endpoints for retrieving Chrome log Added endpoint for Is Displayed command in W3C mode For more details, see the release notes. ChromeDriver 76.0.3809.12 Supports Chrome version 76 Finished implementation of Actions API Improved spec compliance of script timeout handling Improved serialization of results from Execute Script command Fixed issues in scrolling element into view Added handling of Cancel key defined in WebDriver spec Fixed processing of unhandled alert error response Fixed processing of <details> element Updated excludeSwitches option to allow optional leading dashes in switch names For more details, see the release notes. ChromeDriver 75.0.3770.140 Supports Chrome version 75 Includes the following changes over version 75.0.3770.90: Fixed a bug that caused ChromeDriver to crash when some types of JavaScript error occurs Fixed a bug in preserving modifier key state between actions For more details, see the release notes. ChromeDriver 75.0.3770.90 Supports Chrome version 75 Includes the following changes over version 75.0.3770.8: Fixed a bug that incorrectly rejected POST requests with empty body in OSS mode Added new endpoints for retrieving Chrome log For more details, see the release notes. ChromeDriver 75.0.3770.8 Supports Chrome version 75 The most noticeable change is ChromeDriver now runs in W3C standard compliant mode by default. Other changes include: Fixed a bug that caused blur event to be raised twice during element clear Renamed capability loggingPrefs to goog:loggingPrefs, as required by W3C standard Fixed error handling in W3C mode Correct handling of creating cookies without leading dot in the domain name Allows null for script timeout Fixed Element Send Keys command to file input with ‘multiple’ attribute Fixed Get Active Element command to return “no such element” error when no active element exists Fixed navigation to malformed URL to return “invalid argument” error Fixed HTTP status code when invalid session id is received Fixed error response when input parameter is missing or malformed Fixed Execute Script command to handle line-oriented JavaScript comment For more details, see the release notes. ChromeDriver 74.0.3729.6 Supports Chrome version 74 Fixed a bug that generated unexpected debug.log file on Windows Fixed mouse clicking and drag / drop inside SVG document Added cache-control header in responses from ChromeDriver Fixed the type of error when click is intercepted by a different element Fixed a bug that caused ChromeDriver to fail on Linux devices without /dev/shm Fixed some types of double click events Fixed Get Sessions command Fixed error checking in Switch To Frame command Fixed Get Page Source command For more details, see the release notes. ChromeDriver 73.0.3683.68 Supports Chrome version 73 Fixed a bug that generated unexpected debug.log file on Windows Fixed error code returned from Execute Script command in some scenarios Added cache-control header in responses from ChromeDriver Made the HTTP server keep connection alive by default Fixed Close Window command to correctly handle user prompts Fixed error code returned while sending keys to disabled element Improved spec compliance of timeout value handling Improved spec compliance of Add Cookie command Increased HTTP server listening queue length Fixed Is Element Displayed command in v0 shadow DOM Added warning about Element Clear command behavior change in log file Fixed Execute Script command to correctly convert document.all into JSON format Improved handling of bad element reference For more details, see the release notes. ChromeDriver 2.46 Supports Chrome v71-73 Fixed error code returned from Execute Script command in some scenarios Made the HTTP server keep connection alive by default Fixed Close Window command to correctly handle user prompts Fixed error code returned while sending keys to disabled element Improved spec compliance of timeout value handling Improved spec compliance of Add Cookie command Improved spec compliance of Switch to Frame command Increased HTTP server listening queue length Fixed Is Element Displayed command in v0 shadow DOM Fixed Element Double Click command Added warning about Element Clear command behavior change in log file Fixed Execute Script command to correctly convert document.all into JSON format Improved handling of bad element reference For more details, see the release notes. ChromeDriver 2.45 Supports Chrome v70-72 Fixed New Session is not spec compliant Fixed ChromeDriver shouldn’t launch Chrome if Chrome and ChromeDriver versions are incompatible Fixed Find Element command returns wrong error code when an invalid locator is used Fixed Some ChromeDriver status codes are wrong Fixed Compile error in JS inside of WebViewImpl::DispatchTouchEventsForMouseEvents Fixed Window size commands should handle user prompts Fixed ChromeDriver doesn’t start Chrome correctly with Chrome option “user-data-dir=” Fixed Status command is not spec compliant Fixed Add support for strictFileInteractability ChromeDriver 2.44 Supports Chrome v69-71 Fixed WindowMaximize on Mac Fixed Incorrect ‘alert open error’ for window handle call Fixed Element Send Keys should get “text” property in W3C mode Fixed XML special case of Is Element Enabled is not handled as per spec Fixed XML special case of Get Element CSS Value is not handled as per spec Fixed Set Window Rect needs to check for invalid input Fixed Support new unhandledPromptBehavior modes ChromeDriver 2.43 Supports Chrome v69-71 Changes include: Fixed Parsing of proxy configuration is not standard compliant Fixed Launch app command is flaky Fixed Screenshot of element inside iFrame is taken incorrectly Added ChromeDriver supports window resizing over a remote connection Fixed Error codes are not handled in Clear element Fixed Not waiting until element is visible Fixed Get element property is not implemented Fixed Switch to Frame is not spec compliant Fixed Execute Async Script does not return spec compliant error codes Fixed Execute Script does not return spec compliant error codes Fixed Error code in ExecuteGet is not conformant with spec Fixed Send Alert Text is not returning spec compliant error codes Fixed clear() on an input type=“date” pretends element is not user-editable Fixed Chromedriver gets window handle for the tab which is opened manually Fixed Allow append or start a new log file for chromedriver Fixed New Session does not invoke w3c mode if flag is in firstMatch ChromeDriver 2.42 Supports Chrome v68-70 Changes include: Fixed ClickEelement in Mobile Emulation Fixed whitelisted IPs with IPv4 Fixed starting ChromeDriver with whitelisted-ips flag on Mac OS Fixed SetTimeout to accept both pre-W3C and W3C formats Fixed take element screenshot Fixed ChromeDriver is looking for Chrome binaries in a system PATH as well Fixed Maximize window and Full Screen Implemented log-replay feature. ( Does not work for Android and Remote Browser yet ) Fixed some error codes were not compliant to W3C standard Fixed console.log with multiple arguments not handled properly Fixed GetElementRect should allow doubles Fixed touch emulation ChromeDriver 2.41 Supports Chrome v67-69 Changes include: Fixed issue when ChromeDriver runs with “whitelisted-ips” option Remote Debugging Port is returned in capabilities Implemented getting window size on Android Desktop Chrome launch error messages are improved ChromeDriver fails fast when unable to start Chrome binaries Close Window return value conforms with spec Warning:- If you are using Chrome version 115 or newer, consult the Chrome for Testing availability dashboard. This page provides convenient JSON endpoints for specific ChromeDriver version downloading. For lower versions of Chrome, see below for the version of ChromeDriver that supports it. For more information on selecting the right version of ChromeDriver, see the Version Selection page. ChromeDriver 114.0.5735.90 Supports Chrome version 114 For more details, see the release notes. ChromeDriver 114.0.5735.16 Supports Chrome version 114 For more details, see the release notes. ChromeDriver 113.0.5672.63 Supports Chrome version 113 Resolved issue 4205: Same object ids in Classic and BiDi Pri-1 Resolved issue 4302: Don’t assume that Mapper is in the first tab in ExecuteGetWindowHandles Pri-1 Resolved issue 4356: Chrome 110 not utilizing pref value “download.default_directory” Pri-1 For more details, see the release notes. ChromeDriver 113.0.5672.24 Supports Chrome version 113 Resolved issue 4205: Same object ids in Classic and BiDi Pri-1 Resolved issue 4302: Don’t assume that Mapper is in the first tab in ExecuteGetWindowHandles Pri-1 Resolved issue 4356: Chrome 110 not utilizing pref value “download.default_directory” Pri-1 For more details, see the release notes. ChromeDriver 112.0.5615.49 Supports Chrome version 112 Resolved issue 3517: Enable print feature for non-headless Pri- Resolved issue 4419: Large overhead on Speedometer when using chromedriver Pri-3 For more details, see the release notes. ChromeDriver 112.0.5615.28 Supports Chrome version 112 Resolved issue 4357: Chromedriver version 110.0.5481.77 session issue with –headless and –user-data-dir options. Pri-1 For more details, see the release notes. ChromeDriver 111.0.5563.64 Supports Chrome version 111 Resolved issue 4216: Run ChromeDriver with custom BiDiMapper Pri- Resolved issue 4300: Window handle is interoperable between Classic and BiDi Pri- Resolved issue 4325: Handling of toJSON in jsonSerialize of call_function.js deviates from the standard. Pri- Resolved issue 4330: DCHECK fails at DevToolsClientImpl::AddListener Pri- Resolved issue 4357: ChromeDriver session issue with –headless and –user-data-dir options Pri-1 For more details, see the release notes. ChromeDriver 111.0.5563.41 Supports Chrome version 111 Resolved issue 4357: ChromeDriver session issue with –headless and –user-data-dir options Pri-1 For more details, see the release notes. ChromeDriver 111.0.5563.19 Supports Chrome version 111 Resolved issue 4216: Run ChromeDriver with custom BiDiMapper Pri- Resolved issue 4300: Window handle is interoperable between Classic and BiDi Pri- Resolved issue 4325: Handling of toJSON in jsonSerialize of call_function.js deviates from the standard. Pri- Resolved issue 4330: DCHECK fails at DevToolsClientImpl::AddListener Pri- For more details, see the release notes. ChromeDriver 110.0.5481.77 Supports Chrome version 110 Resolved issue 4193: Failed to start new session on Android 13 Pri- Resolved issue 4272: WebSocket should treat code=0 as an indication of FIN Pri- Resolved issue 4276: Fix connectivity issues in ChromeDriver Pri- Resolved issue 4295: ChromeDriver with “webSocketUrl”: true is racy Pri- Resolved issue 4297: ChromeDriver Bidi serializes incorrectly Pri- For more details, see the release notes. ChromeDriver 110.0.5481.30 Supports Chrome version 110 Resolved issue 4193: Failed to start new session on Android 13 Pri- Resolved issue 4272: WebSocket should treat code=0 as an indication of FIN Pri- Resolved issue 4276: Fix connectivity issues in ChromeDriver Pri- Resolved issue 4295: ChromeDriver with “webSocketUrl”: true is racy Pri- Resolved issue 4297: ChromeDriver Bidi serializes incorrectly Pri- For more details, see the release notes. ChromeDriver 109.0.5414.74 Supports Chrome version 109 Resolved issue 4179: BiDi session must support multiple connections Pri- Resolved issue 4203: Improve credits information Pri- Resolved issue 4263: Crash on Meta+A Pri- For more details, see the release notes. ChromeDriver 109.0.5414.25 Supports Chrome version 109 Resolved issue 4179: BiDi session must support multiple connections Pri- Resolved issue 4203: Improve credits information Pri- Resolved issue 4263: Crash on Meta+A Pri- For more details, see the release notes. ChromeDriver 108.0.5359.71 Supports Chrome version 108 For more details, see the release notes. ChromeDriver 108.0.5359.22 Supports Chrome version 108 Resolved issue 4204: Fix the failing WPT test_top_level_and_one_child Pri- Resolved issue 4215: Rename chromedriver_mac64_m1 build to chromedriver_mac_arm64 Pri- Resolved issue 4221: Crash when a click command closes the browser Pri- For more details, see the release notes. ChromeDriver 107.0.5304.62 Supports Chrome version 107 For more details, see the release notes. ChromeDriver 107.0.5304.18 Supports Chrome version 107 Resolved issue 4180: Prohibit any BiDi commands handling until notified that BiDiMapper has started Pri- Resolved issue 4198: ChromeDriver BiDi should not assume that BiDiMapper is always in the first tab Pri- Resolved issue 4207: WebDriver error when running WPT Pri-1 For more details, see the release notes. ChromeDriver 106.0.5249.61 Supports Chrome version 106 For more details, see the release notes. ChromeDriver 106.0.5249.21 Supports Chrome version 106 Resolved issue 4016: Add basic BiDi support to ChromeDriver (Mapper based) Pri-1 For more details, see the release notes. ChromeDriver 105.0.5195.52 Supports Chrome version 105 For more details, see the release notes. ChromeDriver 105.0.5195.19 Supports Chrome version For more details, see the release notes. ChromeDriver 104.0.5112.79 Supports Chrome version 104 For more details, see the release notes. ChromeDriver 104.0.5112.29 Supports Chrome version 104 Resolved issue 4121: WebDriver command sometimes fails with “unexpected command response” Pri-1 For more details, see the release notes. ChromeDriver 104.0.5112.20 Supports Chrome version 104 Resolved issue 4121: WebDriver command sometimes fails with “unexpected command response” Pri-1 For more details, see the release notes. ChromeDriver 103.0.5060.134 Supports Chrome version 103 Resolved issue 4048: target frame detached Pri- Resolved issue 4121: WebDriver command sometimes fails with “unexpected command response” Pri-1 For more details, see the release notes. ChromeDriver 103.0.5060.53 Supports Chrome version 103 Resolved issue 4048: target frame detached Pri- For more details, see the release notes. ChromeDriver 103.0.5060.24 Supports Chrome version 103 For more details, see the release notes. ChromeDriver 102.0.5005.61 Supports Chrome version 102 Resolved issue 1309282: chromedriver does not support multivalued switches Pri-1 For more details, see the release notes. ChromeDriver 102.0.5005.27 Supports Chrome version 102 Resolved issue 1309282: chromedriver does not support multivalued switches Pri-1 For more details, see the release notes. ChromeDriver 101.0.4951.41 Supports Chrome version 101 Resolved issue 4046: DCHECK hit when appending empty fenced frame Pri- Resolved issue 4080: Switching to nested frame fails Pri- For more details, see the release notes. ChromeDriver 101.0.4951.15 Supports Chrome version 101 Resolved issue 4046: DCHECK hit when appending empty fenced frame Pri- Resolved issue 4080: Switching to nested frame fails Pri- For more details, see the release notes. ChromeDriver 100.0.4896.60 Supports Chrome version 100 Resolved issue 4002: Support Fenced Frames Pri- For more details, see the release notes. ChromeDriver 100.0.4896.20 Supports Chrome version 100 Resolved issue 4002: Support Fenced Frames Pri- For more details, see the release notes. ChromeDriver 99.0.4844.51 Supports Chrome version 99 For more details, see the release notes. ChromeDriver 99.0.4844.35 Supports Chrome version 99 REVERTED!!! Resolved issue 2269: Impossible to use non-BMP characters (code points above U+FFFF) Pri-3 Resolved issue chromium:1295243: Regression in ChromeDriver sendKeys Pri-1 For more details, see the release notes. ChromeDriver 99.0.4844.17 Supports Chrome version 99 For more details, see the release notes. ChromeDriver 98.0.4758.102 Supports Chrome version 98 Resolved issue 3933: Click at edge of viewport is ineffective without error Pri- REVERTED!!! Resolved issue 2269: Impossible to use non-BMP characters (code points above U+FFFF) Pri-3 Resolved issue chromium:1295243: Regression in ChromeDriver sendKeys Pri-1 For more details, see the release notes. ChromeDriver 98.0.4758.80 Supports Chrome version 98 Resolved issue 3933: Click at edge of viewport is ineffective without error Pri- Resolved issue 2269: Impossible to use non-BMP characters (code points above U+FFFF) Pri-3 For more details, see the release notes. ChromeDriver 98.0.4758.48 Supports Chrome version 98 Resolved issue 3933: Click at edge of viewport is ineffective without error Pri- Resolved issue 2269: Impossible to use non-BMP characters (code points above U+FFFF) Pri-3 For more details, see the release notes. ChromeDriver 97.0.4692.71 Supports Chrome version 97 Resolved issue 3878: Better handling of fractional element coordinates for element click Pri- For more details, see the release notes. ChromeDriver 97.0.4692.36 Supports Chrome version 97 Resolved issue 3878: Better handling of fractional element coordinates for element click Pri- For more details, see the release notes. ChromeDriver 97.0.4692.20 Supports Chrome version 97 Resolved issue 3878: Better handling of fractional element coordinates for element click Pri- For more details, see the release notes. ChromeDriver 96.0.4664.45 Supports Chrome version 96 Resolved issue 3445: Impossible to access elements in iframe inside a shadow root Pri-3 For more details, see the release notes. ChromeDriver 96.0.4664.35 Supports Chrome version 96 Resolved issue 3445: Impossible to access elements in iframe inside a shadow root Pri-3 For more details, see the release notes. ChromeDriver 96.0.4664.18 Supports Chrome version 96 Resolved issue 3445: Impossible to access elements in iframe inside a shadow root Pri-3 For more details, see the release notes. ChromeDriver 95.0.4638.69 Supports Chrome version 95 Resolved issue 3857: Host header or origin header is specified and is not whitelisted or localhost Pri-1 Added –allowed-origins argument For more details, see the release notes. ChromeDriver 95.0.4638.54 Supports Chrome version 95 Resolved issue 3857: Host header or origin header is specified and is not whitelisted or localhost Pri-1 Added –allowed-origins argument For more details, see the release notes. ChromeDriver 95.0.4638.17 Supports Chrome version 95 Resolved issue 3857: Host header or origin header is specified and is not whitelisted or localhost Pri-1 Added –allowed-origins argument For more details, see the release notes. ChromeDriver 95.0.4638.10 Supports Chrome version 95 Resolved issue 3857: Host header or origin header is specified and is not whitelisted or localhost Pri-1 Added –allowed-origins argument For more details, see the release notes. ChromeDriver 94.0.4606.113 Supports Chrome version 94 For more details, see the release notes. ChromeDriver 94.0.4606.61 Supports Chrome version 94 For more details, see the release notes. ChromeDriver 94.0.4606.41 Supports Chrome version 94 For more details, see the release notes. ChromeDriver 93.0.4577.63 Supports Chrome version 93 For more details, see the release notes. ChromeDriver 93.0.4577.15 Supports Chrome version 93 For more details, see the release notes. ChromeDriver 92.0.4515.107 Supports Chrome version 92 For more details, see the release notes. ChromeDriver 92.0.4515.43 Supports Chrome version 92 Resolved issue 3389: Host validation for ChromeDriver requests For more details, see the release notes. ChromeDriver 91.0.4472.101 Supports Chrome version 91 Resolved issue 1205107: Unable to get attribute value for fields on the web application. For more details, see the release notes. ChromeDriver 91.0.4472.19 Supports Chrome version 91 Resolved issue 3744: SendKeys() and Click() silently fail after link navigation Resolved issue 3746: attribute endpoint incorrectly updates values For more details, see the release notes. ChromeDriver 90.0.4430.24 Supports Chrome version 90 Resolved issue 3708: GetElementLocation’s inView fails for elements in shadow DOM Resolved issue 3721: Collect performance log for service worker when enabled Resolved issue 3731: AdbImpl::GetPidByName does not work correctly on non-standard Android OS’s like on OnePlus Resolved issue 3733: Catastrophic failure with domain on localhost Resolved issue 3734: Driver should Error Attempting to set Cookie on Wrong Domain Resolved issue 3743: Refactor call function and fix remove element issue For more details, see the release notes. ChromeDriver 89.0.4389.23 Supports Chrome version 89 Resolved issue 3667: Timed out receiving a message from renderer Resolved issue 3675: GetElementLocation uses inView method which mishandles boolean as array Resolved issue 3682: GetElementRegion returns incorrect size for elements which are partially out of viewport Resolved issue 3690: ChromeDriver fails if extensions use chrome.windows API For more details, see the release notes. ChromeDriver 88.0.4324.96 Supports Chrome version 88 Resolved issue 3641: Page not getting loaded/rendered when browser window is not in focus with Chrome Beta v87 and chromedriver v(87/86) For more details, see the release notes. ChromeDriver 88.0.4324.27 Supports Chrome version 88 Resolved issue 3611: getText() output in protractor different from <element>.innerText Resolved issue 3625: Improve element screenshot compatibility Resolved issue 3628: Stale Element Reference and wrong URL reported back with URL having another URL as part of its path Resolved issue 3631: Add support for the webauthn:extension:largeBlob capability Resolved issue 3635: Chromedriver 86 - chromedriver.quit() doesn’t seem to pass unload event properly Resolved issue 3649: Copying selected text to clipboard does not work on Windows 10 when using headless mode For more details, see the release notes. ChromeDriver 87.0.4280.88 Supports Chrome version 87 Resolved issue 3641: Page not getting loaded/rendered when browser window is not in focus with Chrome Beta v87 and chromedriver v(87/86) Resolved issue 3657: Screenshot background browser timed out For more details, see the release notes. ChromeDriver 87.0.4280.20 Supports Chrome version 87 Resolved issue 2421: Delete old port-forwarding channels on android adb-server Resolved issue 3474: Emulated mobile device list needs updating Resolved issue 3507: Implement “get computed role” Resolved issue 3508: Implement “get computed label” Resolved issue 3584: Rename ChromeDriver command line option –whitelisted-ips Resolved issue 3588: Bidi WebSocket connection Resolved issue 3594: Navigation completes prematurely if OOPIF loads before main page Resolved issue 3598: A command line option for devtools port to be forwarded to webview_devtools_remote socket Resolved issue 3608: Chromedriver debuggerAddress does not support ipv6 For more details, see the release notes. ChromeDriver 86.0.4240.22 Supports Chrome version 86 Resolved issue 3370: Shut down Chrome gracefully or cookie will not be correctly saved to SQLite persistence file Resolved issue 3401: Get Element Location JS does not locate the visible center of the element Resolved issue 3462: For sendKeys, CMD key don’t work for MAC Resolved issue 3541: Improve log between Client and ChromeDriver Resolved issue 3559: Output Chrome version when ChromeDriver reports incompatible For more details, see the release notes. ChromeDriver 85.0.4183.87 Supports Chrome version 85 Resolved issue 3578: Chrome 85 no longer allows graceful interaction with windows when an alert dialog is open For more details, see the release notes. ChromeDriver 85.0.4183.83 Supports Chrome version 85 Resolved issue 3577: ChromeDriver 85 does not detect changed Chrome directory (C:\Program Files) For more details, see the release notes. ChromeDriver 85.0.4183.38 Supports Chrome version 85 Resolved issue 3214: ChromeDriver78: Sendkeys resets text selection with contenteditable Resolved issue 3376: Remove LaunchApp command from ChromeDriver Resolved issue 3432: Sometimes NavigationTracker fails to detect when the page has finished loading Resolved issue 3481: New Print endpoint according to w3c spec Resolved issue 3488: driver.get doesn’t throw error when proxy is wrong configured Resolved issue 3502: Use document.hasFocus() to check if element is focused Resolved issue 3515: selenium.common.exceptions.WebDriverException: Message: unknown error: bad inspector message For more details, see the release notes. ChromeDriver 84.0.4147.30 Supports Chrome version 84 Resolved issue 3420: after switching to the print window, the chromedriver stops responding Resolved issue 3421: Driver returns Cyrillic text without styles Resolved issue 3422: GetElementText breaks with prototype 1.6.0.3 Resolved issue 3434: Cannot get ‘assert’ messages from the ‘browser’ logs For more details, see the release notes. ChromeDriver 83.0.4103.39 Supports Chrome version 83 Updated Chromedriver to work correctly with prototype.js. For more details, see the release notes. ChromeDriver 83.0.4103.14 Supports Chrome version 83 Resolved issue 1778: Deprecate launchApp from ChromeDriver Resolved issue 2520: InitSession can wait forever when Chrome is unresponsive Resolved issue 3120: Headless mode download from new tab Resolved issue 3234: Confirm semicolon found before substring Resolved issue 3240: ExecuteGetElementRect does not check returned status from GET_SIZE Resolved issue 3331: The get_cookies() method is returning ’expiry’ keys of type double, but should be int64 in w3c mode Resolved issue 3332: Retry timeout logged as severe Resolved issue 3339: Chromedriver exited unexpectedly with code null, signal SIGTRAP Resolved issue 3351: Improve Security Considerations message Resolved issue 3352: Support SendKeys for color elements Resolved issue 3353: Wait for Pending Navigation continues after frame context destroyed Resolved issue 3375: Chromedriver v80 hangs on getPageSource on some sites Resolved issue 3383: ChromeDriver 80+ on Windows seems to exit or stall on certain element or click commands Resolved issue 3399: Remove wasThrown check ChromeDriver 81.0.4044.138 Supports Chrome version 81 Updated Chromedriver to work correctly with prototype.js. For more details, see the release notes. ChromeDriver 81.0.4044.69 Supports Chrome version 81 Fixed: Chromedriver crashes on getPageSource on some sites. Fixed: ChromeDriver crashes on certain element or click commands. For more details, see the release notes. ChromeDriver 81.0.4044.20 Supports Chrome version 81 Fixed error when attempting to get location of html element. Get and Add Cookie commands are now frame specific. Resolved some issues that occur with sites that redefine standard Javascript objects. ChromeDriver will continue to wait for loading to complete after receiving a Target Closed message. Chromedriver now returns spec compliant error code for timeouts Fixed: ChromeDriver Unexpected Slow response time on NewSession Command. User-defined timeouts of over 10 minutes are now supported. Fixed: ChromeDriver unable to connect to DevTools due to IPv4 vs IPv6 mismatch. Restored search order for Chrome binary on Linux. For more details, see the release notes. ChromeDriver 80.0.3987.106 Supports Chrome version 80 Restored search order for Chrome binary on Linux For more details, see the release notes. ChromeDriver 80.0.3987.16 Supports Chrome version 80 Fixed Load page was aborted when using a proxy. Chromedriver now waits for Current frame to load. ChromeDriver log will include the port used by the driver. Enabled SetGeoLocation for w3c mode. Added missing Alert text for UnexpectedAlertOpen status. Improved message when CRX2 Extension is loaded. Fixed a potential race condition in ExecuteGetPageSource. ChromeDriver will add –ignore-certificate-errors flag when acceptInsecureCerts capability is true Updated the error message and return status for no such execution context Fixed: ChromeDriver may block indefinitely while waiting for pending navigation. Added SameSite attribute to AddCookie and GetCookie. For more details, see the release notes. ChromeDriver 79.0.3945.36 Supports Chrome version 79 Includes the following change over version 79.0.3945.16: Fixed incorrect calculation of element coordinates For more details, see the release notes. ChromeDriver 79.0.3945.16 Supports Chrome version 79 Fixed ChromeDriver crash caused by javascript alert fired during command execution Fixed a bug causing Chromedriver to lock when an alert is fired while taking a screenshot Removed –ignore-certificate-errors from Chrome launch command Changed platform and platformName to windows on Win10 Fixed undefined window.navigator.webdriver when “enable-automation” is excluded Fixed WPT test “test_not_editable_inputshidden” Fixed “Element is not clickable” when using headless mode For more details, see the release notes. ChromeDriver 78.0.3904.105 Supports Chrome version 78 Includes the following change over version 78.0.3904.70: * Fixed incorrect calculation of element coordinates For more details, see the release notes. ChromeDriver 78.0.3904.70 Supports Chrome version 78 Includes the following change over version 78.0.3904.11: Reverted the change to adjust screeshot size on retina display, due to multiple issues reported For more details, see the release notes. ChromeDriver 78.0.3904.11 Supports Chrome version 78 Fixed several issues in JavaScript object serialization Fixed a bug in capability matching for Chrome on Android Implemented permissions automation Fixed screenshot size on retina display Fixed page load timeout in some scenarios Improved platformName capability matching Fixed error code returned while moving pointer to drop-down list options Fixed an issue affecting download in headless mode For more details, see the release notes. ChromeDriver 77.0.3865.40 Supports Chrome version 77 Includes the following changes over version 77.0.3865.10: Fixed two bugs in serializing and deserializing JavaScript objects Fixed handling of platformName: android while matching capabilities For more details, see the release notes. ChromeDriver 77.0.3865.10 Supports Chrome version 77 Fixed several issues in the implementation of Actions API Improved JavaScript code execution and result handling Fixed a bug that incorrectly rejected POST requests with empty body in OSS mode A more robust navigation tracker Support eager page load strategy Added New Window command from W3C WebDriver spec Support to save file downloads in headless mode Added support for loading CRX3 extensions For more details, see the release notes. ChromeDriver 76.0.3809.126 Supports Chrome version 76 Includes the following changes over version 76.0.3809.68: Fixed two bugs in serializing and deserializing JavaScript objects For more details, see the release notes. ChromeDriver 76.0.3809.68 Supports Chrome version 76 Includes the following changes over version 76.0.3809.25: Fixed a bug in detecting circular reference in JavaScript objects Fixed a bug that causes ChromeDriver to crash when certain types of JavaScript errors occur Fixed a bug that prevents actions API to interact with elements inside shadow DOMs Fixed a bug in keeping track of modifier key state between actions API commands Fixed a bug in keeping track of pointer locations between actions API commands Save “Cannot call non W3C standard command while in W3C mode” error to log file when it occurs For more details, see the release notes. ChromeDriver 76.0.3809.25 Supports Chrome version 76 Includes the following changes over version 76.0.3809.12: Fixed a bug that incorrectly rejected POST requests with empty body in OSS mode Added new endpoints for retrieving Chrome log Added endpoint for Is Displayed command in W3C mode For more details, see the release notes. ChromeDriver 76.0.3809.12 Supports Chrome version 76 Finished implementation of Actions API Improved spec compliance of script timeout handling Improved serialization of results from Execute Script command Fixed issues in scrolling element into view Added handling of Cancel key defined in WebDriver spec Fixed processing of unhandled alert error response Fixed processing of <details> element Updated excludeSwitches option to allow optional leading dashes in switch names For more details, see the release notes. ChromeDriver 75.0.3770.140 Supports Chrome version 75 Includes the following changes over version 75.0.3770.90: Fixed a bug that caused ChromeDriver to crash when some types of JavaScript error occurs Fixed a bug in preserving modifier key state between actions For more details, see the release notes. ChromeDriver 75.0.3770.90 Supports Chrome version 75 Includes the following changes over version 75.0.3770.8: Fixed a bug that incorrectly rejected POST requests with empty body in OSS mode Added new endpoints for retrieving Chrome log For more details, see the release notes. ChromeDriver 75.0.3770.8 Supports Chrome version 75 The most noticeable change is ChromeDriver now runs in W3C standard compliant mode by default. Other changes include: Fixed a bug that caused blur event to be raised twice during element clear Renamed capability loggingPrefs to goog:loggingPrefs, as required by W3C standard Fixed error handling in W3C mode Correct handling of creating cookies without leading dot in the domain name Allows null for script timeout Fixed Element Send Keys command to file input with ‘multiple’ attribute Fixed Get Active Element command to return “no such element” error when no active element exists Fixed navigation to malformed URL to return “invalid argument” error Fixed HTTP status code when invalid session id is received Fixed error response when input parameter is missing or malformed Fixed Execute Script command to handle line-oriented JavaScript comment For more details, see the release notes. ChromeDriver 74.0.3729.6 Supports Chrome version 74 Fixed a bug that generated unexpected debug.log file on Windows Fixed mouse clicking and drag / drop inside SVG document Added cache-control header in responses from ChromeDriver Fixed the type of error when click is intercepted by a different element Fixed a bug that caused ChromeDriver to fail on Linux devices without /dev/shm Fixed some types of double click events Fixed Get Sessions command Fixed error checking in Switch To Frame command Fixed Get Page Source command For more details, see the release notes. ChromeDriver 73.0.3683.68 Supports Chrome version 73 Fixed a bug that generated unexpected debug.log file on Windows Fixed error code returned from Execute Script command in some scenarios Added cache-control header in responses from ChromeDriver Made the HTTP server keep connection alive by default Fixed Close Window command to correctly handle user prompts Fixed error code returned while sending keys to disabled element Improved spec compliance of timeout value handling Improved spec compliance of Add Cookie command Increased HTTP server listening queue length Fixed Is Element Displayed command in v0 shadow DOM Added warning about Element Clear command behavior change in log file Fixed Execute Script command to correctly convert document.all into JSON format Improved handling of bad element reference For more details, see the release notes. ChromeDriver 2.46 Supports Chrome v71-73 Fixed error code returned from Execute Script command in some scenarios Made the HTTP server keep connection alive by default Fixed Close Window command to correctly handle user prompts Fixed error code returned while sending keys to disabled element Improved spec compliance of timeout value handling Improved spec compliance of Add Cookie command Improved spec compliance of Switch to Frame command Increased HTTP server listening queue length Fixed Is Element Displayed command in v0 shadow DOM Fixed Element Double Click command Added warning about Element Clear command behavior change in log file Fixed Execute Script command to correctly convert document.all into JSON format Improved handling of bad element reference For more details, see the release notes. ChromeDriver 2.45 Supports Chrome v70-72 Fixed New Session is not spec compliant Fixed ChromeDriver shouldn’t launch Chrome if Chrome and ChromeDriver versions are incompatible Fixed Find Element command returns wrong error code when an invalid locator is used Fixed Some ChromeDriver status codes are wrong Fixed Compile error in JS inside of WebViewImpl::DispatchTouchEventsForMouseEvents Fixed Window size commands should handle user prompts Fixed ChromeDriver doesn’t start Chrome correctly with Chrome option “user-data-dir=” Fixed Status command is not spec compliant Fixed Add support for strictFileInteractability ChromeDriver 2.44 Supports Chrome v69-71 Fixed WindowMaximize on Mac Fixed Incorrect ‘alert open error’ for window handle call Fixed Element Send Keys should get “text” property in W3C mode Fixed XML special case of Is Element Enabled is not handled as per spec Fixed XML special case of Get Element CSS Value is not handled as per spec Fixed Set Window Rect needs to check for invalid input Fixed Support new unhandledPromptBehavior modes ChromeDriver 2.43 Supports Chrome v69-71 Changes include: Fixed Parsing of proxy configuration is not standard compliant Fixed Launch app command is flaky Fixed Screenshot of element inside iFrame is taken incorrectly Added ChromeDriver supports window resizing over a remote connection Fixed Error codes are not handled in Clear element Fixed Not waiting until element is visible Fixed Get element property is not implemented Fixed Switch to Frame is not spec compliant Fixed Execute Async Script does not return spec compliant error codes Fixed Execute Script does not return spec compliant error codes Fixed Error code in ExecuteGet is not conformant with spec Fixed Send Alert Text is not returning spec compliant error codes Fixed clear() on an input type=“date” pretends element is not user-editable Fixed Chromedriver gets window handle for the tab which is opened manually Fixed Allow append or start a new log file for chromedriver Fixed New Session does not invoke w3c mode if flag is in firstMatch ChromeDriver 2.42 Supports Chrome v68-70 Changes include: Fixed ClickEelement in Mobile Emulation Fixed whitelisted IPs with IPv4 Fixed starting ChromeDriver with whitelisted-ips flag on Mac OS Fixed SetTimeout to accept both pre-W3C and W3C formats Fixed take element screenshot Fixed ChromeDriver is looking for Chrome binaries in a system PATH as well Fixed Maximize window and Full Screen Implemented log-replay feature. ( Does not work for Android and Remote Browser yet ) Fixed some error codes were not compliant to W3C standard Fixed console.log with multiple arguments not handled properly Fixed GetElementRect should allow doubles Fixed touch emulation ChromeDriver 2.41 Supports Chrome v67-69 Changes include: Fixed issue when ChromeDriver runs with “whitelisted-ips” option Remote Debugging Port is returned in capabilities Implemented getting window size on Android Desktop Chrome launch error messages are improved ChromeDriver fails fast when unable to start Chrome binaries Close Window return value conforms with spec

# Makalelerin Başlığı Anahtar Kelime Makaleye Bağlantı Makalelerin Detayları

WPS Office - All-in-one Office Suite - Free download and install on Windows Microsoft Store ★WPS Office is an office suite for PDF Docs Sheets and Slides. WPS Office is an all-in-one office suite to view and edit multiple types of files including PDF Word Excel PowerPoint and Forms. It also provides features such as Cloud Storage Template Library and Sharing. Compatible with Microsoft Office 365 (Word Excel PowerPoint and TXT) WPS Office supports popular file formats such as XLS XLSX DOC DOCX RTF TXT PPT and PPTX. It is also compatible with Google Docs Google Sheets Google Slides Adobe PDF PDF Reader Xodo PDF OfficeSuite OpenOffice LibreOffice and FreeOffice. In addition WPS Office works perfectly with Google Classroom Zoom Slack and Google Drive. Access various WPS Office functions on multiple devices you can transfer your documents easily to mobile devices. WPS Office allows you to edit scanned PDF files edit slides convert spreadsheets or view documents anytime anywhere. 「Features of WPS Office 」 Docs: Supports finding and replacing revising word counting spell checking etc. Supports inserting tables and other file types into documents. Supports adding annotations formulas watermarks images flowcharts and more. Password protection and encryption options keep sensitive documents secure. Sheet: Easily open share and print spreadsheets. Compatible with all Office spreadsheet formats. Edit sheets created by Excel and other programs. Utilize advanced features like table formatting conditional formatting functions and formulas. Password protection and encryption options for securing sensitive spreadsheet data. Slide: Comprehensive support for a variety of PowerPoint animation effects as well as the insertion of sound and video. Supports document editing including text paragraphs and image insertion. Quick operations with minimal memory usage. Easy sharing of presentations. PDF: Support for managing and reading PDF files. Easily add highlights and annotations to PDFs. Support for printing PDF files. Create delete and manage PDF pages. Encrypt and decrypt PDF files. ★ Powerful cloud storage and sharing functions *WPS Cloud supports managing all types of documents. *Support team collaboration in real-time -You can achieve true synchronization and seamless collaboration on all platforms. -You can track changes as other users type when collaboration is enabled and set edit permissions to protect data security. -You can synchronize information in real-time on computers and mobile phones and easily and directly access and edit office documents. ★ Multiple file formats supported by WPS Office *Word Files (*.wps; *.wpt; *.doc; *.dot; *.docx; *.dotx; *.docm; *.dotm) *Excel Files (*.et; *.ett; *.xls; *.xlt; *.xlsx; *.xlsm; *.xltx; *.xltm; *.xlsb) *PowerPoint Files (*.dps; *.dpt; *.ppt; *.pps; *.pot; *.pptx; *.ppsx; *.potx) *Single Web Page Files (*.mht; *.mhtml) *Web Pages (*.htm; *.html) *Text Files (*.txt; *.csv; *.prn) *PDF Files (*.pdf) *E-books (*.mobi; *.epub) *RTF Files (*.rtf) *XML Files (*.xml) *DBase Files (*.dbf) *DIF Files (*.dif) *All Data sources (*.odc;*.udl;*.dsn;*.iqy;*.dqy;*.mdb;*.accdb;*.dbc) *Query Files (*.iqy; *.dqy) *Access Databases Files (*.mdb;*.accdb) ★ Multiple languages supported by WPS Office *WPS Office supports 14 languages. ★Upgrade WPS Pro to enjoy more advanced features WPS PDF: Easy editing and conversion of PDF files. Support for inserting digital signatures to enhance document security and legitimacy. Support for splitting and merging PDF pages. Support for extracting splitting and merging images and PDF files. Leverage advanced OCR capabilities to extract and utilize text content from images or scanned documents. Support for converting scanned documents to editable formats editing finding and annotating directly within the scanned documents. WPS Cloud: WPS Cloud offers you up to 20 GB of storage space. More convenient functions to help you work efficiently and easily *Over 10000 assets fonts infographics *Over 100000 templates and you can use it to edit your budget reports presentations resumes documents and other files. *Online charts and online images *Capability to repair file damages

‘★WPS Office is an office suite for PDF, Docs, Sheets, and Slides. WPS Office is an all-in-one office suite to view and edit multiple types of files, including PDF, Word, Excel, PowerPoint, and Forms. It also provides features such as Cloud Storage, Template Library, and Sharing. Compatible with Microsoft Office 365 (Word, Excel, PowerPoint, and TXT), WPS Office supports popular file formats such as XLS, XLSX, DOC, DOCX, RTF, TXT, PPT, and PPTX.

11/18