selenium-devtools 0.148.0 → 0.150.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 -4
- data/lib/selenium/devtools/{v147 → v149}/accessibility.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/animation.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/audits.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/autofill.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/bluetooth_emulation.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/browser.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/cast.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/console.rb +2 -2
- data/lib/selenium/devtools/{v147/web_mcp.rb → v149/crash_report_context.rb} +7 -11
- data/lib/selenium/devtools/{v147 → v149}/css.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/device_access.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/dom.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/emulation.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/event_breakpoints.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/extensions.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/fed_cm.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/file_system.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/heap_profiler.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/input.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/io.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/log.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/media.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/memory.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/network.rb +11 -7
- data/lib/selenium/devtools/{v146 → v149}/overlay.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/page.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/performance.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/preload.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/pwa.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/runtime.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/schema.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/security.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/smart_card_emulation.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/storage.rb +2 -26
- data/lib/selenium/devtools/{v146 → v149}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/target.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v146 → v149}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v147 → v149}/web_authn.rb +2 -2
- data/lib/selenium/devtools/v149/web_mcp.rb +64 -0
- data/lib/selenium/devtools/{v147.rb → v149.rb} +4 -3
- data/lib/selenium/devtools/{v146 → v150}/accessibility.rb +2 -2
- data/lib/selenium/devtools/v150/ads.rb +42 -0
- data/lib/selenium/devtools/{v146 → v150}/animation.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/audits.rb +2 -7
- data/lib/selenium/devtools/{v147 → v150}/autofill.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/bluetooth_emulation.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/browser.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/cast.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/console.rb +2 -2
- data/lib/selenium/devtools/v150/crash_report_context.rb +42 -0
- data/lib/selenium/devtools/{v146 → v150}/css.rb +16 -2
- data/lib/selenium/devtools/{v146 → v150}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/device_access.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/dom.rb +3 -2
- data/lib/selenium/devtools/{v147 → v150}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/emulation.rb +27 -11
- data/lib/selenium/devtools/{v147 → v150}/event_breakpoints.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/extensions.rb +6 -2
- data/lib/selenium/devtools/{v146 → v150}/fed_cm.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/file_system.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/heap_profiler.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/input.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/io.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/log.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/media.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/memory.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/network.rb +11 -7
- data/lib/selenium/devtools/{v147 → v150}/overlay.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/page.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/performance.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/preload.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/pwa.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/runtime.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/schema.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/security.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/smart_card_emulation.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/storage.rb +2 -26
- data/lib/selenium/devtools/{v147 → v150}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/target.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v147 → v150}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v146 → v150}/web_authn.rb +2 -2
- data/lib/selenium/devtools/v150/web_mcp.rb +64 -0
- data/lib/selenium/devtools/{v146.rb → v150.rb} +6 -3
- data/lib/selenium/devtools/version.rb +1 -1
- data/selenium-devtools.gemspec +1 -1
- metadata +119 -115
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b5dc3cb2e7735cdd12997e20e487f9a7ea6497bee6b4acb2bd2be26f931a2f6
|
|
4
|
+
data.tar.gz: d63678fe9deadacd45ded11e5d7cc6ccd40a89d16a3dbaa8eb04fee1005ecc9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f68f825672bf2bed1920fe5ca811717b3e863585f2d521d618903df6e919765af791b019204ceb9311ca66aef3a93e1787eeca1cce77bf3b4bf494d9cf5d7579
|
|
7
|
+
data.tar.gz: afc434be8ea443eaddc7a002f8151364e6663dd8a9590986a28d0f97135411214d4a009397316165d3893752ccbb1695ffe7f364cd1c6ff026b3a0e944e35dd6
|
data/Gemfile
CHANGED
|
@@ -5,8 +5,5 @@ Dir["#{__dir__}/*.gemspec"].each do |spec|
|
|
|
5
5
|
gemspec name: File.basename(spec, '.gemspec')
|
|
6
6
|
end
|
|
7
7
|
|
|
8
|
-
# ActiveSupport 8.x requires Ruby 3.2+ (dependency of Steep)
|
|
9
|
-
gem 'activesupport', '~> 7.0', require: false, platforms: %i[mri mingw x64_mingw]
|
|
10
|
-
gem 'curb', '~> 1.0.5', require: false, platforms: %i[mri mingw x64_mingw]
|
|
11
8
|
gem 'debug', '~> 1.7', require: false, platforms: %i[mri mingw x64_mingw]
|
|
12
|
-
gem 'steep', '~>
|
|
9
|
+
gem 'steep', '~> 2.0', require: false, platforms: %i[mri mingw x64_mingw]
|
|
@@ -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 V149
|
|
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 # V149
|
|
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 V149
|
|
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 # V149
|
|
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 V149
|
|
24
24
|
class Audits
|
|
25
25
|
EVENTS = {
|
|
26
26
|
issue_added: 'issueAdded',
|
|
@@ -56,6 +56,6 @@ module Selenium
|
|
|
56
56
|
end
|
|
57
57
|
|
|
58
58
|
end # Audits
|
|
59
|
-
end #
|
|
59
|
+
end # V149
|
|
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 V149
|
|
24
24
|
class Autofill
|
|
25
25
|
EVENTS = {
|
|
26
26
|
address_form_filled: 'addressFormFilled',
|
|
@@ -57,6 +57,6 @@ module Selenium
|
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
end # Autofill
|
|
60
|
-
end #
|
|
60
|
+
end # V149
|
|
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 V149
|
|
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 # V149
|
|
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 V149
|
|
24
24
|
class BluetoothEmulation
|
|
25
25
|
EVENTS = {
|
|
26
26
|
gatt_operation_received: 'gattOperationReceived',
|
|
@@ -128,6 +128,6 @@ module Selenium
|
|
|
128
128
|
end
|
|
129
129
|
|
|
130
130
|
end # BluetoothEmulation
|
|
131
|
-
end #
|
|
131
|
+
end # V149
|
|
132
132
|
end # DevTools
|
|
133
133
|
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 V149
|
|
24
24
|
class Browser
|
|
25
25
|
EVENTS = {
|
|
26
26
|
download_will_begin: 'downloadWillBegin',
|
|
@@ -151,6 +151,6 @@ module Selenium
|
|
|
151
151
|
end
|
|
152
152
|
|
|
153
153
|
end # Browser
|
|
154
|
-
end #
|
|
154
|
+
end # V149
|
|
155
155
|
end # DevTools
|
|
156
156
|
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 V149
|
|
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 # V149
|
|
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 V149
|
|
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 # V149
|
|
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 V149
|
|
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 # V149
|
|
52
52
|
end # DevTools
|
|
53
53
|
end # Selenium
|
|
@@ -20,12 +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
|
-
tools_added: 'toolsAdded',
|
|
27
|
-
tools_removed: 'toolsRemoved',
|
|
28
|
-
}.freeze
|
|
23
|
+
module V149
|
|
24
|
+
class CrashReportContext
|
|
29
25
|
|
|
30
26
|
def initialize(devtools)
|
|
31
27
|
@devtools = devtools
|
|
@@ -33,14 +29,14 @@ module Selenium
|
|
|
33
29
|
|
|
34
30
|
def on(event, &block)
|
|
35
31
|
event = EVENTS[event] if event.is_a?(Symbol)
|
|
36
|
-
@devtools.callbacks["
|
|
32
|
+
@devtools.callbacks["CrashReportContext.#{event}"] << block
|
|
37
33
|
end
|
|
38
34
|
|
|
39
|
-
def
|
|
40
|
-
@devtools.send_cmd('
|
|
35
|
+
def get_entries
|
|
36
|
+
@devtools.send_cmd('CrashReportContext.getEntries')
|
|
41
37
|
end
|
|
42
38
|
|
|
43
|
-
end #
|
|
44
|
-
end #
|
|
39
|
+
end # CrashReportContext
|
|
40
|
+
end # V149
|
|
45
41
|
end # DevTools
|
|
46
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 V149
|
|
24
24
|
class CSS
|
|
25
25
|
EVENTS = {
|
|
26
26
|
fonts_updated: 'fontsUpdated',
|
|
@@ -255,6 +255,6 @@ module Selenium
|
|
|
255
255
|
end
|
|
256
256
|
|
|
257
257
|
end # CSS
|
|
258
|
-
end #
|
|
258
|
+
end # V149
|
|
259
259
|
end # DevTools
|
|
260
260
|
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 V149
|
|
24
24
|
class Debugger
|
|
25
25
|
EVENTS = {
|
|
26
26
|
breakpoint_resolved: 'breakpointResolved',
|
|
@@ -233,6 +233,6 @@ module Selenium
|
|
|
233
233
|
end
|
|
234
234
|
|
|
235
235
|
end # Debugger
|
|
236
|
-
end #
|
|
236
|
+
end # V149
|
|
237
237
|
end # DevTools
|
|
238
238
|
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 V149
|
|
24
24
|
class DeviceAccess
|
|
25
25
|
EVENTS = {
|
|
26
26
|
device_request_prompted: 'deviceRequestPrompted',
|
|
@@ -55,6 +55,6 @@ module Selenium
|
|
|
55
55
|
end
|
|
56
56
|
|
|
57
57
|
end # DeviceAccess
|
|
58
|
-
end #
|
|
58
|
+
end # V149
|
|
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 V149
|
|
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 # V149
|
|
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 V149
|
|
24
24
|
class DOM
|
|
25
25
|
EVENTS = {
|
|
26
26
|
attribute_modified: 'attributeModified',
|
|
@@ -366,6 +366,6 @@ module Selenium
|
|
|
366
366
|
end
|
|
367
367
|
|
|
368
368
|
end # DOM
|
|
369
|
-
end #
|
|
369
|
+
end # V149
|
|
370
370
|
end # DevTools
|
|
371
371
|
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 V149
|
|
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 # V149
|
|
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 V149
|
|
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 # V149
|
|
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 V149
|
|
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 # V149
|
|
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 V149
|
|
24
24
|
class Emulation
|
|
25
25
|
EVENTS = {
|
|
26
26
|
virtual_time_budget_expired: 'virtualTimeBudgetExpired',
|
|
@@ -328,6 +328,6 @@ module Selenium
|
|
|
328
328
|
end
|
|
329
329
|
|
|
330
330
|
end # Emulation
|
|
331
|
-
end #
|
|
331
|
+
end # V149
|
|
332
332
|
end # DevTools
|
|
333
333
|
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 V149
|
|
24
24
|
class EventBreakpoints
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -47,6 +47,6 @@ module Selenium
|
|
|
47
47
|
end
|
|
48
48
|
|
|
49
49
|
end # EventBreakpoints
|
|
50
|
-
end #
|
|
50
|
+
end # V149
|
|
51
51
|
end # DevTools
|
|
52
52
|
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 V149
|
|
24
24
|
class Extensions
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -81,6 +81,6 @@ module Selenium
|
|
|
81
81
|
end
|
|
82
82
|
|
|
83
83
|
end # Extensions
|
|
84
|
-
end #
|
|
84
|
+
end # V149
|
|
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 V149
|
|
24
24
|
class FedCm
|
|
25
25
|
EVENTS = {
|
|
26
26
|
dialog_shown: 'dialogShown',
|
|
@@ -75,6 +75,6 @@ module Selenium
|
|
|
75
75
|
end
|
|
76
76
|
|
|
77
77
|
end # FedCm
|
|
78
|
-
end #
|
|
78
|
+
end # V149
|
|
79
79
|
end # DevTools
|
|
80
80
|
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 V149
|
|
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 # V149
|
|
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 V149
|
|
24
24
|
class FileSystem
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -38,6 +38,6 @@ module Selenium
|
|
|
38
38
|
end
|
|
39
39
|
|
|
40
40
|
end # FileSystem
|
|
41
|
-
end #
|
|
41
|
+
end # V149
|
|
42
42
|
end # DevTools
|
|
43
43
|
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 V149
|
|
24
24
|
class HeadlessExperimental
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -49,6 +49,6 @@ module Selenium
|
|
|
49
49
|
end
|
|
50
50
|
|
|
51
51
|
end # HeadlessExperimental
|
|
52
|
-
end #
|
|
52
|
+
end # V149
|
|
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 V149
|
|
24
24
|
class HeapProfiler
|
|
25
25
|
EVENTS = {
|
|
26
26
|
add_heap_snapshot_chunk: 'addHeapSnapshotChunk',
|
|
@@ -105,6 +105,6 @@ module Selenium
|
|
|
105
105
|
end
|
|
106
106
|
|
|
107
107
|
end # HeapProfiler
|
|
108
|
-
end #
|
|
108
|
+
end # V149
|
|
109
109
|
end # DevTools
|
|
110
110
|
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 V149
|
|
24
24
|
class IndexedDB
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -105,6 +105,6 @@ module Selenium
|
|
|
105
105
|
end
|
|
106
106
|
|
|
107
107
|
end # IndexedDB
|
|
108
|
-
end #
|
|
108
|
+
end # V149
|
|
109
109
|
end # DevTools
|
|
110
110
|
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 V149
|
|
24
24
|
class Input
|
|
25
25
|
EVENTS = {
|
|
26
26
|
drag_intercepted: 'dragIntercepted',
|
|
@@ -167,6 +167,6 @@ module Selenium
|
|
|
167
167
|
end
|
|
168
168
|
|
|
169
169
|
end # Input
|
|
170
|
-
end #
|
|
170
|
+
end # V149
|
|
171
171
|
end # DevTools
|
|
172
172
|
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 V149
|
|
24
24
|
class Inspector
|
|
25
25
|
EVENTS = {
|
|
26
26
|
detached: 'detached',
|
|
@@ -47,6 +47,6 @@ module Selenium
|
|
|
47
47
|
end
|
|
48
48
|
|
|
49
49
|
end # Inspector
|
|
50
|
-
end #
|
|
50
|
+
end # V149
|
|
51
51
|
end # DevTools
|
|
52
52
|
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 V149
|
|
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 # V149
|
|
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 V149
|
|
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 # V149
|
|
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 V149
|
|
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 # V149
|
|
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 V149
|
|
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 # V149
|
|
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 V149
|
|
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 # V149
|
|
85
85
|
end # DevTools
|
|
86
86
|
end # Selenium
|