selenium-webdriver 4.47.0 → 4.49.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 +4 -4
- data/CHANGES +18 -0
- data/bin/linux-arm64/selenium-manager +0 -0
- data/bin/{linux → linux-x86_64}/selenium-manager +0 -0
- data/bin/macos/selenium-manager +0 -0
- data/bin/selenium-manager-THIRD-PARTY-NOTICES.txt +343 -129
- data/bin/selenium-manager.cdx.json +947 -868
- data/bin/windows/selenium-manager.exe +0 -0
- data/lib/selenium/webdriver/bidi/error.rb +4 -0
- data/lib/selenium/webdriver/bidi/protocol/browsing_context.rb +20 -3
- data/lib/selenium/webdriver/bidi/protocol/emulation.rb +272 -6
- data/lib/selenium/webdriver/bidi/serialization/record.rb +38 -41
- data/lib/selenium/webdriver/bidi/serialization/union.rb +11 -7
- data/lib/selenium/webdriver/bidi/serialization.rb +2 -14
- data/lib/selenium/webdriver/bidi/support/bidi_generate.rb +21 -12
- data/lib/selenium/webdriver/common/selenium_manager.rb +6 -2
- data/lib/selenium/webdriver/common/websocket_connection.rb +64 -26
- data/lib/selenium/webdriver/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e7620950cb4c6008f9d61369c60e3911495e6077b64559494a20c25a61556b7
|
|
4
|
+
data.tar.gz: df6377955c8f544a7e89bea598b454e4f32aa98dac7c191cc5fd202526538b60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcfefc80ae9d451bf44990501ce113dc458de83900532c7f5b2968f95b02c31c12a3f4b8b92a4ba56b401f87fcdb2099fe3432deb9e66be687e28da3ed106ad9
|
|
7
|
+
data.tar.gz: 4da99b580c65068b3a03e66ed0fc54924a83eb3616ffe2beb6b8cc59e329c4852053905f7d61c5ee7a5647990dd528ddf1e5fe786a73b9bf4b2d56044a87a1c3
|
data/CHANGES
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
4.49.0 (2026-09-09)
|
|
2
|
+
=========================
|
|
3
|
+
* Support CDP versions: v151, v152, v153
|
|
4
|
+
* derive BiDi field names and enum value types in the schema (#17966)
|
|
5
|
+
* [build] Automated CDDL Spec Update (#17990)
|
|
6
|
+
* [build] ship prebuilt Selenium Manager Linux arm64 binary in all bindings (#17999)
|
|
7
|
+
* [build] Automated Browser Version Update (major) with CDP (#18005)
|
|
8
|
+
|
|
9
|
+
4.48.0 (2026-08-27)
|
|
10
|
+
=========================
|
|
11
|
+
* Support CDP versions: v150, v151, v152
|
|
12
|
+
* add low-level BiDi protocol integration specs (#17878)
|
|
13
|
+
* [build] Automated Browser Version Update (major) with CDP (#17910)
|
|
14
|
+
* fix silent hang on oversized WebSocket frames (#17655)
|
|
15
|
+
* always reject a missing required inbound BiDi field (#17936)
|
|
16
|
+
* accept a whole-valued float for an integer BiDi field (#17939)
|
|
17
|
+
* reject an inbound BiDi scalar outside its union's declared arms (#17947)
|
|
18
|
+
|
|
1
19
|
4.47.0 (2026-08-10)
|
|
2
20
|
=========================
|
|
3
21
|
* Support CDP versions: v149, v150, v151
|
|
Binary file
|
|
Binary file
|
data/bin/macos/selenium-manager
CHANGED
|
Binary file
|