selenium-devtools 0.96.0 → 0.97.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/LICENSE +1 -1
- data/NOTICE +1 -1
- data/lib/selenium/devtools/README.md +7 -0
- data/lib/selenium/devtools/{v94 → v97}/accessibility.rb +4 -3
- data/lib/selenium/devtools/{v94 → v97}/animation.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/audits.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/browser.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/cast.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/console.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/css.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/database.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/dom.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/emulation.rb +7 -2
- data/lib/selenium/devtools/{v93/console.rb → v97/event_breakpoints.rb} +11 -16
- data/lib/selenium/devtools/{v94 → v97}/fetch.rb +11 -2
- data/lib/selenium/devtools/{v94 → v97}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/heap_profiler.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/input.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/io.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/log.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/media.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/memory.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/network.rb +9 -2
- data/lib/selenium/devtools/{v93 → v97}/overlay.rb +7 -2
- data/lib/selenium/devtools/{v94 → v97}/page.rb +11 -7
- data/lib/selenium/devtools/{v93 → v97}/performance.rb +2 -2
- data/lib/selenium/devtools/{v94 → v97}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/profiler.rb +2 -26
- data/lib/selenium/devtools/{v94 → v97}/runtime.rb +5 -4
- data/lib/selenium/devtools/{v94 → v97}/schema.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/security.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/storage.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/target.rb +8 -2
- data/lib/selenium/devtools/{v93 → v97}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v93 → v97}/web_authn.rb +2 -2
- data/lib/selenium/devtools/v97.rb +1 -0
- data/lib/selenium/devtools/version.rb +1 -1
- metadata +50 -96
- data/lib/selenium/devtools/v93/accessibility.rb +0 -73
- data/lib/selenium/devtools/v93/animation.rb +0 -94
- data/lib/selenium/devtools/v93/application_cache.rb +0 -60
- data/lib/selenium/devtools/v93/cache_storage.rb +0 -69
- data/lib/selenium/devtools/v93/cast.rb +0 -66
- data/lib/selenium/devtools/v93/css.rb +0 -182
- data/lib/selenium/devtools/v93/debugger.rb +0 -220
- data/lib/selenium/devtools/v93/device_orientation.rb +0 -49
- data/lib/selenium/devtools/v93/dom.rb +0 -329
- data/lib/selenium/devtools/v93/dom_snapshot.rb +0 -63
- data/lib/selenium/devtools/v93/emulation.rb +0 -192
- data/lib/selenium/devtools/v93/fetch.rb +0 -93
- data/lib/selenium/devtools/v93/headless_experimental.rb +0 -57
- data/lib/selenium/devtools/v93/input.rb +0 -159
- data/lib/selenium/devtools/v93/log.rb +0 -62
- data/lib/selenium/devtools/v93/media.rb +0 -53
- data/lib/selenium/devtools/v93/network.rb +0 -255
- data/lib/selenium/devtools/v93/page.rb +0 -384
- data/lib/selenium/devtools/v93/performance_timeline.rb +0 -46
- data/lib/selenium/devtools/v93/runtime.rb +0 -193
- data/lib/selenium/devtools/v93/schema.rb +0 -42
- data/lib/selenium/devtools/v93.rb +0 -1
- data/lib/selenium/devtools/v94/application_cache.rb +0 -60
- data/lib/selenium/devtools/v94/audits.rb +0 -62
- data/lib/selenium/devtools/v94/background_service.rb +0 -63
- data/lib/selenium/devtools/v94/browser.rb +0 -135
- data/lib/selenium/devtools/v94/database.rb +0 -60
- data/lib/selenium/devtools/v94/dom_debugger.rb +0 -94
- data/lib/selenium/devtools/v94/dom_storage.rb +0 -75
- data/lib/selenium/devtools/v94/heap_profiler.rb +0 -105
- data/lib/selenium/devtools/v94/indexed_db.rb +0 -96
- data/lib/selenium/devtools/v94/inspector.rb +0 -51
- data/lib/selenium/devtools/v94/io.rb +0 -55
- data/lib/selenium/devtools/v94/layer_tree.rb +0 -91
- data/lib/selenium/devtools/v94/memory.rb +0 -82
- data/lib/selenium/devtools/v94/overlay.rb +0 -197
- data/lib/selenium/devtools/v94/performance.rb +0 -59
- data/lib/selenium/devtools/v94/profiler.rb +0 -119
- data/lib/selenium/devtools/v94/security.rb +0 -67
- data/lib/selenium/devtools/v94/service_worker.rb +0 -112
- data/lib/selenium/devtools/v94/storage.rb +0 -106
- data/lib/selenium/devtools/v94/system_info.rb +0 -46
- data/lib/selenium/devtools/v94/target.rb +0 -139
- data/lib/selenium/devtools/v94/tethering.rb +0 -51
- data/lib/selenium/devtools/v94/tracing.rb +0 -75
- data/lib/selenium/devtools/v94/web_audio.rb +0 -66
- data/lib/selenium/devtools/v94/web_authn.rb +0 -96
- data/lib/selenium/devtools/v94.rb +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2462bdbd80456ba690d6266f717366db8b1b3864f18488e32c1e44eb713d52d
|
|
4
|
+
data.tar.gz: 974b71a57390c71708b8d5c8e2fc4c3225c03fbd1707d2fc6b93e06b31c0dcdc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9525d30794d49cf6accd57088bb2f8ce71e2d2fe70770dbb20c7edb0eab0156838a57695ff66a5f06af71a96b34989ad9e6228e645acc7368920c7aeb6ae326
|
|
7
|
+
data.tar.gz: ff178325610d8f096f991ed006fc26527bbe664f30e77ba1381fe059458220f35147aeade898ffa19441b50c4484988d1155526422bb22b95c94066eafbc1238
|
data/LICENSE
CHANGED
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
same "printed page" as the copyright notice for easier
|
|
188
188
|
identification within third-party archives.
|
|
189
189
|
|
|
190
|
-
Copyright
|
|
190
|
+
Copyright 2022 Software Freedom Conservancy (SFC)
|
|
191
191
|
|
|
192
192
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
193
|
you may not use this file except in compliance with the License.
|
data/NOTICE
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
Copyright 2011-
|
|
1
|
+
Copyright 2011-2022 Software Freedom Conservancy
|
|
2
2
|
Copyright 2004-2011 Selenium committers
|
|
@@ -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 V97
|
|
24
24
|
class Accessibility
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -48,8 +48,9 @@ module Selenium
|
|
|
48
48
|
fetchRelatives: fetch_relatives)
|
|
49
49
|
end
|
|
50
50
|
|
|
51
|
-
def get_full_ax_tree(max_depth: nil, frame_id: nil)
|
|
51
|
+
def get_full_ax_tree(depth: nil, max_depth: nil, frame_id: nil)
|
|
52
52
|
@devtools.send_cmd('Accessibility.getFullAXTree',
|
|
53
|
+
depth: depth,
|
|
53
54
|
max_depth: max_depth,
|
|
54
55
|
frameId: frame_id)
|
|
55
56
|
end
|
|
@@ -70,6 +71,6 @@ module Selenium
|
|
|
70
71
|
end
|
|
71
72
|
|
|
72
73
|
end # Accessibility
|
|
73
|
-
end #
|
|
74
|
+
end # V97
|
|
74
75
|
end # DevTools
|
|
75
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 V97
|
|
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 # V97
|
|
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 V97
|
|
24
24
|
class Audits
|
|
25
25
|
EVENTS = {
|
|
26
26
|
issue_added: 'issueAdded',
|
|
@@ -57,6 +57,6 @@ module Selenium
|
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
end # Audits
|
|
60
|
-
end #
|
|
60
|
+
end # V97
|
|
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 V97
|
|
24
24
|
class BackgroundService
|
|
25
25
|
EVENTS = {
|
|
26
26
|
recording_state_changed: 'recordingStateChanged',
|
|
@@ -58,6 +58,6 @@ module Selenium
|
|
|
58
58
|
end
|
|
59
59
|
|
|
60
60
|
end # BackgroundService
|
|
61
|
-
end #
|
|
61
|
+
end # V97
|
|
62
62
|
end # DevTools
|
|
63
63
|
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 V97
|
|
24
24
|
class Browser
|
|
25
25
|
EVENTS = {
|
|
26
26
|
download_will_begin: 'downloadWillBegin',
|
|
@@ -130,6 +130,6 @@ module Selenium
|
|
|
130
130
|
end
|
|
131
131
|
|
|
132
132
|
end # Browser
|
|
133
|
-
end #
|
|
133
|
+
end # V97
|
|
134
134
|
end # DevTools
|
|
135
135
|
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 V97
|
|
24
24
|
class CacheStorage
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -64,6 +64,6 @@ module Selenium
|
|
|
64
64
|
end
|
|
65
65
|
|
|
66
66
|
end # CacheStorage
|
|
67
|
-
end #
|
|
67
|
+
end # V97
|
|
68
68
|
end # DevTools
|
|
69
69
|
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 V97
|
|
24
24
|
class Cast
|
|
25
25
|
EVENTS = {
|
|
26
26
|
sinks_updated: 'sinksUpdated',
|
|
@@ -61,6 +61,6 @@ module Selenium
|
|
|
61
61
|
end
|
|
62
62
|
|
|
63
63
|
end # Cast
|
|
64
|
-
end #
|
|
64
|
+
end # V97
|
|
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 V97
|
|
24
24
|
class Console
|
|
25
25
|
EVENTS = {
|
|
26
26
|
message_added: 'messageAdded',
|
|
@@ -48,6 +48,6 @@ module Selenium
|
|
|
48
48
|
end
|
|
49
49
|
|
|
50
50
|
end # Console
|
|
51
|
-
end #
|
|
51
|
+
end # V97
|
|
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 V97
|
|
24
24
|
class CSS
|
|
25
25
|
EVENTS = {
|
|
26
26
|
fonts_updated: 'fontsUpdated',
|
|
@@ -177,6 +177,6 @@ module Selenium
|
|
|
177
177
|
end
|
|
178
178
|
|
|
179
179
|
end # CSS
|
|
180
|
-
end #
|
|
180
|
+
end # V97
|
|
181
181
|
end # DevTools
|
|
182
182
|
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 V97
|
|
24
24
|
class Database
|
|
25
25
|
EVENTS = {
|
|
26
26
|
add_database: 'addDatabase',
|
|
@@ -55,6 +55,6 @@ module Selenium
|
|
|
55
55
|
end
|
|
56
56
|
|
|
57
57
|
end # Database
|
|
58
|
-
end #
|
|
58
|
+
end # V97
|
|
59
59
|
end # DevTools
|
|
60
60
|
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 V97
|
|
24
24
|
class Debugger
|
|
25
25
|
EVENTS = {
|
|
26
26
|
breakpoint_resolved: 'breakpointResolved',
|
|
@@ -215,6 +215,6 @@ module Selenium
|
|
|
215
215
|
end
|
|
216
216
|
|
|
217
217
|
end # Debugger
|
|
218
|
-
end #
|
|
218
|
+
end # V97
|
|
219
219
|
end # DevTools
|
|
220
220
|
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 V97
|
|
24
24
|
class DeviceOrientation
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -44,6 +44,6 @@ module Selenium
|
|
|
44
44
|
end
|
|
45
45
|
|
|
46
46
|
end # DeviceOrientation
|
|
47
|
-
end #
|
|
47
|
+
end # V97
|
|
48
48
|
end # DevTools
|
|
49
49
|
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 V97
|
|
24
24
|
class DOM
|
|
25
25
|
EVENTS = {
|
|
26
26
|
attribute_modified: 'attributeModified',
|
|
@@ -329,6 +329,6 @@ module Selenium
|
|
|
329
329
|
end
|
|
330
330
|
|
|
331
331
|
end # DOM
|
|
332
|
-
end #
|
|
332
|
+
end # V97
|
|
333
333
|
end # DevTools
|
|
334
334
|
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 V97
|
|
24
24
|
class DOMDebugger
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -89,6 +89,6 @@ module Selenium
|
|
|
89
89
|
end
|
|
90
90
|
|
|
91
91
|
end # DOMDebugger
|
|
92
|
-
end #
|
|
92
|
+
end # V97
|
|
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 V97
|
|
24
24
|
class DOMSnapshot
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -58,6 +58,6 @@ module Selenium
|
|
|
58
58
|
end
|
|
59
59
|
|
|
60
60
|
end # DOMSnapshot
|
|
61
|
-
end #
|
|
61
|
+
end # V97
|
|
62
62
|
end # DevTools
|
|
63
63
|
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 V97
|
|
24
24
|
class DOMStorage
|
|
25
25
|
EVENTS = {
|
|
26
26
|
dom_storage_item_added: 'domStorageItemAdded',
|
|
@@ -70,6 +70,6 @@ module Selenium
|
|
|
70
70
|
end
|
|
71
71
|
|
|
72
72
|
end # DOMStorage
|
|
73
|
-
end #
|
|
73
|
+
end # V97
|
|
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 V97
|
|
24
24
|
class Emulation
|
|
25
25
|
EVENTS = {
|
|
26
26
|
virtual_time_budget_expired: 'virtualTimeBudgetExpired',
|
|
@@ -56,6 +56,11 @@ module Selenium
|
|
|
56
56
|
enabled: enabled)
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
+
def set_auto_dark_mode_override(enabled: nil)
|
|
60
|
+
@devtools.send_cmd('Emulation.setAutoDarkModeOverride',
|
|
61
|
+
enabled: enabled)
|
|
62
|
+
end
|
|
63
|
+
|
|
59
64
|
def set_cpu_throttling_rate(rate:)
|
|
60
65
|
@devtools.send_cmd('Emulation.setCPUThrottlingRate',
|
|
61
66
|
rate: rate)
|
|
@@ -187,6 +192,6 @@ module Selenium
|
|
|
187
192
|
end
|
|
188
193
|
|
|
189
194
|
end # Emulation
|
|
190
|
-
end #
|
|
195
|
+
end # V97
|
|
191
196
|
end # DevTools
|
|
192
197
|
end # Selenium
|
|
@@ -20,11 +20,8 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
24
|
-
class
|
|
25
|
-
EVENTS = {
|
|
26
|
-
message_added: 'messageAdded',
|
|
27
|
-
}.freeze
|
|
23
|
+
module V97
|
|
24
|
+
class EventBreakpoints
|
|
28
25
|
|
|
29
26
|
def initialize(devtools)
|
|
30
27
|
@devtools = devtools
|
|
@@ -32,22 +29,20 @@ module Selenium
|
|
|
32
29
|
|
|
33
30
|
def on(event, &block)
|
|
34
31
|
event = EVENTS[event] if event.is_a?(Symbol)
|
|
35
|
-
@devtools.callbacks["
|
|
32
|
+
@devtools.callbacks["EventBreakpoints.#{event}"] << block
|
|
36
33
|
end
|
|
37
34
|
|
|
38
|
-
def
|
|
39
|
-
@devtools.send_cmd('
|
|
35
|
+
def set_instrumentation_breakpoint(event_name:)
|
|
36
|
+
@devtools.send_cmd('EventBreakpoints.setInstrumentationBreakpoint',
|
|
37
|
+
eventName: event_name)
|
|
40
38
|
end
|
|
41
39
|
|
|
42
|
-
def
|
|
43
|
-
@devtools.send_cmd('
|
|
40
|
+
def remove_instrumentation_breakpoint(event_name:)
|
|
41
|
+
@devtools.send_cmd('EventBreakpoints.removeInstrumentationBreakpoint',
|
|
42
|
+
eventName: event_name)
|
|
44
43
|
end
|
|
45
44
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
end
|
|
49
|
-
|
|
50
|
-
end # Console
|
|
51
|
-
end # V93
|
|
45
|
+
end # EventBreakpoints
|
|
46
|
+
end # V97
|
|
52
47
|
end # DevTools
|
|
53
48
|
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 V97
|
|
24
24
|
class Fetch
|
|
25
25
|
EVENTS = {
|
|
26
26
|
request_paused: 'requestPaused',
|
|
@@ -78,6 +78,15 @@ module Selenium
|
|
|
78
78
|
authChallengeResponse: auth_challenge_response)
|
|
79
79
|
end
|
|
80
80
|
|
|
81
|
+
def continue_response(request_id:, response_code: nil, response_phrase: nil, response_headers: nil, binary_response_headers: nil)
|
|
82
|
+
@devtools.send_cmd('Fetch.continueResponse',
|
|
83
|
+
requestId: request_id,
|
|
84
|
+
responseCode: response_code,
|
|
85
|
+
responsePhrase: response_phrase,
|
|
86
|
+
responseHeaders: response_headers,
|
|
87
|
+
binaryResponseHeaders: binary_response_headers)
|
|
88
|
+
end
|
|
89
|
+
|
|
81
90
|
def get_response_body(request_id:)
|
|
82
91
|
@devtools.send_cmd('Fetch.getResponseBody',
|
|
83
92
|
requestId: request_id)
|
|
@@ -89,6 +98,6 @@ module Selenium
|
|
|
89
98
|
end
|
|
90
99
|
|
|
91
100
|
end # Fetch
|
|
92
|
-
end #
|
|
101
|
+
end # V97
|
|
93
102
|
end # DevTools
|
|
94
103
|
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 V97
|
|
24
24
|
class HeadlessExperimental
|
|
25
25
|
EVENTS = {
|
|
26
26
|
needs_begin_frames_changed: 'needsBeginFramesChanged',
|
|
@@ -52,6 +52,6 @@ module Selenium
|
|
|
52
52
|
end
|
|
53
53
|
|
|
54
54
|
end # HeadlessExperimental
|
|
55
|
-
end #
|
|
55
|
+
end # V97
|
|
56
56
|
end # DevTools
|
|
57
57
|
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 V97
|
|
24
24
|
class HeapProfiler
|
|
25
25
|
EVENTS = {
|
|
26
26
|
add_heap_snapshot_chunk: 'addHeapSnapshotChunk',
|
|
@@ -100,6 +100,6 @@ module Selenium
|
|
|
100
100
|
end
|
|
101
101
|
|
|
102
102
|
end # HeapProfiler
|
|
103
|
-
end #
|
|
103
|
+
end # V97
|
|
104
104
|
end # DevTools
|
|
105
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 V97
|
|
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 # V97
|
|
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 V97
|
|
24
24
|
class Input
|
|
25
25
|
EVENTS = {
|
|
26
26
|
drag_intercepted: 'dragIntercepted',
|
|
@@ -163,6 +163,6 @@ module Selenium
|
|
|
163
163
|
end
|
|
164
164
|
|
|
165
165
|
end # Input
|
|
166
|
-
end #
|
|
166
|
+
end # V97
|
|
167
167
|
end # DevTools
|
|
168
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 V97
|
|
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 # V97
|
|
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 V97
|
|
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 # V97
|
|
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 V97
|
|
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 # V97
|
|
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 V97
|
|
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 # V97
|
|
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 V97
|
|
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 # V97
|
|
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 V97
|
|
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 # V97
|
|
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 V97
|
|
24
24
|
class Network
|
|
25
25
|
EVENTS = {
|
|
26
26
|
data_received: 'dataReceived',
|
|
@@ -50,6 +50,8 @@ module Selenium
|
|
|
50
50
|
subresource_web_bundle_metadata_error: 'subresourceWebBundleMetadataError',
|
|
51
51
|
subresource_web_bundle_inner_response_parsed: 'subresourceWebBundleInnerResponseParsed',
|
|
52
52
|
subresource_web_bundle_inner_response_error: 'subresourceWebBundleInnerResponseError',
|
|
53
|
+
reporting_api_report_added: 'reportingApiReportAdded',
|
|
54
|
+
reporting_api_report_updated: 'reportingApiReportUpdated',
|
|
53
55
|
}.freeze
|
|
54
56
|
|
|
55
57
|
def initialize(devtools)
|
|
@@ -242,6 +244,11 @@ module Selenium
|
|
|
242
244
|
frameId: frame_id)
|
|
243
245
|
end
|
|
244
246
|
|
|
247
|
+
def enable_reporting_api(enable:)
|
|
248
|
+
@devtools.send_cmd('Network.enableReportingApi',
|
|
249
|
+
enable: enable)
|
|
250
|
+
end
|
|
251
|
+
|
|
245
252
|
def load_network_resource(frame_id: nil, url:, options:)
|
|
246
253
|
@devtools.send_cmd('Network.loadNetworkResource',
|
|
247
254
|
frameId: frame_id,
|
|
@@ -250,6 +257,6 @@ module Selenium
|
|
|
250
257
|
end
|
|
251
258
|
|
|
252
259
|
end # Network
|
|
253
|
-
end #
|
|
260
|
+
end # V97
|
|
254
261
|
end # DevTools
|
|
255
262
|
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 V97
|
|
24
24
|
class Overlay
|
|
25
25
|
EVENTS = {
|
|
26
26
|
inspect_node_requested: 'inspectNodeRequested',
|
|
@@ -191,7 +191,12 @@ module Selenium
|
|
|
191
191
|
hingeConfig: hinge_config)
|
|
192
192
|
end
|
|
193
193
|
|
|
194
|
+
def set_show_isolated_elements(isolated_element_highlight_configs:)
|
|
195
|
+
@devtools.send_cmd('Overlay.setShowIsolatedElements',
|
|
196
|
+
isolatedElementHighlightConfigs: isolated_element_highlight_configs)
|
|
197
|
+
end
|
|
198
|
+
|
|
194
199
|
end # Overlay
|
|
195
|
-
end #
|
|
200
|
+
end # V97
|
|
196
201
|
end # DevTools
|
|
197
202
|
end # Selenium
|