selenium-devtools 0.133.0 → 0.134.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.
Files changed (105) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -0
  3. data/lib/selenium/devtools/{v131 → v134}/accessibility.rb +2 -2
  4. data/lib/selenium/devtools/{v131 → v134}/animation.rb +2 -2
  5. data/lib/selenium/devtools/{v131 → v134}/audits.rb +2 -2
  6. data/lib/selenium/devtools/{v131 → v134}/autofill.rb +2 -2
  7. data/lib/selenium/devtools/{v131 → v134}/background_service.rb +2 -2
  8. data/lib/selenium/devtools/{v131 → v134}/bluetooth_emulation.rb +2 -2
  9. data/lib/selenium/devtools/{v131 → v134}/browser.rb +2 -2
  10. data/lib/selenium/devtools/{v131 → v134}/cache_storage.rb +2 -2
  11. data/lib/selenium/devtools/{v131 → v134}/cast.rb +2 -2
  12. data/lib/selenium/devtools/{v131 → v134}/console.rb +2 -2
  13. data/lib/selenium/devtools/{v131 → v134}/css.rb +37 -4
  14. data/lib/selenium/devtools/{v131 → v134}/debugger.rb +2 -2
  15. data/lib/selenium/devtools/{v131 → v134}/device_access.rb +2 -2
  16. data/lib/selenium/devtools/{v131 → v134}/device_orientation.rb +2 -2
  17. data/lib/selenium/devtools/{v131 → v134}/dom.rb +5 -4
  18. data/lib/selenium/devtools/{v131 → v134}/dom_debugger.rb +2 -2
  19. data/lib/selenium/devtools/{v131 → v134}/dom_snapshot.rb +2 -2
  20. data/lib/selenium/devtools/{v131 → v134}/dom_storage.rb +2 -2
  21. data/lib/selenium/devtools/{v131 → v134}/emulation.rb +2 -2
  22. data/lib/selenium/devtools/{v131 → v134}/event_breakpoints.rb +2 -2
  23. data/lib/selenium/devtools/{v131 → v134}/extensions.rb +7 -2
  24. data/lib/selenium/devtools/{v131 → v134}/fed_cm.rb +2 -2
  25. data/lib/selenium/devtools/{v131 → v134}/fetch.rb +2 -2
  26. data/lib/selenium/devtools/{v131 → v134}/file_system.rb +2 -2
  27. data/lib/selenium/devtools/{v131 → v134}/headless_experimental.rb +2 -2
  28. data/lib/selenium/devtools/{v131 → v134}/heap_profiler.rb +2 -2
  29. data/lib/selenium/devtools/{v131 → v134}/indexed_db.rb +2 -2
  30. data/lib/selenium/devtools/{v131 → v134}/input.rb +2 -2
  31. data/lib/selenium/devtools/{v85 → v134}/inspector.rb +2 -2
  32. data/lib/selenium/devtools/{v85 → v134}/io.rb +2 -2
  33. data/lib/selenium/devtools/{v85 → v134}/layer_tree.rb +2 -2
  34. data/lib/selenium/devtools/{v131 → v134}/log.rb +2 -2
  35. data/lib/selenium/devtools/{v131 → v134}/media.rb +2 -2
  36. data/lib/selenium/devtools/{v131 → v134}/memory.rb +2 -2
  37. data/lib/selenium/devtools/{v131 → v134}/network.rb +9 -2
  38. data/lib/selenium/devtools/{v131 → v134}/overlay.rb +2 -2
  39. data/lib/selenium/devtools/{v131 → v134}/page.rb +3 -2
  40. data/lib/selenium/devtools/{v131 → v134}/performance.rb +2 -2
  41. data/lib/selenium/devtools/{v131 → v134}/performance_timeline.rb +2 -2
  42. data/lib/selenium/devtools/{v131 → v134}/preload.rb +2 -2
  43. data/lib/selenium/devtools/{v131 → v134}/profiler.rb +2 -2
  44. data/lib/selenium/devtools/{v131 → v134}/pwa.rb +2 -2
  45. data/lib/selenium/devtools/{v131 → v134}/runtime.rb +2 -2
  46. data/lib/selenium/devtools/{v85 → v134}/schema.rb +2 -2
  47. data/lib/selenium/devtools/{v85 → v134}/security.rb +2 -2
  48. data/lib/selenium/devtools/{v131 → v134}/service_worker.rb +2 -2
  49. data/lib/selenium/devtools/{v131 → v134}/storage.rb +8 -2
  50. data/lib/selenium/devtools/{v131 → v134}/system_info.rb +2 -2
  51. data/lib/selenium/devtools/{v131 → v134}/target.rb +6 -3
  52. data/lib/selenium/devtools/{v85 → v134}/tethering.rb +2 -2
  53. data/lib/selenium/devtools/{v131 → v134}/tracing.rb +2 -2
  54. data/lib/selenium/devtools/{v131 → v134}/web_audio.rb +2 -2
  55. data/lib/selenium/devtools/{v131 → v134}/web_authn.rb +2 -2
  56. data/lib/selenium/devtools/{v131.rb → v134.rb} +3 -4
  57. data/lib/selenium/devtools/version.rb +1 -1
  58. metadata +56 -103
  59. data/lib/selenium/devtools/v131/database.rb +0 -60
  60. data/lib/selenium/devtools/v131/inspector.rb +0 -51
  61. data/lib/selenium/devtools/v131/io.rb +0 -55
  62. data/lib/selenium/devtools/v131/layer_tree.rb +0 -91
  63. data/lib/selenium/devtools/v131/schema.rb +0 -42
  64. data/lib/selenium/devtools/v131/security.rb +0 -67
  65. data/lib/selenium/devtools/v131/tethering.rb +0 -51
  66. data/lib/selenium/devtools/v85/accessibility.rb +0 -58
  67. data/lib/selenium/devtools/v85/animation.rb +0 -94
  68. data/lib/selenium/devtools/v85/application_cache.rb +0 -60
  69. data/lib/selenium/devtools/v85/audits.rb +0 -57
  70. data/lib/selenium/devtools/v85/background_service.rb +0 -63
  71. data/lib/selenium/devtools/v85/browser.rb +0 -119
  72. data/lib/selenium/devtools/v85/cache_storage.rb +0 -69
  73. data/lib/selenium/devtools/v85/cast.rb +0 -66
  74. data/lib/selenium/devtools/v85/console.rb +0 -53
  75. data/lib/selenium/devtools/v85/css.rb +0 -161
  76. data/lib/selenium/devtools/v85/database.rb +0 -60
  77. data/lib/selenium/devtools/v85/debugger.rb +0 -225
  78. data/lib/selenium/devtools/v85/device_orientation.rb +0 -49
  79. data/lib/selenium/devtools/v85/dom.rb +0 -316
  80. data/lib/selenium/devtools/v85/dom_debugger.rb +0 -89
  81. data/lib/selenium/devtools/v85/dom_snapshot.rb +0 -61
  82. data/lib/selenium/devtools/v85/dom_storage.rb +0 -75
  83. data/lib/selenium/devtools/v85/emulation.rb +0 -176
  84. data/lib/selenium/devtools/v85/fetch.rb +0 -93
  85. data/lib/selenium/devtools/v85/headless_experimental.rb +0 -57
  86. data/lib/selenium/devtools/v85/heap_profiler.rb +0 -103
  87. data/lib/selenium/devtools/v85/indexed_db.rb +0 -96
  88. data/lib/selenium/devtools/v85/input.rb +0 -137
  89. data/lib/selenium/devtools/v85/log.rb +0 -62
  90. data/lib/selenium/devtools/v85/media.rb +0 -53
  91. data/lib/selenium/devtools/v85/memory.rb +0 -82
  92. data/lib/selenium/devtools/v85/network.rb +0 -224
  93. data/lib/selenium/devtools/v85/overlay.rb +0 -154
  94. data/lib/selenium/devtools/v85/page.rb +0 -370
  95. data/lib/selenium/devtools/v85/performance.rb +0 -59
  96. data/lib/selenium/devtools/v85/profiler.rb +0 -107
  97. data/lib/selenium/devtools/v85/runtime.rb +0 -190
  98. data/lib/selenium/devtools/v85/service_worker.rb +0 -112
  99. data/lib/selenium/devtools/v85/storage.rb +0 -91
  100. data/lib/selenium/devtools/v85/system_info.rb +0 -46
  101. data/lib/selenium/devtools/v85/target.rb +0 -139
  102. data/lib/selenium/devtools/v85/tracing.rb +0 -72
  103. data/lib/selenium/devtools/v85/web_audio.rb +0 -66
  104. data/lib/selenium/devtools/v85/web_authn.rb +0 -90
  105. data/lib/selenium/devtools/v85.rb +0 -76
