selenium-devtools 0.132.0 → 0.133.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/lib/selenium/devtools/{v130 → v133}/accessibility.rb +2 -2
  3. data/lib/selenium/devtools/{v130 → v133}/animation.rb +2 -2
  4. data/lib/selenium/devtools/{v130 → v133}/audits.rb +2 -2
  5. data/lib/selenium/devtools/{v130 → v133}/autofill.rb +2 -2
  6. data/lib/selenium/devtools/{v130 → v133}/background_service.rb +2 -2
  7. data/lib/selenium/devtools/{v130 → v133}/bluetooth_emulation.rb +2 -2
  8. data/lib/selenium/devtools/{v130 → v133}/browser.rb +2 -2
  9. data/lib/selenium/devtools/{v130 → v133}/cache_storage.rb +2 -2
  10. data/lib/selenium/devtools/{v130 → v133}/cast.rb +2 -2
  11. data/lib/selenium/devtools/{v130 → v133}/console.rb +2 -2
  12. data/lib/selenium/devtools/{v130 → v133}/css.rb +34 -2
  13. data/lib/selenium/devtools/{v130 → v133}/database.rb +2 -2
  14. data/lib/selenium/devtools/{v130 → v133}/debugger.rb +10 -4
  15. data/lib/selenium/devtools/{v130 → v133}/device_access.rb +2 -2
  16. data/lib/selenium/devtools/{v130 → v133}/device_orientation.rb +2 -2
  17. data/lib/selenium/devtools/{v130 → v133}/dom.rb +5 -4
  18. data/lib/selenium/devtools/{v130 → v133}/dom_debugger.rb +2 -2
  19. data/lib/selenium/devtools/{v130 → v133}/dom_snapshot.rb +2 -2
  20. data/lib/selenium/devtools/{v130 → v133}/dom_storage.rb +2 -2
  21. data/lib/selenium/devtools/{v130 → v133}/emulation.rb +2 -2
  22. data/lib/selenium/devtools/{v130 → v133}/event_breakpoints.rb +2 -2
  23. data/lib/selenium/devtools/{v130 → v133}/extensions.rb +2 -2
  24. data/lib/selenium/devtools/{v130 → v133}/fed_cm.rb +2 -2
  25. data/lib/selenium/devtools/{v130 → v133}/fetch.rb +2 -2
  26. data/lib/selenium/devtools/{v130 → v133}/file_system.rb +2 -2
  27. data/lib/selenium/devtools/{v130 → v133}/headless_experimental.rb +2 -2
  28. data/lib/selenium/devtools/{v130 → v133}/heap_profiler.rb +2 -2
  29. data/lib/selenium/devtools/{v130 → v133}/indexed_db.rb +2 -2
  30. data/lib/selenium/devtools/{v130 → v133}/input.rb +2 -2
  31. data/lib/selenium/devtools/{v130 → v133}/inspector.rb +2 -2
  32. data/lib/selenium/devtools/{v130 → v133}/io.rb +2 -2
  33. data/lib/selenium/devtools/{v130 → v133}/layer_tree.rb +2 -2
  34. data/lib/selenium/devtools/{v130 → v133}/log.rb +2 -2
  35. data/lib/selenium/devtools/{v130 → v133}/media.rb +2 -2
  36. data/lib/selenium/devtools/{v130 → v133}/memory.rb +2 -2
  37. data/lib/selenium/devtools/{v130 → v133}/network.rb +9 -2
  38. data/lib/selenium/devtools/{v130 → v133}/overlay.rb +2 -2
  39. data/lib/selenium/devtools/{v130 → v133}/page.rb +2 -2
  40. data/lib/selenium/devtools/{v130 → v133}/performance.rb +2 -2
  41. data/lib/selenium/devtools/{v130 → v133}/performance_timeline.rb +2 -2
  42. data/lib/selenium/devtools/{v130 → v133}/preload.rb +2 -2
  43. data/lib/selenium/devtools/{v130 → v133}/profiler.rb +2 -2
  44. data/lib/selenium/devtools/{v130 → v133}/pwa.rb +2 -2
  45. data/lib/selenium/devtools/{v130 → v133}/runtime.rb +2 -2
  46. data/lib/selenium/devtools/{v130 → v133}/schema.rb +2 -2
  47. data/lib/selenium/devtools/{v130 → v133}/security.rb +2 -2
  48. data/lib/selenium/devtools/{v130 → v133}/service_worker.rb +2 -2
  49. data/lib/selenium/devtools/{v130 → v133}/storage.rb +2 -2
  50. data/lib/selenium/devtools/{v130 → v133}/system_info.rb +2 -2
  51. data/lib/selenium/devtools/{v130 → v133}/target.rb +5 -3
  52. data/lib/selenium/devtools/{v130 → v133}/tethering.rb +2 -2
  53. data/lib/selenium/devtools/{v130 → v133}/tracing.rb +2 -2
  54. data/lib/selenium/devtools/{v130 → v133}/web_audio.rb +2 -2
  55. data/lib/selenium/devtools/{v130 → v133}/web_authn.rb +4 -2
  56. data/lib/selenium/devtools/{v130.rb → v133.rb} +3 -3
  57. data/lib/selenium/devtools/version.rb +1 -1
  58. metadata +57 -57
