selenium-devtools 0.92.0 → 0.96.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/lib/selenium/devtools/{v92 → v93}/accessibility.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/animation.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/application_cache.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/audits.rb +2 -2
- data/lib/selenium/devtools/{v92 → v93}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/browser.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/cast.rb +2 -2
- data/lib/selenium/devtools/{v92 → v93}/console.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/css.rb +9 -2
- data/lib/selenium/devtools/{v92 → v93}/database.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/dom.rb +8 -2
- data/lib/selenium/devtools/{v90 → v93}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v92 → v93}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v92 → v93}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/emulation.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v92 → v93}/heap_profiler.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v92 → v93}/input.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v92 → v93}/io.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v92 → v93}/log.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/media.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/memory.rb +2 -2
- data/lib/selenium/devtools/{v92 → v93}/network.rb +6 -8
- data/lib/selenium/devtools/{v91 → v93}/overlay.rb +7 -2
- data/lib/selenium/devtools/{v92 → v93}/page.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/performance.rb +2 -2
- data/lib/selenium/devtools/{v92 → v93}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/runtime.rb +5 -4
- data/lib/selenium/devtools/{v92 → v93}/schema.rb +2 -2
- data/lib/selenium/devtools/{v92 → v93}/security.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/storage.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v92 → v93}/target.rb +2 -2
- data/lib/selenium/devtools/{v92 → v93}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v91 → v93}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v90 → v93}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v92 → v93}/web_authn.rb +2 -2
- data/lib/selenium/devtools/v93.rb +1 -0
- data/lib/selenium/devtools/{v91 → v94}/accessibility.rb +8 -6
- data/lib/selenium/devtools/{v92 → v94}/animation.rb +2 -2
- data/lib/selenium/devtools/{v92 → v94}/application_cache.rb +2 -2
- data/lib/selenium/devtools/{v92 → v94}/audits.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v92 → v94}/browser.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/cast.rb +2 -2
- data/lib/selenium/devtools/{v91 → v94}/console.rb +2 -2
- data/lib/selenium/devtools/{v91 → v94}/css.rb +9 -2
- data/lib/selenium/devtools/{v90 → v94}/database.rb +2 -2
- data/lib/selenium/devtools/{v92 → v94}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v92 → v94}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v92 → v94}/dom.rb +13 -2
- data/lib/selenium/devtools/{v92 → v94}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v91 → v94}/dom_snapshot.rb +6 -4
- data/lib/selenium/devtools/{v90 → v94}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v92 → v94}/emulation.rb +2 -2
- data/lib/selenium/devtools/{v92 → v94}/fetch.rb +5 -4
- data/lib/selenium/devtools/{v92 → v94}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/heap_profiler.rb +8 -6
- data/lib/selenium/devtools/{v92 → v94}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v91 → v94}/input.rb +11 -2
- data/lib/selenium/devtools/{v92 → v94}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/io.rb +2 -2
- data/lib/selenium/devtools/{v92 → v94}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v91 → v94}/log.rb +2 -2
- data/lib/selenium/devtools/{v92 → v94}/media.rb +2 -2
- data/lib/selenium/devtools/{v92 → v94}/memory.rb +2 -2
- data/lib/selenium/devtools/{v91 → v94}/network.rb +7 -9
- data/lib/selenium/devtools/{v92 → v94}/overlay.rb +7 -2
- data/lib/selenium/devtools/{v91 → v94}/page.rb +11 -4
- data/lib/selenium/devtools/{v92 → v94}/performance.rb +2 -2
- data/lib/selenium/devtools/{v91 → v94}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v92 → v94}/runtime.rb +5 -4
- data/lib/selenium/devtools/{v91 → v94}/schema.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/security.rb +2 -2
- data/lib/selenium/devtools/{v91 → v94}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v92 → v94}/storage.rb +2 -2
- data/lib/selenium/devtools/{v92 → v94}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/target.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v92 → v94}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v91 → v94}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v90 → v94}/web_authn.rb +2 -2
- data/lib/selenium/devtools/v94.rb +1 -0
- data/lib/selenium/devtools/{v90 → v95}/accessibility.rb +9 -6
- data/lib/selenium/devtools/{v90 → v95}/animation.rb +2 -2
- data/lib/selenium/devtools/{v90 → v95}/application_cache.rb +2 -2
- data/lib/selenium/devtools/{v91 → v95}/audits.rb +2 -2
- data/lib/selenium/devtools/{v91 → v95}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v90 → v95}/browser.rb +15 -4
- data/lib/selenium/devtools/{v92 → v95}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v92 → v95}/cast.rb +2 -2
- data/lib/selenium/devtools/{v90 → v95}/console.rb +2 -2
- data/lib/selenium/devtools/{v92 → v95}/css.rb +9 -2
- data/lib/selenium/devtools/{v91 → v95}/database.rb +2 -2
- data/lib/selenium/devtools/{v90 → v95}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v90 → v95}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v91 → v95}/dom.rb +13 -2
- data/lib/selenium/devtools/{v91 → v95}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v90 → v95}/dom_snapshot.rb +6 -4
- data/lib/selenium/devtools/{v91 → v95}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v90 → v95}/emulation.rb +7 -2
- data/lib/selenium/devtools/{v90 → v95}/fetch.rb +14 -4
- data/lib/selenium/devtools/{v90 → v95}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v91 → v95}/heap_profiler.rb +8 -6
- data/lib/selenium/devtools/{v91 → v95}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v90 → v95}/input.rb +28 -2
- data/lib/selenium/devtools/{v91 → v95}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v91 → v95}/io.rb +2 -2
- data/lib/selenium/devtools/{v91 → v95}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v90 → v95}/log.rb +2 -2
- data/lib/selenium/devtools/{v90 → v95}/media.rb +2 -2
- data/lib/selenium/devtools/{v91 → v95}/memory.rb +2 -2
- data/lib/selenium/devtools/{v90 → v95}/network.rb +23 -9
- data/lib/selenium/devtools/{v90 → v95}/overlay.rb +12 -2
- data/lib/selenium/devtools/{v90 → v95}/page.rb +20 -4
- data/lib/selenium/devtools/{v91 → v95}/performance.rb +2 -2
- data/lib/selenium/devtools/{v90 → v95}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v92 → v95}/profiler.rb +2 -26
- data/lib/selenium/devtools/{v90 → v95}/runtime.rb +8 -6
- data/lib/selenium/devtools/{v90 → v95}/schema.rb +2 -2
- data/lib/selenium/devtools/{v91 → v95}/security.rb +2 -2
- data/lib/selenium/devtools/{v92 → v95}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v90 → v95}/storage.rb +7 -2
- data/lib/selenium/devtools/{v91 → v95}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v91 → v95}/target.rb +8 -2
- data/lib/selenium/devtools/{v91 → v95}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v90 → v95}/tracing.rb +5 -4
- data/lib/selenium/devtools/{v92 → v95}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v91 → v95}/web_authn.rb +2 -2
- data/lib/selenium/devtools/v95.rb +1 -0
- data/lib/selenium/devtools/v96/accessibility.rb +76 -0
- data/lib/selenium/devtools/v96/animation.rb +94 -0
- data/lib/selenium/devtools/v96/audits.rb +62 -0
- data/lib/selenium/devtools/v96/background_service.rb +63 -0
- data/lib/selenium/devtools/v96/browser.rb +135 -0
- data/lib/selenium/devtools/v96/cache_storage.rb +69 -0
- data/lib/selenium/devtools/v96/cast.rb +66 -0
- data/lib/selenium/devtools/v96/console.rb +53 -0
- data/lib/selenium/devtools/v96/css.rb +182 -0
- data/lib/selenium/devtools/v96/database.rb +60 -0
- data/lib/selenium/devtools/v96/debugger.rb +220 -0
- data/lib/selenium/devtools/v96/device_orientation.rb +49 -0
- data/lib/selenium/devtools/v96/dom.rb +334 -0
- data/lib/selenium/devtools/v96/dom_debugger.rb +94 -0
- data/lib/selenium/devtools/v96/dom_snapshot.rb +63 -0
- data/lib/selenium/devtools/v96/dom_storage.rb +75 -0
- data/lib/selenium/devtools/v96/emulation.rb +197 -0
- data/lib/selenium/devtools/v96/fetch.rb +103 -0
- data/lib/selenium/devtools/v96/headless_experimental.rb +57 -0
- data/lib/selenium/devtools/v96/heap_profiler.rb +105 -0
- data/lib/selenium/devtools/v96/indexed_db.rb +96 -0
- data/lib/selenium/devtools/v96/input.rb +168 -0
- data/lib/selenium/devtools/v96/inspector.rb +51 -0
- data/lib/selenium/devtools/v96/io.rb +55 -0
- data/lib/selenium/devtools/v96/layer_tree.rb +91 -0
- data/lib/selenium/devtools/v96/log.rb +62 -0
- data/lib/selenium/devtools/v96/media.rb +53 -0
- data/lib/selenium/devtools/v96/memory.rb +82 -0
- data/lib/selenium/devtools/v96/network.rb +262 -0
- data/lib/selenium/devtools/v96/overlay.rb +202 -0
- data/lib/selenium/devtools/v96/page.rb +393 -0
- data/lib/selenium/devtools/v96/performance.rb +59 -0
- data/lib/selenium/devtools/v96/performance_timeline.rb +46 -0
- data/lib/selenium/devtools/v96/profiler.rb +95 -0
- data/lib/selenium/devtools/v96/runtime.rb +194 -0
- data/lib/selenium/devtools/v96/schema.rb +42 -0
- data/lib/selenium/devtools/v96/security.rb +67 -0
- data/lib/selenium/devtools/v96/service_worker.rb +112 -0
- data/lib/selenium/devtools/v96/storage.rb +106 -0
- data/lib/selenium/devtools/v96/system_info.rb +46 -0
- data/lib/selenium/devtools/v96/target.rb +145 -0
- data/lib/selenium/devtools/v96/tethering.rb +51 -0
- data/lib/selenium/devtools/v96/tracing.rb +75 -0
- data/lib/selenium/devtools/v96/web_audio.rb +66 -0
- data/lib/selenium/devtools/v96/web_authn.rb +96 -0
- data/lib/selenium/devtools/v96.rb +1 -0
- data/lib/selenium/devtools/version.rb +1 -1
- data/selenium-devtools.gemspec +1 -1
- metadata +190 -144
- data/lib/selenium/devtools/v90.rb +0 -1
- data/lib/selenium/devtools/v91.rb +0 -1
- data/lib/selenium/devtools/v92.rb +0 -1
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class HeapProfiler
|
|
25
25
|
EVENTS = {
|
|
26
26
|
add_heap_snapshot_chunk: 'addHeapSnapshotChunk',
|
|
@@ -85,19 +85,21 @@ module Selenium
|
|
|
85
85
|
@devtools.send_cmd('HeapProfiler.stopSampling')
|
|
86
86
|
end
|
|
87
87
|
|
|
88
|
-
def stop_tracking_heap_objects(report_progress: nil, treat_global_objects_as_roots: nil)
|
|
88
|
+
def stop_tracking_heap_objects(report_progress: nil, treat_global_objects_as_roots: nil, capture_numeric_value: nil)
|
|
89
89
|
@devtools.send_cmd('HeapProfiler.stopTrackingHeapObjects',
|
|
90
90
|
reportProgress: report_progress,
|
|
91
|
-
treatGlobalObjectsAsRoots: treat_global_objects_as_roots
|
|
91
|
+
treatGlobalObjectsAsRoots: treat_global_objects_as_roots,
|
|
92
|
+
captureNumericValue: capture_numeric_value)
|
|
92
93
|
end
|
|
93
94
|
|
|
94
|
-
def take_heap_snapshot(report_progress: nil, treat_global_objects_as_roots: nil)
|
|
95
|
+
def take_heap_snapshot(report_progress: nil, treat_global_objects_as_roots: nil, capture_numeric_value: nil)
|
|
95
96
|
@devtools.send_cmd('HeapProfiler.takeHeapSnapshot',
|
|
96
97
|
reportProgress: report_progress,
|
|
97
|
-
treatGlobalObjectsAsRoots: treat_global_objects_as_roots
|
|
98
|
+
treatGlobalObjectsAsRoots: treat_global_objects_as_roots,
|
|
99
|
+
captureNumericValue: capture_numeric_value)
|
|
98
100
|
end
|
|
99
101
|
|
|
100
102
|
end # HeapProfiler
|
|
101
|
-
end #
|
|
103
|
+
end # V94
|
|
102
104
|
end # DevTools
|
|
103
105
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class IndexedDB
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -91,6 +91,6 @@ module Selenium
|
|
|
91
91
|
end
|
|
92
92
|
|
|
93
93
|
end # IndexedDB
|
|
94
|
-
end #
|
|
94
|
+
end # V94
|
|
95
95
|
end # DevTools
|
|
96
96
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Input
|
|
25
25
|
EVENTS = {
|
|
26
26
|
drag_intercepted: 'dragIntercepted',
|
|
@@ -68,6 +68,15 @@ module Selenium
|
|
|
68
68
|
text: text)
|
|
69
69
|
end
|
|
70
70
|
|
|
71
|
+
def ime_set_composition(text:, selection_start:, selection_end:, replacement_start: nil, replacement_end: nil)
|
|
72
|
+
@devtools.send_cmd('Input.imeSetComposition',
|
|
73
|
+
text: text,
|
|
74
|
+
selectionStart: selection_start,
|
|
75
|
+
selectionEnd: selection_end,
|
|
76
|
+
replacementStart: replacement_start,
|
|
77
|
+
replacementEnd: replacement_end)
|
|
78
|
+
end
|
|
79
|
+
|
|
71
80
|
def dispatch_mouse_event(type:, x:, y:, modifiers: nil, timestamp: nil, button: nil, buttons: nil, click_count: nil, force: nil, tangential_pressure: nil, tilt_x: nil, tilt_y: nil, twist: nil, delta_x: nil, delta_y: nil, pointer_type: nil)
|
|
72
81
|
@devtools.send_cmd('Input.dispatchMouseEvent',
|
|
73
82
|
type: type,
|
|
@@ -154,6 +163,6 @@ module Selenium
|
|
|
154
163
|
end
|
|
155
164
|
|
|
156
165
|
end # Input
|
|
157
|
-
end #
|
|
166
|
+
end # V94
|
|
158
167
|
end # DevTools
|
|
159
168
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Inspector
|
|
25
25
|
EVENTS = {
|
|
26
26
|
detached: 'detached',
|
|
@@ -46,6 +46,6 @@ module Selenium
|
|
|
46
46
|
end
|
|
47
47
|
|
|
48
48
|
end # Inspector
|
|
49
|
-
end #
|
|
49
|
+
end # V94
|
|
50
50
|
end # DevTools
|
|
51
51
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class IO
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -50,6 +50,6 @@ module Selenium
|
|
|
50
50
|
end
|
|
51
51
|
|
|
52
52
|
end # IO
|
|
53
|
-
end #
|
|
53
|
+
end # V94
|
|
54
54
|
end # DevTools
|
|
55
55
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class LayerTree
|
|
25
25
|
EVENTS = {
|
|
26
26
|
layer_painted: 'layerPainted',
|
|
@@ -86,6 +86,6 @@ module Selenium
|
|
|
86
86
|
end
|
|
87
87
|
|
|
88
88
|
end # LayerTree
|
|
89
|
-
end #
|
|
89
|
+
end # V94
|
|
90
90
|
end # DevTools
|
|
91
91
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Log
|
|
25
25
|
EVENTS = {
|
|
26
26
|
entry_added: 'entryAdded',
|
|
@@ -57,6 +57,6 @@ module Selenium
|
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
end # Log
|
|
60
|
-
end #
|
|
60
|
+
end # V94
|
|
61
61
|
end # DevTools
|
|
62
62
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Media
|
|
25
25
|
EVENTS = {
|
|
26
26
|
player_properties_changed: 'playerPropertiesChanged',
|
|
@@ -48,6 +48,6 @@ module Selenium
|
|
|
48
48
|
end
|
|
49
49
|
|
|
50
50
|
end # Media
|
|
51
|
-
end #
|
|
51
|
+
end # V94
|
|
52
52
|
end # DevTools
|
|
53
53
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Memory
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -77,6 +77,6 @@ module Selenium
|
|
|
77
77
|
end
|
|
78
78
|
|
|
79
79
|
end # Memory
|
|
80
|
-
end #
|
|
80
|
+
end # V94
|
|
81
81
|
end # DevTools
|
|
82
82
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Network
|
|
25
25
|
EVENTS = {
|
|
26
26
|
data_received: 'dataReceived',
|
|
@@ -46,6 +46,10 @@ module Selenium
|
|
|
46
46
|
request_will_be_sent_extra_info: 'requestWillBeSentExtraInfo',
|
|
47
47
|
response_received_extra_info: 'responseReceivedExtraInfo',
|
|
48
48
|
trust_token_operation_done: 'trustTokenOperationDone',
|
|
49
|
+
subresource_web_bundle_metadata_received: 'subresourceWebBundleMetadataReceived',
|
|
50
|
+
subresource_web_bundle_metadata_error: 'subresourceWebBundleMetadataError',
|
|
51
|
+
subresource_web_bundle_inner_response_parsed: 'subresourceWebBundleInnerResponseParsed',
|
|
52
|
+
subresource_web_bundle_inner_response_error: 'subresourceWebBundleInnerResponseError',
|
|
49
53
|
}.freeze
|
|
50
54
|
|
|
51
55
|
def initialize(devtools)
|
|
@@ -210,12 +214,6 @@ module Selenium
|
|
|
210
214
|
cookies: cookies)
|
|
211
215
|
end
|
|
212
216
|
|
|
213
|
-
def set_data_size_limits_for_test(max_total_size:, max_resource_size:)
|
|
214
|
-
@devtools.send_cmd('Network.setDataSizeLimitsForTest',
|
|
215
|
-
maxTotalSize: max_total_size,
|
|
216
|
-
maxResourceSize: max_resource_size)
|
|
217
|
-
end
|
|
218
|
-
|
|
219
217
|
def set_extra_http_headers(headers:)
|
|
220
218
|
@devtools.send_cmd('Network.setExtraHTTPHeaders',
|
|
221
219
|
headers: headers)
|
|
@@ -244,7 +242,7 @@ module Selenium
|
|
|
244
242
|
frameId: frame_id)
|
|
245
243
|
end
|
|
246
244
|
|
|
247
|
-
def load_network_resource(frame_id
|
|
245
|
+
def load_network_resource(frame_id: nil, url:, options:)
|
|
248
246
|
@devtools.send_cmd('Network.loadNetworkResource',
|
|
249
247
|
frameId: frame_id,
|
|
250
248
|
url: url,
|
|
@@ -252,6 +250,6 @@ module Selenium
|
|
|
252
250
|
end
|
|
253
251
|
|
|
254
252
|
end # Network
|
|
255
|
-
end #
|
|
253
|
+
end # V94
|
|
256
254
|
end # DevTools
|
|
257
255
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Overlay
|
|
25
25
|
EVENTS = {
|
|
26
26
|
inspect_node_requested: 'inspectNodeRequested',
|
|
@@ -151,6 +151,11 @@ module Selenium
|
|
|
151
151
|
scrollSnapHighlightConfigs: scroll_snap_highlight_configs)
|
|
152
152
|
end
|
|
153
153
|
|
|
154
|
+
def set_show_container_query_overlays(container_query_highlight_configs:)
|
|
155
|
+
@devtools.send_cmd('Overlay.setShowContainerQueryOverlays',
|
|
156
|
+
containerQueryHighlightConfigs: container_query_highlight_configs)
|
|
157
|
+
end
|
|
158
|
+
|
|
154
159
|
def set_show_paint_rects(result:)
|
|
155
160
|
@devtools.send_cmd('Overlay.setShowPaintRects',
|
|
156
161
|
result: result)
|
|
@@ -187,6 +192,6 @@ module Selenium
|
|
|
187
192
|
end
|
|
188
193
|
|
|
189
194
|
end # Overlay
|
|
190
|
-
end #
|
|
195
|
+
end # V94
|
|
191
196
|
end # DevTools
|
|
192
197
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Page
|
|
25
25
|
EVENTS = {
|
|
26
26
|
dom_content_event_fired: 'domContentEventFired',
|
|
@@ -42,6 +42,7 @@ module Selenium
|
|
|
42
42
|
javascript_dialog_closed: 'javascriptDialogClosed',
|
|
43
43
|
javascript_dialog_opening: 'javascriptDialogOpening',
|
|
44
44
|
lifecycle_event: 'lifecycleEvent',
|
|
45
|
+
back_forward_cache_not_used: 'backForwardCacheNotUsed',
|
|
45
46
|
load_event_fired: 'loadEventFired',
|
|
46
47
|
navigated_within_document: 'navigatedWithinDocument',
|
|
47
48
|
screencast_frame: 'screencastFrame',
|
|
@@ -64,10 +65,11 @@ module Selenium
|
|
|
64
65
|
scriptSource: script_source)
|
|
65
66
|
end
|
|
66
67
|
|
|
67
|
-
def add_script_to_evaluate_on_new_document(source:, world_name: nil)
|
|
68
|
+
def add_script_to_evaluate_on_new_document(source:, world_name: nil, include_command_line_api: nil)
|
|
68
69
|
@devtools.send_cmd('Page.addScriptToEvaluateOnNewDocument',
|
|
69
70
|
source: source,
|
|
70
|
-
worldName: world_name
|
|
71
|
+
worldName: world_name,
|
|
72
|
+
includeCommandLineAPI: include_command_line_api)
|
|
71
73
|
end
|
|
72
74
|
|
|
73
75
|
def bring_to_front
|
|
@@ -248,6 +250,11 @@ module Selenium
|
|
|
248
250
|
frameId: frame_id)
|
|
249
251
|
end
|
|
250
252
|
|
|
253
|
+
def get_origin_trials(frame_id:)
|
|
254
|
+
@devtools.send_cmd('Page.getOriginTrials',
|
|
255
|
+
frameId: frame_id)
|
|
256
|
+
end
|
|
257
|
+
|
|
251
258
|
def set_device_metrics_override(width:, height:, device_scale_factor:, mobile:, scale: nil, screen_width: nil, screen_height: nil, position_x: nil, position_y: nil, dont_set_visible_size: nil, screen_orientation: nil, viewport: nil)
|
|
252
259
|
@devtools.send_cmd('Page.setDeviceMetricsOverride',
|
|
253
260
|
width: width,
|
|
@@ -377,6 +384,6 @@ module Selenium
|
|
|
377
384
|
end
|
|
378
385
|
|
|
379
386
|
end # Page
|
|
380
|
-
end #
|
|
387
|
+
end # V94
|
|
381
388
|
end # DevTools
|
|
382
389
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Performance
|
|
25
25
|
EVENTS = {
|
|
26
26
|
metrics: 'metrics',
|
|
@@ -54,6 +54,6 @@ module Selenium
|
|
|
54
54
|
end
|
|
55
55
|
|
|
56
56
|
end # Performance
|
|
57
|
-
end #
|
|
57
|
+
end # V94
|
|
58
58
|
end # DevTools
|
|
59
59
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class PerformanceTimeline
|
|
25
25
|
EVENTS = {
|
|
26
26
|
timeline_event_added: 'timelineEventAdded',
|
|
@@ -41,6 +41,6 @@ module Selenium
|
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
end # PerformanceTimeline
|
|
44
|
-
end #
|
|
44
|
+
end # V94
|
|
45
45
|
end # DevTools
|
|
46
46
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Profiler
|
|
25
25
|
EVENTS = {
|
|
26
26
|
console_profile_finished: 'consoleProfileFinished',
|
|
@@ -114,6 +114,6 @@ module Selenium
|
|
|
114
114
|
end
|
|
115
115
|
|
|
116
116
|
end # Profiler
|
|
117
|
-
end #
|
|
117
|
+
end # V94
|
|
118
118
|
end # DevTools
|
|
119
119
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Runtime
|
|
25
25
|
EVENTS = {
|
|
26
26
|
binding_called: 'bindingCalled',
|
|
@@ -49,7 +49,7 @@ module Selenium
|
|
|
49
49
|
generatePreview: generate_preview)
|
|
50
50
|
end
|
|
51
51
|
|
|
52
|
-
def call_function_on(function_declaration:, object_id: nil, arguments: nil, silent: nil, return_by_value: nil, generate_preview: nil, user_gesture: nil, await_promise: nil, execution_context_id: nil, object_group: nil)
|
|
52
|
+
def call_function_on(function_declaration:, object_id: nil, arguments: nil, silent: nil, return_by_value: nil, generate_preview: nil, user_gesture: nil, await_promise: nil, execution_context_id: nil, object_group: nil, throw_on_side_effect: nil)
|
|
53
53
|
@devtools.send_cmd('Runtime.callFunctionOn',
|
|
54
54
|
functionDeclaration: function_declaration,
|
|
55
55
|
objectId: object_id,
|
|
@@ -60,7 +60,8 @@ module Selenium
|
|
|
60
60
|
userGesture: user_gesture,
|
|
61
61
|
awaitPromise: await_promise,
|
|
62
62
|
executionContextId: execution_context_id,
|
|
63
|
-
objectGroup: object_group
|
|
63
|
+
objectGroup: object_group,
|
|
64
|
+
throwOnSideEffect: throw_on_side_effect)
|
|
64
65
|
end
|
|
65
66
|
|
|
66
67
|
def compile_script(expression:, source_url:, persist_script:, execution_context_id: nil)
|
|
@@ -187,6 +188,6 @@ module Selenium
|
|
|
187
188
|
end
|
|
188
189
|
|
|
189
190
|
end # Runtime
|
|
190
|
-
end #
|
|
191
|
+
end # V94
|
|
191
192
|
end # DevTools
|
|
192
193
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Schema
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -37,6 +37,6 @@ module Selenium
|
|
|
37
37
|
end
|
|
38
38
|
|
|
39
39
|
end # Schema
|
|
40
|
-
end #
|
|
40
|
+
end # V94
|
|
41
41
|
end # DevTools
|
|
42
42
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Security
|
|
25
25
|
EVENTS = {
|
|
26
26
|
certificate_error: 'certificateError',
|
|
@@ -62,6 +62,6 @@ module Selenium
|
|
|
62
62
|
end
|
|
63
63
|
|
|
64
64
|
end # Security
|
|
65
|
-
end #
|
|
65
|
+
end # V94
|
|
66
66
|
end # DevTools
|
|
67
67
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class ServiceWorker
|
|
25
25
|
EVENTS = {
|
|
26
26
|
worker_error_reported: 'workerErrorReported',
|
|
@@ -107,6 +107,6 @@ module Selenium
|
|
|
107
107
|
end
|
|
108
108
|
|
|
109
109
|
end # ServiceWorker
|
|
110
|
-
end #
|
|
110
|
+
end # V94
|
|
111
111
|
end # DevTools
|
|
112
112
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Storage
|
|
25
25
|
EVENTS = {
|
|
26
26
|
cache_storage_content_updated: 'cacheStorageContentUpdated',
|
|
@@ -101,6 +101,6 @@ module Selenium
|
|
|
101
101
|
end
|
|
102
102
|
|
|
103
103
|
end # Storage
|
|
104
|
-
end #
|
|
104
|
+
end # V94
|
|
105
105
|
end # DevTools
|
|
106
106
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class SystemInfo
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -41,6 +41,6 @@ module Selenium
|
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
end # SystemInfo
|
|
44
|
-
end #
|
|
44
|
+
end # V94
|
|
45
45
|
end # DevTools
|
|
46
46
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Target
|
|
25
25
|
EVENTS = {
|
|
26
26
|
attached_to_target: 'attachedToTarget',
|
|
@@ -134,6 +134,6 @@ module Selenium
|
|
|
134
134
|
end
|
|
135
135
|
|
|
136
136
|
end # Target
|
|
137
|
-
end #
|
|
137
|
+
end # V94
|
|
138
138
|
end # DevTools
|
|
139
139
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Tethering
|
|
25
25
|
EVENTS = {
|
|
26
26
|
accepted: 'accepted',
|
|
@@ -46,6 +46,6 @@ module Selenium
|
|
|
46
46
|
end
|
|
47
47
|
|
|
48
48
|
end # Tethering
|
|
49
|
-
end #
|
|
49
|
+
end # V94
|
|
50
50
|
end # DevTools
|
|
51
51
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class Tracing
|
|
25
25
|
EVENTS = {
|
|
26
26
|
buffer_usage: 'bufferUsage',
|
|
@@ -70,6 +70,6 @@ module Selenium
|
|
|
70
70
|
end
|
|
71
71
|
|
|
72
72
|
end # Tracing
|
|
73
|
-
end #
|
|
73
|
+
end # V94
|
|
74
74
|
end # DevTools
|
|
75
75
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class WebAudio
|
|
25
25
|
EVENTS = {
|
|
26
26
|
context_created: 'contextCreated',
|
|
@@ -61,6 +61,6 @@ module Selenium
|
|
|
61
61
|
end
|
|
62
62
|
|
|
63
63
|
end # WebAudio
|
|
64
|
-
end #
|
|
64
|
+
end # V94
|
|
65
65
|
end # DevTools
|
|
66
66
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V94
|
|
24
24
|
class WebAuthn
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -91,6 +91,6 @@ module Selenium
|
|
|
91
91
|
end
|
|
92
92
|
|
|
93
93
|
end # WebAuthn
|
|
94
|
-
end #
|
|
94
|
+
end # V94
|
|
95
95
|
end # DevTools
|
|
96
96
|
end # Selenium
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Dir.glob("#{File.dirname(File.absolute_path(__FILE__))}/v94/*", &method(:require))
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V95
|
|
24
24
|
class Accessibility
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -48,14 +48,17 @@ module Selenium
|
|
|
48
48
|
fetchRelatives: fetch_relatives)
|
|
49
49
|
end
|
|
50
50
|
|
|
51
|
-
def get_full_ax_tree(max_depth: nil)
|
|
51
|
+
def get_full_ax_tree(depth: nil, max_depth: nil, frame_id: nil)
|
|
52
52
|
@devtools.send_cmd('Accessibility.getFullAXTree',
|
|
53
|
-
|
|
53
|
+
depth: depth,
|
|
54
|
+
max_depth: max_depth,
|
|
55
|
+
frameId: frame_id)
|
|
54
56
|
end
|
|
55
57
|
|
|
56
|
-
def get_child_ax_nodes(id:)
|
|
58
|
+
def get_child_ax_nodes(id:, frame_id: nil)
|
|
57
59
|
@devtools.send_cmd('Accessibility.getChildAXNodes',
|
|
58
|
-
id: id
|
|
60
|
+
id: id,
|
|
61
|
+
frameId: frame_id)
|
|
59
62
|
end
|
|
60
63
|
|
|
61
64
|
def query_ax_tree(node_id: nil, backend_node_id: nil, object_id: nil, accessible_name: nil, role: nil)
|
|
@@ -68,6 +71,6 @@ module Selenium
|
|
|
68
71
|
end
|
|
69
72
|
|
|
70
73
|
end # Accessibility
|
|
71
|
-
end #
|
|
74
|
+
end # V95
|
|
72
75
|
end # DevTools
|
|
73
76
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V95
|
|
24
24
|
class Animation
|
|
25
25
|
EVENTS = {
|
|
26
26
|
animation_canceled: 'animationCanceled',
|
|
@@ -89,6 +89,6 @@ module Selenium
|
|
|
89
89
|
end
|
|
90
90
|
|
|
91
91
|
end # Animation
|
|
92
|
-
end #
|
|
92
|
+
end # V95
|
|
93
93
|
end # DevTools
|
|
94
94
|
end # Selenium
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V95
|
|
24
24
|
class ApplicationCache
|
|
25
25
|
EVENTS = {
|
|
26
26
|
application_cache_status_updated: 'applicationCacheStatusUpdated',
|
|
@@ -55,6 +55,6 @@ module Selenium
|
|
|
55
55
|
end
|
|
56
56
|
|
|
57
57
|
end # ApplicationCache
|
|
58
|
-
end #
|
|
58
|
+
end # V95
|
|
59
59
|
end # DevTools
|
|
60
60
|
end # Selenium
|