selenium-devtools 0.131.0 → 0.133.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/Gemfile +1 -1
- data/LICENSE +1 -1
- data/NOTICE +1 -1
- data/lib/selenium/devtools/{v130 → v132}/accessibility.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/animation.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/audits.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/autofill.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/bluetooth_emulation.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/browser.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/cast.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/console.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/css.rb +8 -2
- data/lib/selenium/devtools/{v130 → v132}/database.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/debugger.rb +10 -4
- data/lib/selenium/devtools/{v130 → v132}/device_access.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/dom.rb +5 -4
- data/lib/selenium/devtools/{v129 → v132}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/emulation.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/event_breakpoints.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/extensions.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/fed_cm.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/file_system.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/heap_profiler.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/input.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/io.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/log.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/media.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/memory.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/network.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/overlay.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/page.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/performance.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/preload.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/pwa.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/runtime.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/schema.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/security.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/storage.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/target.rb +2 -2
- data/lib/selenium/devtools/{v130 → v132}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v129 → v132}/web_authn.rb +4 -2
- data/lib/selenium/devtools/{v129.rb → v132.rb} +3 -3
- data/lib/selenium/devtools/{v129 → v133}/accessibility.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/animation.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/audits.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/autofill.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/bluetooth_emulation.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/browser.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/cast.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/console.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/css.rb +34 -2
- data/lib/selenium/devtools/{v129 → v133}/database.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/debugger.rb +10 -4
- data/lib/selenium/devtools/{v129 → v133}/device_access.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/dom.rb +6 -4
- data/lib/selenium/devtools/{v130 → v133}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/emulation.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/event_breakpoints.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/extensions.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/fed_cm.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/file_system.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/heap_profiler.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/input.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/io.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/log.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/media.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/memory.rb +6 -2
- data/lib/selenium/devtools/{v129 → v133}/network.rb +9 -2
- data/lib/selenium/devtools/{v130 → v133}/overlay.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/page.rb +3 -2
- data/lib/selenium/devtools/{v130 → v133}/performance.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/preload.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/pwa.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/runtime.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/schema.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/security.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v129 → v133}/storage.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/target.rb +5 -3
- data/lib/selenium/devtools/{v129 → v133}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v130 → v133}/web_authn.rb +4 -2
- data/lib/selenium/devtools/{v130.rb → v133.rb} +3 -3
- data/lib/selenium/devtools/version.rb +1 -1
- metadata +112 -112
|
@@ -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 V132
|
|
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 # V132
|
|
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 V132
|
|
24
24
|
class Memory
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -81,6 +81,6 @@ module Selenium
|
|
|
81
81
|
end
|
|
82
82
|
|
|
83
83
|
end # Memory
|
|
84
|
-
end #
|
|
84
|
+
end # V132
|
|
85
85
|
end # DevTools
|
|
86
86
|
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 V132
|
|
24
24
|
class Network
|
|
25
25
|
EVENTS = {
|
|
26
26
|
data_received: 'dataReceived',
|
|
@@ -270,6 +270,6 @@ module Selenium
|
|
|
270
270
|
end
|
|
271
271
|
|
|
272
272
|
end # Network
|
|
273
|
-
end #
|
|
273
|
+
end # V132
|
|
274
274
|
end # DevTools
|
|
275
275
|
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 V132
|
|
24
24
|
class Overlay
|
|
25
25
|
EVENTS = {
|
|
26
26
|
inspect_node_requested: 'inspectNodeRequested',
|
|
@@ -202,6 +202,6 @@ module Selenium
|
|
|
202
202
|
end
|
|
203
203
|
|
|
204
204
|
end # Overlay
|
|
205
|
-
end #
|
|
205
|
+
end # V132
|
|
206
206
|
end # DevTools
|
|
207
207
|
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 V132
|
|
24
24
|
class Page
|
|
25
25
|
EVENTS = {
|
|
26
26
|
dom_content_event_fired: 'domContentEventFired',
|
|
@@ -406,6 +406,6 @@ module Selenium
|
|
|
406
406
|
end
|
|
407
407
|
|
|
408
408
|
end # Page
|
|
409
|
-
end #
|
|
409
|
+
end # V132
|
|
410
410
|
end # DevTools
|
|
411
411
|
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 V132
|
|
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 # V132
|
|
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 V132
|
|
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 # V132
|
|
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 V132
|
|
24
24
|
class Preload
|
|
25
25
|
EVENTS = {
|
|
26
26
|
rule_set_updated: 'ruleSetUpdated',
|
|
@@ -49,6 +49,6 @@ module Selenium
|
|
|
49
49
|
end
|
|
50
50
|
|
|
51
51
|
end # Preload
|
|
52
|
-
end #
|
|
52
|
+
end # V132
|
|
53
53
|
end # DevTools
|
|
54
54
|
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 V132
|
|
24
24
|
class Profiler
|
|
25
25
|
EVENTS = {
|
|
26
26
|
console_profile_finished: 'consoleProfileFinished',
|
|
@@ -78,6 +78,6 @@ module Selenium
|
|
|
78
78
|
end
|
|
79
79
|
|
|
80
80
|
end # Profiler
|
|
81
|
-
end #
|
|
81
|
+
end # V132
|
|
82
82
|
end # DevTools
|
|
83
83
|
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 V132
|
|
24
24
|
class PWA
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -73,6 +73,6 @@ module Selenium
|
|
|
73
73
|
end
|
|
74
74
|
|
|
75
75
|
end # PWA
|
|
76
|
-
end #
|
|
76
|
+
end # V132
|
|
77
77
|
end # DevTools
|
|
78
78
|
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 V132
|
|
24
24
|
class Runtime
|
|
25
25
|
EVENTS = {
|
|
26
26
|
binding_called: 'bindingCalled',
|
|
@@ -197,6 +197,6 @@ module Selenium
|
|
|
197
197
|
end
|
|
198
198
|
|
|
199
199
|
end # Runtime
|
|
200
|
-
end #
|
|
200
|
+
end # V132
|
|
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 V132
|
|
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 # V132
|
|
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 V132
|
|
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 # V132
|
|
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 V132
|
|
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 # V132
|
|
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 V132
|
|
24
24
|
class Storage
|
|
25
25
|
EVENTS = {
|
|
26
26
|
cache_storage_content_updated: 'cacheStorageContentUpdated',
|
|
@@ -228,6 +228,6 @@ module Selenium
|
|
|
228
228
|
end
|
|
229
229
|
|
|
230
230
|
end # Storage
|
|
231
|
-
end #
|
|
231
|
+
end # V132
|
|
232
232
|
end # DevTools
|
|
233
233
|
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 V132
|
|
24
24
|
class SystemInfo
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -46,6 +46,6 @@ module Selenium
|
|
|
46
46
|
end
|
|
47
47
|
|
|
48
48
|
end # SystemInfo
|
|
49
|
-
end #
|
|
49
|
+
end # V132
|
|
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 V132
|
|
24
24
|
class Target
|
|
25
25
|
EVENTS = {
|
|
26
26
|
attached_to_target: 'attachedToTarget',
|
|
@@ -146,6 +146,6 @@ module Selenium
|
|
|
146
146
|
end
|
|
147
147
|
|
|
148
148
|
end # Target
|
|
149
|
-
end #
|
|
149
|
+
end # V132
|
|
150
150
|
end # DevTools
|
|
151
151
|
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 V132
|
|
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 # V132
|
|
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 V132
|
|
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 # V132
|
|
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 V132
|
|
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 # V132
|
|
65
65
|
end # DevTools
|
|
66
66
|
end # Selenium
|
|
@@ -20,10 +20,12 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V132
|
|
24
24
|
class WebAuthn
|
|
25
25
|
EVENTS = {
|
|
26
26
|
credential_added: 'credentialAdded',
|
|
27
|
+
credential_deleted: 'credentialDeleted',
|
|
28
|
+
credential_updated: 'credentialUpdated',
|
|
27
29
|
credential_asserted: 'credentialAsserted',
|
|
28
30
|
}.freeze
|
|
29
31
|
|
|
@@ -112,6 +114,6 @@ module Selenium
|
|
|
112
114
|
end
|
|
113
115
|
|
|
114
116
|
end # WebAuthn
|
|
115
|
-
end #
|
|
117
|
+
end # V132
|
|
116
118
|
end # DevTools
|
|
117
119
|
end # Selenium
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
|
|
22
|
-
Dir.glob("#{File.dirname(File.absolute_path(__FILE__))}/
|
|
22
|
+
Dir.glob("#{File.dirname(File.absolute_path(__FILE__))}/v132/*", &method(:require))
|
|
23
23
|
|
|
24
24
|
module Selenium
|
|
25
25
|
module DevTools
|
|
26
|
-
module
|
|
26
|
+
module V132
|
|
27
27
|
METHODS_TO_CLASSES = {
|
|
28
28
|
accessibility: 'Accessibility',
|
|
29
29
|
animation: 'Animation',
|
|
@@ -80,6 +80,6 @@ module Selenium
|
|
|
80
80
|
runtime: 'Runtime',
|
|
81
81
|
schema: 'Schema',
|
|
82
82
|
}.freeze
|
|
83
|
-
end #
|
|
83
|
+
end # V132
|
|
84
84
|
end # DevTools
|
|
85
85
|
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 V133
|
|
24
24
|
class Accessibility
|
|
25
25
|
EVENTS = {
|
|
26
26
|
load_complete: 'loadComplete',
|
|
@@ -86,6 +86,6 @@ module Selenium
|
|
|
86
86
|
end
|
|
87
87
|
|
|
88
88
|
end # Accessibility
|
|
89
|
-
end #
|
|
89
|
+
end # V133
|
|
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 V133
|
|
24
24
|
class Animation
|
|
25
25
|
EVENTS = {
|
|
26
26
|
animation_canceled: 'animationCanceled',
|
|
@@ -90,6 +90,6 @@ module Selenium
|
|
|
90
90
|
end
|
|
91
91
|
|
|
92
92
|
end # Animation
|
|
93
|
-
end #
|
|
93
|
+
end # V133
|
|
94
94
|
end # DevTools
|
|
95
95
|
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 V133
|
|
24
24
|
class Audits
|
|
25
25
|
EVENTS = {
|
|
26
26
|
issue_added: 'issueAdded',
|
|
@@ -61,6 +61,6 @@ module Selenium
|
|
|
61
61
|
end
|
|
62
62
|
|
|
63
63
|
end # Audits
|
|
64
|
-
end #
|
|
64
|
+
end # V133
|
|
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 V133
|
|
24
24
|
class Autofill
|
|
25
25
|
EVENTS = {
|
|
26
26
|
address_form_filled: 'addressFormFilled',
|
|
@@ -56,6 +56,6 @@ module Selenium
|
|
|
56
56
|
end
|
|
57
57
|
|
|
58
58
|
end # Autofill
|
|
59
|
-
end #
|
|
59
|
+
end # V133
|
|
60
60
|
end # DevTools
|
|
61
61
|
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 V133
|
|
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 # V133
|
|
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 V133
|
|
24
24
|
class BluetoothEmulation
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -55,6 +55,6 @@ module Selenium
|
|
|
55
55
|
end
|
|
56
56
|
|
|
57
57
|
end # BluetoothEmulation
|
|
58
|
-
end #
|
|
58
|
+
end # V133
|
|
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 V133
|
|
24
24
|
class Browser
|
|
25
25
|
EVENTS = {
|
|
26
26
|
download_will_begin: 'downloadWillBegin',
|
|
@@ -135,6 +135,6 @@ module Selenium
|
|
|
135
135
|
end
|
|
136
136
|
|
|
137
137
|
end # Browser
|
|
138
|
-
end #
|
|
138
|
+
end # V133
|
|
139
139
|
end # DevTools
|
|
140
140
|
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 V133
|
|
24
24
|
class CacheStorage
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -66,6 +66,6 @@ module Selenium
|
|
|
66
66
|
end
|
|
67
67
|
|
|
68
68
|
end # CacheStorage
|
|
69
|
-
end #
|
|
69
|
+
end # V133
|
|
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 V133
|
|
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 # V133
|
|
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 V133
|
|
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 # V133
|
|
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 V133
|
|
24
24
|
class CSS
|
|
25
25
|
EVENTS = {
|
|
26
26
|
fonts_updated: 'fontsUpdated',
|
|
@@ -28,6 +28,7 @@ module Selenium
|
|
|
28
28
|
style_sheet_added: 'styleSheetAdded',
|
|
29
29
|
style_sheet_changed: 'styleSheetChanged',
|
|
30
30
|
style_sheet_removed: 'styleSheetRemoved',
|
|
31
|
+
computed_style_updated: 'computedStyleUpdated',
|
|
31
32
|
}.freeze
|
|
32
33
|
|
|
33
34
|
def initialize(devtools)
|
|
@@ -71,6 +72,12 @@ module Selenium
|
|
|
71
72
|
forcedPseudoClasses: forced_pseudo_classes)
|
|
72
73
|
end
|
|
73
74
|
|
|
75
|
+
def force_starting_style(node_id:, forced:)
|
|
76
|
+
@devtools.send_cmd('CSS.forceStartingStyle',
|
|
77
|
+
nodeId: node_id,
|
|
78
|
+
forced: forced)
|
|
79
|
+
end
|
|
80
|
+
|
|
74
81
|
def get_background_colors(node_id:)
|
|
75
82
|
@devtools.send_cmd('CSS.getBackgroundColors',
|
|
76
83
|
nodeId: node_id)
|
|
@@ -81,11 +88,31 @@ module Selenium
|
|
|
81
88
|
nodeId: node_id)
|
|
82
89
|
end
|
|
83
90
|
|
|
91
|
+
def resolve_values(values:, node_id:, property_name: nil, pseudo_type: nil, pseudo_identifier: nil)
|
|
92
|
+
@devtools.send_cmd('CSS.resolveValues',
|
|
93
|
+
values: values,
|
|
94
|
+
nodeId: node_id,
|
|
95
|
+
propertyName: property_name,
|
|
96
|
+
pseudoType: pseudo_type,
|
|
97
|
+
pseudoIdentifier: pseudo_identifier)
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
def get_longhand_properties(shorthand_name:, value:)
|
|
101
|
+
@devtools.send_cmd('CSS.getLonghandProperties',
|
|
102
|
+
shorthandName: shorthand_name,
|
|
103
|
+
value: value)
|
|
104
|
+
end
|
|
105
|
+
|
|
84
106
|
def get_inline_styles_for_node(node_id:)
|
|
85
107
|
@devtools.send_cmd('CSS.getInlineStylesForNode',
|
|
86
108
|
nodeId: node_id)
|
|
87
109
|
end
|
|
88
110
|
|
|
111
|
+
def get_animated_styles_for_node(node_id:)
|
|
112
|
+
@devtools.send_cmd('CSS.getAnimatedStylesForNode',
|
|
113
|
+
nodeId: node_id)
|
|
114
|
+
end
|
|
115
|
+
|
|
89
116
|
def get_matched_styles_for_node(node_id:)
|
|
90
117
|
@devtools.send_cmd('CSS.getMatchedStylesForNode',
|
|
91
118
|
nodeId: node_id)
|
|
@@ -116,6 +143,11 @@ module Selenium
|
|
|
116
143
|
selectorText: selector_text)
|
|
117
144
|
end
|
|
118
145
|
|
|
146
|
+
def track_computed_style_updates_for_node(node_id: nil)
|
|
147
|
+
@devtools.send_cmd('CSS.trackComputedStyleUpdatesForNode',
|
|
148
|
+
nodeId: node_id)
|
|
149
|
+
end
|
|
150
|
+
|
|
119
151
|
def track_computed_style_updates(properties_to_track:)
|
|
120
152
|
@devtools.send_cmd('CSS.trackComputedStyleUpdates',
|
|
121
153
|
propertiesToTrack: properties_to_track)
|
|
@@ -211,6 +243,6 @@ module Selenium
|
|
|
211
243
|
end
|
|
212
244
|
|
|
213
245
|
end # CSS
|
|
214
|
-
end #
|
|
246
|
+
end # V133
|
|
215
247
|
end # DevTools
|
|
216
248
|
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 V133
|
|
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 # V133
|
|
59
59
|
end # DevTools
|
|
60
60
|
end # Selenium
|