@@ -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 V130
23
+ module V133
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 # V130
60
+ end # V133
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 V130
23
+ module V133
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 # V130
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 V130
23
+ module V133
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 # V130
84
+ end # V133
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 V130
23
+ module V133
24
24
  class Network
25
25
  EVENTS = {
26
26
  data_received: 'dataReceived',
@@ -269,7 +269,14 @@ module Selenium
269
269
  options: options)
270
270
  end
271
271
 
272
+ def set_cookie_controls(enable_third_party_cookie_restriction:, disable_third_party_cookie_metadata:, disable_third_party_cookie_heuristics:)
273
+ @devtools.send_cmd('Network.setCookieControls',
274
+ enableThirdPartyCookieRestriction: enable_third_party_cookie_restriction,
275
+ disableThirdPartyCookieMetadata: disable_third_party_cookie_metadata,
276
+ disableThirdPartyCookieHeuristics: disable_third_party_cookie_heuristics)
277
+ end
278
+
272
279
  end # Network
273
- end # V130
280
+ end # V133
274
281
  end # DevTools
275
282
  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 V130
23
+ module V133
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 # V130
205
+ end # V133
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 V130
23
+ module V133
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 # V130
409
+ end # V133
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 V130
23
+ module V133
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 # V130
57
+ end # V133
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 V130
23
+ module V133
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 # V130
44
+ end # V133
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 V130
23
+ module V133
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 # V130
52
+ end # V133
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 V130
23
+ module V133
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 # V130
81
+ end # V133
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 V130
23
+ module V133
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 # V130
76
+ end # V133
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 V130
23
+ module V133
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 # V130
200
+ end # V133
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 V130
23
+ module V133
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 # V130
40
+ end # V133
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 V130
23
+ module V133
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 # V130
65
+ end # V133
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 V130
23
+ module V133
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 # V130
110
+ end # V133
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 V130
23
+ module V133
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 # V130
231
+ end # V133
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 V130
23
+ module V133
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 # V130
49
+ end # V133
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 V130
23
+ module V133
24
24
  class Target
