selenium-devtools 0.101.0 → 0.103.1
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/{v99 → v102}/accessibility.rb +3 -4
- data/lib/selenium/devtools/{v99 → v102}/animation.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/audits.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/browser.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/cast.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/console.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/css.rb +7 -2
- data/lib/selenium/devtools/{v99 → v102}/database.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/dom.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/emulation.rb +7 -2
- data/lib/selenium/devtools/{v99 → v102}/event_breakpoints.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/heap_profiler.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/input.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/io.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/log.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/media.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/memory.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/network.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/overlay.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/page.rb +3 -2
- data/lib/selenium/devtools/{v100 → v102}/performance.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/runtime.rb +8 -6
- data/lib/selenium/devtools/{v99 → v102}/schema.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/security.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/storage.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v99 → v102}/target.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v100 → v102}/web_authn.rb +2 -2
- data/lib/selenium/devtools/v102.rb +1 -0
- data/lib/selenium/devtools/{v100 → v103}/accessibility.rb +3 -4
- data/lib/selenium/devtools/{v100 → v103}/animation.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/audits.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/browser.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/cast.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/console.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/css.rb +14 -2
- data/lib/selenium/devtools/{v100 → v103}/database.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/dom.rb +5 -4
- data/lib/selenium/devtools/{v100 → v103}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/dom_storage.rb +7 -2
- data/lib/selenium/devtools/{v99 → v103}/emulation.rb +8 -4
- data/lib/selenium/devtools/{v100 → v103}/event_breakpoints.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/heap_profiler.rb +8 -6
- data/lib/selenium/devtools/{v100 → v103}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/input.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/io.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/log.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/media.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/memory.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/network.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/overlay.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/page.rb +4 -4
- data/lib/selenium/devtools/{v99 → v103}/performance.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/runtime.rb +8 -6
- data/lib/selenium/devtools/{v100 → v103}/schema.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/security.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/storage.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/target.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v99 → v103}/web_authn.rb +5 -4
- data/lib/selenium/devtools/v103.rb +1 -0
- data/lib/selenium/devtools/version.rb +1 -1
- data/lib/selenium/devtools.rb +0 -2
- data/selenium-devtools.gemspec +1 -1
- metadata +100 -100
- data/lib/selenium/devtools/v100.rb +0 -1
- data/lib/selenium/devtools/v99.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: 5dfa40c9da30a45510652c585ba59d508f8a0b2fb2952fedb0304ecdb2fd6ef0
|
|
4
|
+
data.tar.gz: 68436c4388aaa5512baec31541b8a958521a16b4cb949f08925a30d61b9df90c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7597a871252495a5a1ae0112e76daac0bb055f8d8f9f3abe96bf13c7077d7a35e9c21b60e1799e320462341d8a9b6cb9ce424d3ad5f5d02a53bc0d84ed7ec1d4
|
|
7
|
+
data.tar.gz: cd228a13d0885e780d79ad600d49751341da377e80171107ea4cab85d9b049a62d5c7079a255f5f7580b5ae5b567fd8ed46d3a9d5bc514d60106380121eed199
|
|
@@ -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 V102
|
|
24
24
|
class Accessibility
|
|
25
25
|
EVENTS = {
|
|
26
26
|
load_complete: 'loadComplete',
|
|
@@ -52,10 +52,9 @@ module Selenium
|
|
|
52
52
|
fetchRelatives: fetch_relatives)
|
|
53
53
|
end
|
|
54
54
|
|
|
55
|
-
def get_full_ax_tree(depth: nil,
|
|
55
|
+
def get_full_ax_tree(depth: nil, frame_id: nil)
|
|
56
56
|
@devtools.send_cmd('Accessibility.getFullAXTree',
|
|
57
57
|
depth: depth,
|
|
58
|
-
max_depth: max_depth,
|
|
59
58
|
frameId: frame_id)
|
|
60
59
|
end
|
|
61
60
|
|
|
@@ -87,6 +86,6 @@ module Selenium
|
|
|
87
86
|
end
|
|
88
87
|
|
|
89
88
|
end # Accessibility
|
|
90
|
-
end #
|
|
89
|
+
end # V102
|
|
91
90
|
end # DevTools
|
|
92
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
24
24
|
class Cast
|
|
25
25
|
EVENTS = {
|
|
26
26
|
sinks_updated: 'sinksUpdated',
|
|
@@ -66,6 +66,6 @@ module Selenium
|
|
|
66
66
|
end
|
|
67
67
|
|
|
68
68
|
end # Cast
|
|
69
|
-
end #
|
|
69
|
+
end # V102
|
|
70
70
|
end # DevTools
|
|
71
71
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
24
24
|
class CSS
|
|
25
25
|
EVENTS = {
|
|
26
26
|
fonts_updated: 'fontsUpdated',
|
|
@@ -104,6 +104,11 @@ module Selenium
|
|
|
104
104
|
styleSheetId: style_sheet_id)
|
|
105
105
|
end
|
|
106
106
|
|
|
107
|
+
def get_layers_for_node(node_id:)
|
|
108
|
+
@devtools.send_cmd('CSS.getLayersForNode',
|
|
109
|
+
nodeId: node_id)
|
|
110
|
+
end
|
|
111
|
+
|
|
107
112
|
def track_computed_style_updates(properties_to_track:)
|
|
108
113
|
@devtools.send_cmd('CSS.trackComputedStyleUpdates',
|
|
109
114
|
propertiesToTrack: properties_to_track)
|
|
@@ -184,6 +189,6 @@ module Selenium
|
|
|
184
189
|
end
|
|
185
190
|
|
|
186
191
|
end # CSS
|
|
187
|
-
end #
|
|
192
|
+
end # V102
|
|
188
193
|
end # DevTools
|
|
189
194
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
24
24
|
class DOM
|
|
25
25
|
EVENTS = {
|
|
26
26
|
attribute_modified: 'attributeModified',
|
|
@@ -330,6 +330,6 @@ module Selenium
|
|
|
330
330
|
end
|
|
331
331
|
|
|
332
332
|
end # DOM
|
|
333
|
-
end #
|
|
333
|
+
end # V102
|
|
334
334
|
end # DevTools
|
|
335
335
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
24
24
|
class Emulation
|
|
25
25
|
EVENTS = {
|
|
26
26
|
virtual_time_budget_expired: 'virtualTimeBudgetExpired',
|
|
@@ -190,7 +190,12 @@ module Selenium
|
|
|
190
190
|
userAgentMetadata: user_agent_metadata)
|
|
191
191
|
end
|
|
192
192
|
|
|
193
|
+
def set_automation_override(enabled:)
|
|
194
|
+
@devtools.send_cmd('Emulation.setAutomationOverride',
|
|
195
|
+
enabled: enabled)
|
|
196
|
+
end
|
|
197
|
+
|
|
193
198
|
end # Emulation
|
|
194
|
-
end #
|
|
199
|
+
end # V102
|
|
195
200
|
end # DevTools
|
|
196
201
|
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 V102
|
|
24
24
|
class EventBreakpoints
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -43,6 +43,6 @@ module Selenium
|
|
|
43
43
|
end
|
|
44
44
|
|
|
45
45
|
end # EventBreakpoints
|
|
46
|
-
end #
|
|
46
|
+
end # V102
|
|
47
47
|
end # DevTools
|
|
48
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 V102
|
|
24
24
|
class Fetch
|
|
25
25
|
EVENTS = {
|
|
26
26
|
request_paused: 'requestPaused',
|
|
@@ -98,6 +98,6 @@ module Selenium
|
|
|
98
98
|
end
|
|
99
99
|
|
|
100
100
|
end # Fetch
|
|
101
|
-
end #
|
|
101
|
+
end # V102
|
|
102
102
|
end # DevTools
|
|
103
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
24
24
|
class Network
|
|
25
25
|
EVENTS = {
|
|
26
26
|
data_received: 'dataReceived',
|
|
@@ -259,6 +259,6 @@ module Selenium
|
|
|
259
259
|
end
|
|
260
260
|
|
|
261
261
|
end # Network
|
|
262
|
-
end #
|
|
262
|
+
end # V102
|
|
263
263
|
end # DevTools
|
|
264
264
|
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 V102
|
|
24
24
|
class Overlay
|
|
25
25
|
EVENTS = {
|
|
26
26
|
inspect_node_requested: 'inspectNodeRequested',
|
|
@@ -197,6 +197,6 @@ module Selenium
|
|
|
197
197
|
end
|
|
198
198
|
|
|
199
199
|
end # Overlay
|
|
200
|
-
end #
|
|
200
|
+
end # V102
|
|
201
201
|
end # DevTools
|
|
202
202
|
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 V102
|
|
24
24
|
class Page
|
|
25
25
|
EVENTS = {
|
|
26
26
|
dom_content_event_fired: 'domContentEventFired',
|
|
@@ -43,6 +43,7 @@ module Selenium
|
|
|
43
43
|
javascript_dialog_opening: 'javascriptDialogOpening',
|
|
44
44
|
lifecycle_event: 'lifecycleEvent',
|
|
45
45
|
back_forward_cache_not_used: 'backForwardCacheNotUsed',
|
|
46
|
+
prerender_attempt_completed: 'prerenderAttemptCompleted',
|
|
46
47
|
load_event_fired: 'loadEventFired',
|
|
47
48
|
navigated_within_document: 'navigatedWithinDocument',
|
|
48
49
|
screencast_frame: 'screencastFrame',
|
|
@@ -389,6 +390,6 @@ module Selenium
|
|
|
389
390
|
end
|
|
390
391
|
|
|
391
392
|
end # Page
|
|
392
|
-
end #
|
|
393
|
+
end # V102
|
|
393
394
|
end # DevTools
|
|
394
395
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
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 # V102
|
|
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 V102
|
|
24
24
|
class Profiler
|
|
25
25
|
EVENTS = {
|
|
26
26
|
console_profile_finished: 'consoleProfileFinished',
|
|
@@ -90,6 +90,6 @@ module Selenium
|
|
|
90
90
|
end
|
|
91
91
|
|
|
92
92
|
end # Profiler
|
|
93
|
-
end #
|
|
93
|
+
end # V102
|
|
94
94
|
end # DevTools
|
|
95
95
|
end # Selenium
|