@@ -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 V131
23
+ module V134
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 # V131
60
+ end # V134
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 V131
23
+ module V134
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 # V131
51
+ end # V134
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 V131
23
+ module V134
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 # V131
84
+ end # V134
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 V131
23
+ module V134
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 # V131
280
+ end # V134
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 V131
23
+ module V134
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 # V131
205
+ end # V134
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 V131
23
+ module V134
24
24
  class Page
25
25
  EVENTS = {
26
26
  dom_content_event_fired: 'domContentEventFired',
@@ -32,6 +32,7 @@ module Selenium
32
32
  frame_navigated: 'frameNavigated',
33
33
  document_opened: 'documentOpened',
34
34
  frame_resized: 'frameResized',
35
+ frame_started_navigating: 'frameStartedNavigating',
35
36
  frame_requested_navigation: 'frameRequestedNavigation',
36
37
  frame_scheduled_navigation: 'frameScheduledNavigation',
37
38
  frame_started_loading: 'frameStartedLoading',
@@ -406,6 +407,6 @@ module Selenium
406
407
  end
407
408
 
408
409
  end # Page
409
- end # V131
410
+ end # V134
410
411
  end # DevTools
411
412
  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 V131
23
+ module V134
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 # V131
57
+ end # V134
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 V131
23
+ module V134
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 # V131
44
+ end # V134
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 V131
23
+ module V134
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 # V131
52
+ end # V134
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 V131
23
+ module V134
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 # V131
81
+ end # V134
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 V131
23
+ module V134
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 # V131
76
+ end # V134
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 V131
23
+ module V134
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 # V131
200
+ end # V134
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 V85
23
+ module V134
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 # V85
40
+ end # V134
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 V85
23
+ module V134
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 # V85
65
+ end # V134
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 V131
23
+ module V134
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 # V131
110
+ end # V134
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 V131
23
+ module V134
24
24
  class Storage
25
25
  EVENTS = {
26
26
  cache_storage_content_updated: 'cacheStorageContentUpdated',
@@ -227,7 +227,13 @@ module Selenium
227
227
  @devtools.send_cmd('Storage.getRelatedWebsiteSets')
228
228
  end
229
229
 
230
+ def get_affected_urls_for_third_party_cookie_metadata(first_party_url:, third_party_urls:)
231
+ @devtools.send_cmd('Storage.getAffectedUrlsForThirdPartyCookieMetadata',
232
+ firstPartyUrl: first_party_url,
233
+ thirdPartyUrls: third_party_urls)
234
+ end
235
+
230
236
  end # Storage
231
- end # V131
237
+ end # V134
232
238
  end # DevTools
233
239
  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 V131
23
+ module V134
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 # V131
49
+ end # V134
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 V131
23
+ module V134
24
24
  class Target
25
25
  EVENTS = {
26
26
  attached_to_target: 'attachedToTarget',
@@ -79,11 +79,14 @@ 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, window_state: 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,
89
+ windowState: window_state,
87
90
  browserContextId: browser_context_id,
88
91
  enableBeginFrameControl: enable_begin_frame_control,
89
92
  newWindow: new_window,
@@ -146,6 +149,6 @@ module Selenium
146
149
  end
147
150
 
148
151
  end # Target
149
- end # V131
152
+ end # V134
150
153
  end # DevTools
151
154
  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 V85
23
+ module V134
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 # V85
49
+ end # V134
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 V131
23
+ module V134
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 # V131
73
+ end # V134
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 V131
23
+ module V134
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 # V131
64
+ end # V134
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 V131
23
+ module V134
24
24
  class WebAuthn
25
25
  EVENTS = {
26
26
  credential_added: 'credentialAdded',
@@ -114,6 +114,6 @@ module Selenium
114
114
  end
115
115
 
116
116
  end # WebAuthn
117
- end # V131
117
+ end # V134
118
118
  end # DevTools
119
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__))}/v131/*", &method(:require))
22
+ Dir.glob("#{File.dirname(File.absolute_path(__FILE__))}/v134/*", &method(:require))
23
23
 
24
24
  module Selenium
25
25
  module DevTools
26
- module V131
26
+ module V134
27
27
  METHODS_TO_CLASSES = {
28
28
  accessibility: 'Accessibility',
29
29
  animation: 'Animation',
@@ -40,7 +40,6 @@ module Selenium
40
40
  event_breakpoints: 'EventBreakpoints',
41
41
  dom_snapshot: 'DOMSnapshot',
42
42
  dom_storage: 'DOMStorage',
43
- database: 'Database',
44
43
  device_orientation: 'DeviceOrientation',
45
44
  emulation: 'Emulation',
46
45
  headless_experimental: 'HeadlessExperimental',
@@ -80,6 +79,6 @@ module Selenium
80
79
  runtime: 'Runtime',
81
80
  schema: 'Schema',
82
81
  }.freeze
83
- end # V131
82
+ end # V134
84
83
  end # DevTools
85
84
  end # Selenium
@@ -19,6 +19,6 @@
19
19
 
20
20
  module Selenium
21
21
  module DevTools
22
- VERSION = '0.133.0'
22
+ VERSION = '0.134.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.133.0
4
+ version: 0.134.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-02-20 00:00:00.000000000 Z
13
+ date: 2025-03-21 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/v131.rb
45
- - lib/selenium/devtools/v131/accessibility.rb
46
- - lib/selenium/devtools/v131/animation.rb
47
- - lib/selenium/devtools/v131/audits.rb
48
- - lib/selenium/devtools/v131/autofill.rb
49
- - lib/selenium/devtools/v131/background_service.rb
50
- - lib/selenium/devtools/v131/bluetooth_emulation.rb
51
- - lib/selenium/devtools/v131/browser.rb
52
- - lib/selenium/devtools/v131/cache_storage.rb
53
- - lib/selenium/devtools/v131/cast.rb
54
- - lib/selenium/devtools/v131/console.rb
55
- - lib/selenium/devtools/v131/css.rb
56
- - lib/selenium/devtools/v131/database.rb
57
- - lib/selenium/devtools/v131/debugger.rb
58
- - lib/selenium/devtools/v131/device_access.rb
59
- - lib/selenium/devtools/v131/device_orientation.rb
60
- - lib/selenium/devtools/v131/dom.rb
61
- - lib/selenium/devtools/v131/dom_debugger.rb
62
- - lib/selenium/devtools/v131/dom_snapshot.rb
63
- - lib/selenium/devtools/v131/dom_storage.rb
64
- - lib/selenium/devtools/v131/emulation.rb
65
- - lib/selenium/devtools/v131/event_breakpoints.rb
66
- - lib/selenium/devtools/v131/extensions.rb
67
- - lib/selenium/devtools/v131/fed_cm.rb
68
- - lib/selenium/devtools/v131/fetch.rb
69
- - lib/selenium/devtools/v131/file_system.rb
70
- - lib/selenium/devtools/v131/headless_experimental.rb
71
- - lib/selenium/devtools/v131/heap_profiler.rb
72
- - lib/selenium/devtools/v131/indexed_db.rb
73
- - lib/selenium/devtools/v131/input.rb
74
- - lib/selenium/devtools/v131/inspector.rb
75
- - lib/selenium/devtools/v131/io.rb
76
- - lib/selenium/devtools/v131/layer_tree.rb
77
- - lib/selenium/devtools/v131/log.rb
78
- - lib/selenium/devtools/v131/media.rb
79
- - lib/selenium/devtools/v131/memory.rb
80
- - lib/selenium/devtools/v131/network.rb
81
- - lib/selenium/devtools/v131/overlay.rb
82
- - lib/selenium/devtools/v131/page.rb
83
- - lib/selenium/devtools/v131/performance.rb
84
- - lib/selenium/devtools/v131/performance_timeline.rb
85
- - lib/selenium/devtools/v131/preload.rb
86
- - lib/selenium/devtools/v131/profiler.rb
87
- - lib/selenium/devtools/v131/pwa.rb
88
- - lib/selenium/devtools/v131/runtime.rb
89
- - lib/selenium/devtools/v131/schema.rb
90
- - lib/selenium/devtools/v131/security.rb
91
- - lib/selenium/devtools/v131/service_worker.rb
92
- - lib/selenium/devtools/v131/storage.rb
93
- - lib/selenium/devtools/v131/system_info.rb
94
- - lib/selenium/devtools/v131/target.rb
95
- - lib/selenium/devtools/v131/tethering.rb
96
- - lib/selenium/devtools/v131/tracing.rb
97
- - lib/selenium/devtools/v131/web_audio.rb
98
- - lib/selenium/devtools/v131/web_authn.rb
99
44
  - lib/selenium/devtools/v132.rb
100
45
  - lib/selenium/devtools/v132/accessibility.rb
101
46
  - lib/selenium/devtools/v132/animation.rb
@@ -206,52 +151,60 @@ files:
206
151
  - lib/selenium/devtools/v133/tracing.rb
207
152
  - lib/selenium/devtools/v133/web_audio.rb
208
153
  - lib/selenium/devtools/v133/web_authn.rb
209
- - lib/selenium/devtools/v85.rb
210
- - lib/selenium/devtools/v85/accessibility.rb
211
- - lib/selenium/devtools/v85/animation.rb
212
- - lib/selenium/devtools/v85/application_cache.rb
213
- - lib/selenium/devtools/v85/audits.rb
214
- - lib/selenium/devtools/v85/background_service.rb
215
- - lib/selenium/devtools/v85/browser.rb
216
- - lib/selenium/devtools/v85/cache_storage.rb
217
- - lib/selenium/devtools/v85/cast.rb
218
- - lib/selenium/devtools/v85/console.rb
219
- - lib/selenium/devtools/v85/css.rb
220
- - lib/selenium/devtools/v85/database.rb
221
- - lib/selenium/devtools/v85/debugger.rb
222
- - lib/selenium/devtools/v85/device_orientation.rb
223
- - lib/selenium/devtools/v85/dom.rb
224
- - lib/selenium/devtools/v85/dom_debugger.rb
225
- - lib/selenium/devtools/v85/dom_snapshot.rb
226
- - lib/selenium/devtools/v85/dom_storage.rb
227
- - lib/selenium/devtools/v85/emulation.rb
228
- - lib/selenium/devtools/v85/fetch.rb
229
- - lib/selenium/devtools/v85/headless_experimental.rb
230
- - lib/selenium/devtools/v85/heap_profiler.rb
231
- - lib/selenium/devtools/v85/indexed_db.rb
232
- - lib/selenium/devtools/v85/input.rb
233
- - lib/selenium/devtools/v85/inspector.rb
234
- - lib/selenium/devtools/v85/io.rb
235
- - lib/selenium/devtools/v85/layer_tree.rb
236
- - lib/selenium/devtools/v85/log.rb
237
- - lib/selenium/devtools/v85/media.rb
238
- - lib/selenium/devtools/v85/memory.rb
239
- - lib/selenium/devtools/v85/network.rb
240
- - lib/selenium/devtools/v85/overlay.rb
241
- - lib/selenium/devtools/v85/page.rb
242
- - lib/selenium/devtools/v85/performance.rb
243
- - lib/selenium/devtools/v85/profiler.rb
244
- - lib/selenium/devtools/v85/runtime.rb
245
- - lib/selenium/devtools/v85/schema.rb
246
- - lib/selenium/devtools/v85/security.rb
247
- - lib/selenium/devtools/v85/service_worker.rb
248
- - lib/selenium/devtools/v85/storage.rb
249
- - lib/selenium/devtools/v85/system_info.rb
250
- - lib/selenium/devtools/v85/target.rb
251
- - lib/selenium/devtools/v85/tethering.rb
252
- - lib/selenium/devtools/v85/tracing.rb
253
- - lib/selenium/devtools/v85/web_audio.rb
254
- - lib/selenium/devtools/v85/web_authn.rb
154
+ - lib/selenium/devtools/v134.rb
155
+ - lib/selenium/devtools/v134/accessibility.rb
156
+ - lib/selenium/devtools/v134/animation.rb
157
+ - lib/selenium/devtools/v134/audits.rb
158
+ - lib/selenium/devtools/v134/autofill.rb
159
+ - lib/selenium/devtools/v134/background_service.rb
160
+ - lib/selenium/devtools/v134/bluetooth_emulation.rb
161
+ - lib/selenium/devtools/v134/browser.rb
162
+ - lib/selenium/devtools/v134/cache_storage.rb
163
+ - lib/selenium/devtools/v134/cast.rb
164
+ - lib/selenium/devtools/v134/console.rb
165
+ - lib/selenium/devtools/v134/css.rb
166
+ - lib/selenium/devtools/v134/debugger.rb
167
+ - lib/selenium/devtools/v134/device_access.rb
168
+ - lib/selenium/devtools/v134/device_orientation.rb
169
+ - lib/selenium/devtools/v134/dom.rb
170
+ - lib/selenium/devtools/v134/dom_debugger.rb
171
+ - lib/selenium/devtools/v134/dom_snapshot.rb
172
+ - lib/selenium/devtools/v134/dom_storage.rb
173
+ - lib/selenium/devtools/v134/emulation.rb
174
+ - lib/selenium/devtools/v134/event_breakpoints.rb
175
+ - lib/selenium/devtools/v134/extensions.rb
176
+ - lib/selenium/devtools/v134/fed_cm.rb
177
+ - lib/selenium/devtools/v134/fetch.rb
178
+ - lib/selenium/devtools/v134/file_system.rb
179
+ - lib/selenium/devtools/v134/headless_experimental.rb
180
+ - lib/selenium/devtools/v134/heap_profiler.rb
181
+ - lib/selenium/devtools/v134/indexed_db.rb
182
+ - lib/selenium/devtools/v134/input.rb
183
+ - lib/selenium/devtools/v134/inspector.rb
184
+ - lib/selenium/devtools/v134/io.rb
185
+ - lib/selenium/devtools/v134/layer_tree.rb
186
+ - lib/selenium/devtools/v134/log.rb
187
+ - lib/selenium/devtools/v134/media.rb
188
+ - lib/selenium/devtools/v134/memory.rb
189
+ - lib/selenium/devtools/v134/network.rb
190
+ - lib/selenium/devtools/v134/overlay.rb
191
+ - lib/selenium/devtools/v134/page.rb
192
+ - lib/selenium/devtools/v134/performance.rb
193
+ - lib/selenium/devtools/v134/performance_timeline.rb
194
+ - lib/selenium/devtools/v134/preload.rb
195
+ - lib/selenium/devtools/v134/profiler.rb
196
+ - lib/selenium/devtools/v134/pwa.rb
197
+ - lib/selenium/devtools/v134/runtime.rb
198
+ - lib/selenium/devtools/v134/schema.rb
199
+ - lib/selenium/devtools/v134/security.rb
200
+ - lib/selenium/devtools/v134/service_worker.rb
201
+ - lib/selenium/devtools/v134/storage.rb
202
+ - lib/selenium/devtools/v134/system_info.rb
203
+ - lib/selenium/devtools/v134/target.rb
204
+ - lib/selenium/devtools/v134/tethering.rb
205
+ - lib/selenium/devtools/v134/tracing.rb
206
+ - lib/selenium/devtools/v134/web_audio.rb
207
+ - lib/selenium/devtools/v134/web_authn.rb
255
208
  - lib/selenium/devtools/version.rb
256
209
  - selenium-devtools.gemspec
257
210
  homepage: https://selenium.dev