selenium-webdriver 4.47.0 → 4.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9c3908f34dabbaac8d9ef6e43e0d601aa0e995252f99562f1b560fe38fc6772
4
- data.tar.gz: cff07935d0474b84cbdcedf7b639aada938f2d95fc080a9b8a6896f1cc02b4ef
3
+ metadata.gz: 0c8ff2cb52f1fc4437b8d5e731ab460e7f27ec80d2706c797039ee56ecea0c8d
4
+ data.tar.gz: 7967145d01dece3d89828c50c4f90fb54905e58737a5fbcec8e15cc5fbde0aab
5
5
  SHA512:
6
- metadata.gz: d0e2aea11b7104e92b6e56c12685db3147b2fc890b5e7ca9569e176df22fb9a02bf479b7217b10236f88ae324d1638eca2420c701b929366327cf27c8803ce30
7
- data.tar.gz: 0e4ccc42814a6b975ee9b032ef6325df09afe80144a93614b199951cf9a7e72ffa5ef0c310f63fc367114be7edb2cf9085d7d4c02bbed36cf31d17edb4fed16d
6
+ metadata.gz: 3ebad18945fb35d74bb2650011793a2b1d3ba6000a912d17d1a6d74d3dc50d6851cad0fb8f2d626b8d9931218c3f4026837e2b8c5fd44513034431e1182994d3
7
+ data.tar.gz: f25579324e00f29696ade6a34312a0be0b43da3cac8707f1ee7bdb3ee2fbfbd636d61fc3604390092b4aaed62663b5574118d77ed52d3a8eb29cc7d7177f87c1
data/CHANGES CHANGED
@@ -1,3 +1,13 @@
1
+ 4.48.0 (2026-08-27)
2
+ =========================
3
+ * Support CDP versions: v150, v151, v152
4
+ * add low-level BiDi protocol integration specs (#17878)
5
+ * [build] Automated Browser Version Update (major) with CDP (#17910)
6
+ * fix silent hang on oversized WebSocket frames (#17655)
7
+ * always reject a missing required inbound BiDi field (#17936)
8
+ * accept a whole-valued float for an integer BiDi field (#17939)
9
+ * reject an inbound BiDi scalar outside its union's declared arms (#17947)
10
+
1
11
  4.47.0 (2026-08-10)
2
12
  =========================
3
13
  * Support CDP versions: v149, v150, v151
Binary file
Binary file
@@ -1,7 +1,7 @@
1
1
  Third-party software bundled with Selenium Manager. Full license texts follow.
2
2
 
3
3
  Overview of licenses:
4
- - MIT License: 246 crate(s)
4
+ - MIT License: 248 crate(s)
5
5
  - Unicode License v3: 19 crate(s)
6
6
  - Apache License 2.0: 8 crate(s)
7
7
  - Mozilla Public License 2.0: 6 crate(s)
@@ -855,7 +855,7 @@ Apache License 2.0
855
855
  ================================================================================
856
856
 
857
857
  Used by:
858
- - selenium-manager 0.4.47
858
+ - selenium-manager 0.4.48
859
859
  - lzma-rust 0.1.7
860
860
  - ryu 1.0.23
861
861
  - sync_wrapper 1.0.2
@@ -1017,8 +1017,8 @@ Community Data License Agreement Permissive 2.0
1017
1017
  ================================================================================
1018
1018
 
1019
1019
  Used by:
1020
- - webpki-root-certs 1.0.8
1021
- - webpki-roots 1.0.8
1020
+ - webpki-root-certs 1.0.9
1021
+ - webpki-roots 1.0.9
1022
1022
 
1023
1023
  # Community Data License Agreement - Permissive - Version 2.0
1024
1024
 
@@ -1132,7 +1132,7 @@ ISC License
1132
1132
  ================================================================================
1133
1133
 
1134
1134
  Used by:
1135
- - rustls-webpki 0.103.13
1135
+ - rustls-webpki 0.103.15
1136
1136
 
1137
1137
  Except as otherwise noted, this project is licensed under the following
1138
1138
  (ISC-style) terms:
@@ -1333,21 +1333,21 @@ MIT License
1333
1333
 
1334
1334
  Used by:
1335
1335
  - bzip2 0.4.4
1336
- - cc 1.2.66
1336
+ - cc 1.4.4
1337
1337
  - cfg-if 1.0.4
1338
1338
  - filetime 0.2.29
1339
- - find-msvc-tools 0.1.9
1339
+ - find-msvc-tools 0.1.11
1340
1340
  - jobserver 0.1.35
1341
- - js-sys 0.3.103
1341
+ - js-sys 0.3.104
1342
1342
  - openssl-probe 0.2.1
1343
- - pkg-config 0.3.33
1344
- - socket2 0.6.4
1345
- - wasm-bindgen-futures 0.4.76
1346
- - wasm-bindgen-macro-support 0.2.126
1347
- - wasm-bindgen-macro 0.2.126
1348
- - wasm-bindgen-shared 0.2.126
1349
- - wasm-bindgen 0.2.126
1350
- - web-sys 0.3.103
1343
+ - pkg-config 0.3.34
1344
+ - socket2 0.6.5
1345
+ - wasm-bindgen-futures 0.4.77
1346
+ - wasm-bindgen-macro-support 0.2.127
1347
+ - wasm-bindgen-macro 0.2.127
1348
+ - wasm-bindgen-shared 0.2.127
1349
+ - wasm-bindgen 0.2.127
1350
+ - web-sys 0.3.104
1351
1351
 
1352
1352
  Copyright (c) 2014 Alex Crichton
1353
1353
 
@@ -1415,7 +1415,7 @@ MIT License
1415
1415
  ================================================================================
1416
1416
 
1417
1417
  Used by:
1418
- - mio 1.2.1
1418
+ - mio 1.2.2
1419
1419
 
1420
1420
  Copyright (c) 2014 Carl Lerche and other MIO contributors
1421
1421
 
@@ -1477,12 +1477,12 @@ MIT License
1477
1477
  ================================================================================
1478
1478
 
1479
1479
  Used by:
1480
- - bitflags 2.13.0
1481
- - log 0.4.33
1480
+ - bitflags 2.13.1
1481
+ - log 0.4.34
1482
1482
  - num-traits 0.2.19
1483
- - regex-automata 0.4.15
1483
+ - regex-automata 0.4.18
1484
1484
  - regex-syntax 0.8.11
1485
- - regex 1.13.0
1485
+ - regex 1.13.1
1486
1486
 
1487
1487
  Copyright (c) 2014 The Rust Project Developers
1488
1488
 
@@ -1516,7 +1516,7 @@ MIT License
1516
1516
  ================================================================================
1517
1517
 
1518
1518
  Used by:
1519
- - uuid 1.23.4
1519
+ - uuid 1.26.0
1520
1520
 
1521
1521
  Copyright (c) 2014 The Rust Project Developers
1522
1522
  Copyright (c) 2018 Ashley Mannix, Christopher Armstrong, Dylan DPC, Hunar Roop Kahlon
@@ -1620,7 +1620,7 @@ MIT License
1620
1620
  ================================================================================
1621
1621
 
1622
1622
  Used by:
1623
- - hyper 1.10.1
1623
+ - hyper 1.11.0
1624
1624
 
1625
1625
  Copyright (c) 2014-2026 Sean McArthur
1626
1626
 
@@ -1747,7 +1747,7 @@ MIT License
1747
1747
  ================================================================================
1748
1748
 
1749
1749
  Used by:
1750
- - which 8.0.4
1750
+ - which 8.0.6
1751
1751
 
1752
1752
  Copyright (c) 2015 fangyuanziti
1753
1753
 
@@ -1883,10 +1883,10 @@ MIT License
1883
1883
  ================================================================================
1884
1884
 
1885
1885
  Used by:
1886
- - futures-channel 0.3.32
1887
- - futures-core 0.3.32
1888
- - futures-task 0.3.32
1889
- - futures-util 0.3.32
1886
+ - futures-channel 0.3.34
1887
+ - futures-core 0.3.34
1888
+ - futures-task 0.3.34
1889
+ - futures-util 0.3.34
1890
1890
 
1891
1891
  Copyright (c) 2016 Alex Crichton
1892
1892
  Copyright (c) 2017 The Tokio Authors
@@ -2026,7 +2026,7 @@ MIT License
2026
2026
  Used by:
2027
2027
  - hyper-rustls 0.27.9
2028
2028
  - rustls-native-certs 0.8.4
2029
- - rustls 0.23.41
2029
+ - rustls 0.23.43
2030
2030
 
2031
2031
  Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
2032
2032
 
@@ -2322,7 +2322,7 @@ MIT License
2322
2322
  ================================================================================
2323
2323
 
2324
2324
  Used by:
2325
- - http 1.4.2
2325
+ - http 1.5.0
2326
2326
 
2327
2327
  Copyright (c) 2017 http-rs authors
2328
2328
 
@@ -2986,43 +2986,10 @@ MIT License
2986
2986
  ================================================================================
2987
2987
 
2988
2988
  Used by:
2989
- - http-body 1.0.1
2989
+ - http-body-util 0.1.5
2990
+ - http-body 1.1.0
2990
2991
 
2991
- Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
2992
-
2993
- Permission is hereby granted, free of charge, to any
2994
- person obtaining a copy of this software and associated
2995
- documentation files (the "Software"), to deal in the
2996
- Software without restriction, including without
2997
- limitation the rights to use, copy, modify, merge,
2998
- publish, distribute, sublicense, and/or sell copies of
2999
- the Software, and to permit persons to whom the Software
3000
- is furnished to do so, subject to the following
3001
- conditions:
3002
-
3003
- The above copyright notice and this permission notice
3004
- shall be included in all copies or substantial portions
3005
- of the Software.
3006
-
3007
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3008
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3009
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3010
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3011
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3012
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3013
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3014
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3015
- DEALINGS IN THE SOFTWARE.
3016
-
3017
-
3018
- ================================================================================
3019
- MIT License
3020
- ================================================================================
3021
-
3022
- Used by:
3023
- - http-body-util 0.1.3
3024
-
3025
- Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
2992
+ Copyright (c) 2019-2026 Sean McArthur & Hyper Contributors
3026
2993
 
3027
2994
  Permission is hereby granted, free of charge, to any
3028
2995
  person obtaining a copy of this software and associated
@@ -3293,7 +3260,7 @@ MIT License
3293
3260
  ================================================================================
3294
3261
 
3295
3262
  Used by:
3296
- - rustls-pki-types 1.15.0
3263
+ - rustls-pki-types 1.15.1
3297
3264
 
3298
3265
  Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
3299
3266
 
@@ -3451,9 +3418,9 @@ Used by:
3451
3418
  - anstyle-query 1.1.5
3452
3419
  - anstyle-wincon 3.0.11
3453
3420
  - anstyle 1.0.14
3454
- - clap 4.6.1
3455
- - clap_builder 4.6.0
3456
- - clap_derive 4.6.1
3421
+ - clap 4.6.6
3422
+ - clap_builder 4.6.6
3423
+ - clap_derive 4.6.4
3457
3424
  - clap_lex 1.1.0
3458
3425
  - colorchoice 1.0.5
3459
3426
  - env_filter 2.0.0
@@ -3461,10 +3428,10 @@ Used by:
3461
3428
  - is_terminal_polyfill 1.70.2
3462
3429
  - once_cell_polyfill 1.70.2
3463
3430
  - serde_spanned 1.1.1
3464
- - toml 1.1.2+spec-1.1.0
3431
+ - toml 1.1.4+spec-1.1.0
3465
3432
  - toml_datetime 1.1.1+spec-1.1.0
3466
- - toml_parser 1.1.2+spec-1.1.0
3467
- - toml_writer 1.1.1+spec-1.1.0
3433
+ - toml_parser 1.1.3+spec-1.1.0
3434
+ - toml_writer 1.1.2+spec-1.1.0
3468
3435
 
3469
3436
  Copyright (c) Individual contributors
3470
3437
 
@@ -3521,8 +3488,8 @@ MIT License
3521
3488
 
3522
3489
  Used by:
3523
3490
  - time-core 0.1.9
3524
- - time-macros 0.2.31
3525
- - time 0.3.53
3491
+ - time-macros 0.2.32
3492
+ - time 0.3.55
3526
3493
 
3527
3494
  Copyright (c) Jacob Pratt et al.
3528
3495
 
@@ -3550,7 +3517,7 @@ MIT License
3550
3517
  ================================================================================
3551
3518
 
3552
3519
  Used by:
3553
- - libc 0.2.186
3520
+ - libc 0.2.189
3554
3521
 
3555
3522
  Copyright (c) The Rust Project Developers
3556
3523
 
@@ -3702,7 +3669,7 @@ MIT License
3702
3669
  ================================================================================
3703
3670
 
3704
3671
  Used by:
3705
- - ipnet 2.12.0
3672
+ - ipnet 2.12.1
3706
3673
 
3707
3674
  Copyright 2017 Juniper Networks, Inc.
3708
3675
 
@@ -3718,7 +3685,7 @@ MIT License
3718
3685
  ================================================================================
3719
3686
 
3720
3687
  Used by:
3721
- - rand 0.8.6
3688
+ - rand 0.8.8
3722
3689
  - rand_chacha 0.3.1
3723
3690
  - rand_core 0.6.4
3724
3691
 
@@ -3783,7 +3750,7 @@ MIT License
3783
3750
  ================================================================================
3784
3751
 
3785
3752
  Used by:
3786
- - zerocopy 0.8.54
3753
+ - zerocopy 0.8.56
3787
3754
 
3788
3755
  Copyright 2023 The Fuchsia Authors
3789
3756
 
@@ -4003,7 +3970,7 @@ MIT License
4003
3970
  ================================================================================
4004
3971
 
4005
3972
  Used by:
4006
- - crc32fast 1.5.0
3973
+ - crc32fast 1.5.1
4007
3974
 
4008
3975
  MIT License
4009
3976
 
@@ -4124,7 +4091,7 @@ MIT License
4124
4091
  ================================================================================
4125
4092
 
4126
4093
  Used by:
4127
- - tokio-macros 2.7.0
4094
+ - tokio-macros 2.7.2
4128
4095
 
4129
4096
  MIT License
4130
4097
 
@@ -4185,7 +4152,7 @@ MIT License
4185
4152
  ================================================================================
4186
4153
 
4187
4154
  Used by:
4188
- - libredox 0.1.18
4155
+ - libredox 0.1.20
4189
4156
 
4190
4157
  MIT License
4191
4158
 
@@ -4287,7 +4254,7 @@ MIT License
4287
4254
  ================================================================================
4288
4255
 
4289
4256
  Used by:
4290
- - tokio 1.52.3
4257
+ - tokio 1.53.1
4291
4258
 
4292
4259
  MIT License
4293
4260
 
@@ -4317,7 +4284,7 @@ MIT License
4317
4284
  ================================================================================
4318
4285
 
4319
4286
  Used by:
4320
- - simd-adler32 0.3.9
4287
+ - simd-adler32 0.3.10
4321
4288
 
4322
4289
  MIT License
4323
4290
 
@@ -4409,35 +4376,36 @@ MIT License
4409
4376
 
4410
4377
  Used by:
4411
4378
  - adler2 2.0.1
4412
- - anyhow 1.0.103
4379
+ - anyhow 1.0.104
4413
4380
  - atomic-waker 1.1.2
4414
- - displaydoc 0.2.6
4415
- - fastrand 2.4.1
4381
+ - displaydoc 0.2.7
4382
+ - fastrand 2.5.0
4416
4383
  - itoa 1.0.18
4417
4384
  - linux-raw-sys 0.12.1
4418
4385
  - once_cell 1.21.4
4419
4386
  - pin-project-lite 0.2.17
4420
4387
  - portable-atomic-util 0.2.7
4421
- - portable-atomic 1.13.1
4422
- - proc-macro2 1.0.106
4423
- - quote 1.0.46
4388
+ - portable-atomic 1.15.0
4389
+ - proc-macro2 1.0.107
4390
+ - quote 1.0.47
4424
4391
  - rustix 1.1.4
4425
4392
  - rustversion 1.0.23
4426
4393
  - semver 1.0.28
4427
- - serde 1.0.228
4428
- - serde_core 1.0.228
4429
- - serde_derive 1.0.228
4430
- - serde_json 1.0.150
4431
- - simd_cesu8 1.1.1
4432
- - syn 2.0.118
4394
+ - serde 1.0.229
4395
+ - serde_core 1.0.229
4396
+ - serde_derive 1.0.229
4397
+ - serde_json 1.0.151
4398
+ - simd_cesu8 1.2.0
4399
+ - syn 2.0.119
4400
+ - syn 3.0.4
4433
4401
  - thiserror-impl 1.0.69
4434
- - thiserror-impl 2.0.18
4402
+ - thiserror-impl 2.0.20
4435
4403
  - thiserror 1.0.69
4436
- - thiserror 2.0.18
4404
+ - thiserror 2.0.20
4437
4405
  - typed-path 0.12.3
4438
4406
  - unicode-ident 1.0.24
4439
4407
  - wasi 0.11.1+wasi-snapshot-preview1
4440
- - zmij 1.0.21
4408
+ - zmij 1.0.23
4441
4409
 
4442
4410
  Permission is hereby granted, free of charge, to any
4443
4411
  person obtaining a copy of this software and associated
@@ -4469,7 +4437,7 @@ MIT License
4469
4437
  ================================================================================
4470
4438
 
4471
4439
  Used by:
4472
- - winnow 1.0.3
4440
+ - winnow 1.0.4
4473
4441
 
4474
4442
  Permission is hereby granted, free of charge, to any person obtaining
4475
4443
  a copy of this software and associated documentation files (the
@@ -4496,7 +4464,7 @@ MIT License
4496
4464
  ================================================================================
4497
4465
 
4498
4466
  Used by:
4499
- - android_system_properties 0.1.5
4467
+ - android_system_properties 0.1.6
4500
4468
 
4501
4469
  The MIT License (MIT)
4502
4470
 
@@ -4585,7 +4553,7 @@ MIT License
4585
4553
  ================================================================================
4586
4554
 
4587
4555
  Used by:
4588
- - xml-rs 0.8.28
4556
+ - xml-rs 0.8.29
4589
4557
 
4590
4558
  The MIT License (MIT)
4591
4559
 
@@ -4645,9 +4613,10 @@ MIT License
4645
4613
  ================================================================================
4646
4614
 
4647
4615
  Used by:
4648
- - aho-corasick 1.1.4
4616
+ - aho-corasick 1.1.5
4649
4617
  - byteorder 1.5.0
4650
- - jiff 0.2.32
4618
+ - jiff-core 0.1.0
4619
+ - jiff 0.2.35
4651
4620
  - memchr 2.8.3
4652
4621
  - walkdir 2.5.0
4653
4622
 
@@ -4711,7 +4680,7 @@ MIT License
4711
4680
  ================================================================================
4712
4681
 
4713
4682
  Used by:
4714
- - combine 4.6.7
4683
+ - combine 4.6.8
4715
4684
 
4716
4685
  The MIT License (MIT)
4717
4686
 
@@ -5816,24 +5785,24 @@ Unicode License v3
5816
5785
  ================================================================================
5817
5786
 
5818
5787
  Used by:
5819
- - icu_collections 2.2.0
5820
- - icu_locale_core 2.2.0
5821
- - icu_normalizer 2.2.0
5822
- - icu_normalizer_data 2.2.0
5823
- - icu_properties 2.2.0
5824
- - icu_properties_data 2.2.0
5825
- - icu_provider 2.2.0
5826
- - litemap 0.8.2
5827
- - potential_utf 0.1.5
5828
- - tinystr 0.8.3
5829
- - writeable 0.6.3
5788
+ - icu_collections 2.3.0
5789
+ - icu_locale_core 2.3.0
5790
+ - icu_normalizer 2.3.0
5791
+ - icu_normalizer_data 2.3.0
5792
+ - icu_properties 2.3.0
5793
+ - icu_properties_data 2.3.0
5794
+ - icu_provider 2.3.1
5795
+ - litemap 0.8.3
5796
+ - potential_utf 0.1.6
5797
+ - tinystr 0.8.4
5798
+ - writeable 0.6.4
5830
5799
  - yoke-derive 0.8.2
5831
5800
  - yoke 0.8.3
5832
5801
  - zerofrom-derive 0.1.7
5833
5802
  - zerofrom 0.1.8
5834
- - zerotrie 0.2.4
5835
- - zerovec-derive 0.11.3
5836
- - zerovec 0.11.6
5803
+ - zerotrie 0.2.5
5804
+ - zerovec-derive 0.11.6
5805
+ - zerovec 0.11.8
5837
5806
 
5838
5807
  UNICODE LICENSE V3
5839
5808
 
@@ -5888,7 +5857,7 @@ zlib License
5888
5857
  ================================================================================
5889
5858
 
5890
5859
  Used by:
5891
- - zlib-rs 0.6.6
5860
+ - zlib-rs 0.6.7
5892
5861
 
5893
5862
  (C) 2024 Trifecta Tech Foundation
5894
5863