25
25
  EVENTS = {
26
26
  attached_to_target: 'attachedToTarget',
@@ -79,9 +79,11 @@ module Selenium
79
79
  @devtools.send_cmd('Target.getBrowserContexts')
80
80
  end
81
81
 
82
- def create_target(url:, width: nil, height: nil, browser_context_id: nil, enable_begin_frame_control: nil, new_window: nil, background: nil, for_tab: nil)
82
+ def create_target(url:, left: nil, top: nil, width: nil, height: nil, browser_context_id: nil, enable_begin_frame_control: nil, new_window: nil, background: nil, for_tab: nil)
83
83
  @devtools.send_cmd('Target.createTarget',
84
84
  url: url,
85
+ left: left,
86
+ top: top,
85
87
  width: width,
86
88
  height: height,
87
89
  browserContextId: browser_context_id,
@@ -146,6 +148,6 @@ module Selenium
146
148
  end
147
149
 
148
150
  end # Target
149
- end # V130
151
+ end # V133
150
152
  end # DevTools
151
153
  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 V130
23
+ module V133
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 # V130
49
+ end # V133
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 V130
23
+ module V133
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 # V130
73
+ end # V133
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 V130
23
+ module V133
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 # V130
64
+ end # V133
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 V130
23
+ module V133
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 # V130
117
+ end # V133
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__))}/v130/*", &method(:require))
22
+ Dir.glob("#{File.dirname(File.absolute_path(__FILE__))}/v133/*", &method(:require))
23
23
 
24
24
  module Selenium
25
25
  module DevTools
26
- module V130
26
+ module V133
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 # V130
83
+ end # V133
84
84
  end # DevTools
85
85
  end # Selenium
@@ -19,6 +19,6 @@
19
19
 
20
20
  module Selenium
21
21
  module DevTools
22
- VERSION = '0.132.0'
22
+ VERSION = '0.133.0'
23
23
  end # DevTools
24
24
  end # Selenium
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selenium-devtools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.132.0
4
+ version: 0.133.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Rodionov
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2025-01-20 00:00:00.000000000 Z
13
+ date: 2025-02-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: selenium-webdriver
@@ -41,61 +41,6 @@ files:
41
41
  - LICENSE
42
42
  - NOTICE
43
43
  - lib/selenium/devtools.rb
44
- - lib/selenium/devtools/v130.rb
45
- - lib/selenium/devtools/v130/accessibility.rb
46
- - lib/selenium/devtools/v130/animation.rb
47
- - lib/selenium/devtools/v130/audits.rb
48
- - lib/selenium/devtools/v130/autofill.rb
49
- - lib/selenium/devtools/v130/background_service.rb
50
- - lib/selenium/devtools/v130/bluetooth_emulation.rb
51
- - lib/selenium/devtools/v130/browser.rb
52
- - lib/selenium/devtools/v130/cache_storage.rb
53
- - lib/selenium/devtools/v130/cast.rb
54
- - lib/selenium/devtools/v130/console.rb
55
- - lib/selenium/devtools/v130/css.rb
56
- - lib/selenium/devtools/v130/database.rb
57
- - lib/selenium/devtools/v130/debugger.rb
58
- - lib/selenium/devtools/v130/device_access.rb
59
- - lib/selenium/devtools/v130/device_orientation.rb
60
- - lib/selenium/devtools/v130/dom.rb
61
- - lib/selenium/devtools/v130/dom_debugger.rb
62
- - lib/selenium/devtools/v130/dom_snapshot.rb
63
- - lib/selenium/devtools/v130/dom_storage.rb
64
- - lib/selenium/devtools/v130/emulation.rb
65
- - lib/selenium/devtools/v130/event_breakpoints.rb
66
- - lib/selenium/devtools/v130/extensions.rb
67
- - lib/selenium/devtools/v130/fed_cm.rb
68
- - lib/selenium/devtools/v130/fetch.rb
69
- - lib/selenium/devtools/v130/file_system.rb
70
- - lib/selenium/devtools/v130/headless_experimental.rb
71
- - lib/selenium/devtools/v130/heap_profiler.rb
72
- - lib/selenium/devtools/v130/indexed_db.rb
73
- - lib/selenium/devtools/v130/input.rb
74
- - lib/selenium/devtools/v130/inspector.rb
75
- - lib/selenium/devtools/v130/io.rb
76
- - lib/selenium/devtools/v130/layer_tree.rb
77
- - lib/selenium/devtools/v130/log.rb
78
- - lib/selenium/devtools/v130/media.rb
79
- - lib/selenium/devtools/v130/memory.rb
80
- - lib/selenium/devtools/v130/network.rb
81
- - lib/selenium/devtools/v130/overlay.rb
82
- - lib/selenium/devtools/v130/page.rb
83
- - lib/selenium/devtools/v130/performance.rb
84
- - lib/selenium/devtools/v130/performance_timeline.rb
85
- - lib/selenium/devtools/v130/preload.rb
86
- - lib/selenium/devtools/v130/profiler.rb
87
- - lib/selenium/devtools/v130/pwa.rb
88
- - lib/selenium/devtools/v130/runtime.rb
89
- - lib/selenium/devtools/v130/schema.rb
90
- - lib/selenium/devtools/v130/security.rb
91
- - lib/selenium/devtools/v130/service_worker.rb
92
- - lib/selenium/devtools/v130/storage.rb
93
- - lib/selenium/devtools/v130/system_info.rb
94
- - lib/selenium/devtools/v130/target.rb
95
- - lib/selenium/devtools/v130/tethering.rb
96
- - lib/selenium/devtools/v130/tracing.rb
97
- - lib/selenium/devtools/v130/web_audio.rb
98
- - lib/selenium/devtools/v130/web_authn.rb
99
44
  - lib/selenium/devtools/v131.rb
100
45
  - lib/selenium/devtools/v131/accessibility.rb
101
46
  - lib/selenium/devtools/v131/animation.rb
@@ -206,6 +151,61 @@ files:
206
151
  - lib/selenium/devtools/v132/tracing.rb
207
152
  - lib/selenium/devtools/v132/web_audio.rb
208
153
  - lib/selenium/devtools/v132/web_authn.rb
154
+ - lib/selenium/devtools/v133.rb
155
+ - lib/selenium/devtools/v133/accessibility.rb
156
+ - lib/selenium/devtools/v133/animation.rb
157
+ - lib/selenium/devtools/v133/audits.rb
158
+ - lib/selenium/devtools/v133/autofill.rb
159
+ - lib/selenium/devtools/v133/background_service.rb
160
+ - lib/selenium/devtools/v133/bluetooth_emulation.rb
161
+ - lib/selenium/devtools/v133/browser.rb
162
+ - lib/selenium/devtools/v133/cache_storage.rb
163
+ - lib/selenium/devtools/v133/cast.rb
164
+ - lib/selenium/devtools/v133/console.rb
165
+ - lib/selenium/devtools/v133/css.rb
166
+ - lib/selenium/devtools/v133/database.rb
167
+ - lib/selenium/devtools/v133/debugger.rb
168
+ - lib/selenium/devtools/v133/device_access.rb
169
+ - lib/selenium/devtools/v133/device_orientation.rb
170
+ - lib/selenium/devtools/v133/dom.rb
171
+ - lib/selenium/devtools/v133/dom_debugger.rb
172
+ - lib/selenium/devtools/v133/dom_snapshot.rb
173
+ - lib/selenium/devtools/v133/dom_storage.rb
174
+ - lib/selenium/devtools/v133/emulation.rb
175
+ - lib/selenium/devtools/v133/event_breakpoints.rb
176
+ - lib/selenium/devtools/v133/extensions.rb
177
+ - lib/selenium/devtools/v133/fed_cm.rb
178
+ - lib/selenium/devtools/v133/fetch.rb
179
+ - lib/selenium/devtools/v133/file_system.rb
180
+ - lib/selenium/devtools/v133/headless_experimental.rb
181
+ - lib/selenium/devtools/v133/heap_profiler.rb
182
+ - lib/selenium/devtools/v133/indexed_db.rb
183
+ - lib/selenium/devtools/v133/input.rb
184
+ - lib/selenium/devtools/v133/inspector.rb
185
+ - lib/selenium/devtools/v133/io.rb
186
+ - lib/selenium/devtools/v133/layer_tree.rb
187
+ - lib/selenium/devtools/v133/log.rb
188
+ - lib/selenium/devtools/v133/media.rb
189
+ - lib/selenium/devtools/v133/memory.rb
190
+ - lib/selenium/devtools/v133/network.rb
191
+ - lib/selenium/devtools/v133/overlay.rb
192
+ - lib/selenium/devtools/v133/page.rb
193
+ - lib/selenium/devtools/v133/performance.rb
194
+ - lib/selenium/devtools/v133/performance_timeline.rb
195
+ - lib/selenium/devtools/v133/preload.rb
196
+ - lib/selenium/devtools/v133/profiler.rb
197
+ - lib/selenium/devtools/v133/pwa.rb
198
+ - lib/selenium/devtools/v133/runtime.rb
199
+ - lib/selenium/devtools/v133/schema.rb
200
+ - lib/selenium/devtools/v133/security.rb
201
+ - lib/selenium/devtools/v133/service_worker.rb
202
+ - lib/selenium/devtools/v133/storage.rb
203
+ - lib/selenium/devtools/v133/system_info.rb
204
+ - lib/selenium/devtools/v133/target.rb
205
+ - lib/selenium/devtools/v133/tethering.rb
206
+ - lib/selenium/devtools/v133/tracing.rb
207
+ - lib/selenium/devtools/v133/web_audio.rb
208
+ - lib/selenium/devtools/v133/web_authn.rb
209
209
  - lib/selenium/devtools/v85.rb
210
210
  - lib/selenium/devtools/v85/accessibility.rb
211
211
  - lib/selenium/devtools/v85/animation.rb