selenium-devtools 0.143.0 → 0.144.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 (60) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/LICENSE +1 -1
  4. data/NOTICE +1 -1
  5. data/lib/selenium/devtools/{v141 → v144}/accessibility.rb +2 -2
  6. data/lib/selenium/devtools/{v141 → v144}/animation.rb +2 -2
  7. data/lib/selenium/devtools/{v141 → v144}/audits.rb +2 -2
  8. data/lib/selenium/devtools/{v141 → v144}/autofill.rb +5 -4
  9. data/lib/selenium/devtools/{v141 → v144}/background_service.rb +2 -2
  10. data/lib/selenium/devtools/{v141 → v144}/bluetooth_emulation.rb +2 -2
  11. data/lib/selenium/devtools/{v141 → v144}/browser.rb +4 -4
  12. data/lib/selenium/devtools/{v141 → v144}/cache_storage.rb +2 -2
  13. data/lib/selenium/devtools/{v141 → v144}/cast.rb +2 -2
  14. data/lib/selenium/devtools/{v141 → v144}/console.rb +2 -2
  15. data/lib/selenium/devtools/{v141 → v144}/css.rb +2 -2
  16. data/lib/selenium/devtools/{v141 → v144}/debugger.rb +2 -2
  17. data/lib/selenium/devtools/{v141 → v144}/device_access.rb +2 -2
  18. data/lib/selenium/devtools/{v141 → v144}/device_orientation.rb +2 -2
  19. data/lib/selenium/devtools/{v141 → v144}/dom.rb +4 -2
  20. data/lib/selenium/devtools/{v141 → v144}/dom_debugger.rb +2 -2
  21. data/lib/selenium/devtools/{v141 → v144}/dom_snapshot.rb +2 -2
  22. data/lib/selenium/devtools/{v141 → v144}/dom_storage.rb +2 -2
  23. data/lib/selenium/devtools/{v141 → v144}/emulation.rb +2 -2
  24. data/lib/selenium/devtools/{v141 → v144}/event_breakpoints.rb +2 -2
  25. data/lib/selenium/devtools/{v141 → v144}/extensions.rb +2 -2
  26. data/lib/selenium/devtools/{v141 → v144}/fed_cm.rb +2 -2
  27. data/lib/selenium/devtools/{v141 → v144}/fetch.rb +2 -2
  28. data/lib/selenium/devtools/{v141 → v144}/file_system.rb +2 -2
  29. data/lib/selenium/devtools/{v141 → v144}/headless_experimental.rb +2 -2
  30. data/lib/selenium/devtools/{v141 → v144}/heap_profiler.rb +4 -3
  31. data/lib/selenium/devtools/{v141 → v144}/indexed_db.rb +3 -3
  32. data/lib/selenium/devtools/{v141 → v144}/input.rb +2 -2
  33. data/lib/selenium/devtools/{v141 → v144}/inspector.rb +3 -2
  34. data/lib/selenium/devtools/{v141 → v144}/io.rb +2 -2
  35. data/lib/selenium/devtools/{v141 → v144}/layer_tree.rb +2 -2
  36. data/lib/selenium/devtools/{v141 → v144}/log.rb +2 -2
  37. data/lib/selenium/devtools/{v141 → v144}/media.rb +2 -2
  38. data/lib/selenium/devtools/{v141 → v144}/memory.rb +2 -2
  39. data/lib/selenium/devtools/{v141 → v144}/network.rb +21 -11
  40. data/lib/selenium/devtools/{v141 → v144}/overlay.rb +2 -2
  41. data/lib/selenium/devtools/{v141 → v144}/page.rb +7 -2
  42. data/lib/selenium/devtools/{v141 → v144}/performance.rb +2 -2
  43. data/lib/selenium/devtools/{v141 → v144}/performance_timeline.rb +2 -2
  44. data/lib/selenium/devtools/{v141 → v144}/preload.rb +2 -2
  45. data/lib/selenium/devtools/{v141 → v144}/profiler.rb +2 -2
  46. data/lib/selenium/devtools/{v141 → v144}/pwa.rb +2 -2
  47. data/lib/selenium/devtools/{v141 → v144}/runtime.rb +2 -2
  48. data/lib/selenium/devtools/{v141 → v144}/schema.rb +2 -2
  49. data/lib/selenium/devtools/{v141 → v144}/security.rb +2 -2
  50. data/lib/selenium/devtools/{v141 → v144}/service_worker.rb +2 -2
  51. data/lib/selenium/devtools/{v141 → v144}/storage.rb +7 -2
  52. data/lib/selenium/devtools/{v141 → v144}/system_info.rb +2 -2
  53. data/lib/selenium/devtools/{v141 → v144}/target.rb +10 -4
  54. data/lib/selenium/devtools/{v141 → v144}/tethering.rb +2 -2
  55. data/lib/selenium/devtools/{v141 → v144}/tracing.rb +2 -2
  56. data/lib/selenium/devtools/{v141 → v144}/web_audio.rb +2 -2
  57. data/lib/selenium/devtools/{v141 → v144}/web_authn.rb +2 -2
  58. data/lib/selenium/devtools/{v141.rb → v144.rb} +3 -3
  59. data/lib/selenium/devtools/version.rb +1 -1
  60. metadata +56 -56
@@ -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 V141
23
+ module V144
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 # V141
51
+ end # V144
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 V141
23
+ module V144
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 # V141
84
+ end # V144
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 V141
23
+ module V144
24
24
  class Network
25
25
  EVENTS = {
26
26
  data_received: 'dataReceived',
@@ -49,6 +49,8 @@ module Selenium
49
49
  direct_tcp_socket_closed: 'directTCPSocketClosed',
50
50
  direct_tcp_socket_chunk_sent: 'directTCPSocketChunkSent',
51
51
  direct_tcp_socket_chunk_received: 'directTCPSocketChunkReceived',
52
+ direct_udp_socket_joined_multicast_group: 'directUDPSocketJoinedMulticastGroup',
53
+ direct_udp_socket_left_multicast_group: 'directUDPSocketLeftMulticastGroup',
52
54
  direct_udp_socket_created: 'directUDPSocketCreated',
53
55
  direct_udp_socket_opened: 'directUDPSocketOpened',
54
56
  direct_udp_socket_aborted: 'directUDPSocketAborted',
@@ -60,10 +62,6 @@ module Selenium
60
62
  response_received_early_hints: 'responseReceivedEarlyHints',
61
63
  trust_token_operation_done: 'trustTokenOperationDone',
62
64
  policy_updated: 'policyUpdated',
63
- subresource_web_bundle_metadata_received: 'subresourceWebBundleMetadataReceived',
64
- subresource_web_bundle_metadata_error: 'subresourceWebBundleMetadataError',
65
- subresource_web_bundle_inner_response_parsed: 'subresourceWebBundleInnerResponseParsed',
66
- subresource_web_bundle_inner_response_error: 'subresourceWebBundleInnerResponseError',
67
65
  reporting_api_report_added: 'reportingApiReportAdded',
68
66
  reporting_api_report_updated: 'reportingApiReportUpdated',
69
67
  reporting_api_endpoints_changed_for_origin: 'reportingApiEndpointsChangedForOrigin',
@@ -78,10 +76,6 @@ module Selenium
78
76
  @devtools.callbacks["Network.#{event}"] << block
79
77
  end
80
78
 
81
- def get_ip_protection_proxy_status
82
- @devtools.send_cmd('Network.getIPProtectionProxyStatus')
83
- end
84
-
85
79
  def set_accepted_encodings(encodings:)
86
80
  @devtools.send_cmd('Network.setAcceptedEncodings',
87
81
  encodings: encodings)
@@ -148,6 +142,21 @@ module Selenium
148
142
  packetReordering: packet_reordering)
149
143
  end
150
144
 
145
+ def emulate_network_conditions_by_rule(offline:, matched_network_conditions:)
146
+ @devtools.send_cmd('Network.emulateNetworkConditionsByRule',
147
+ offline: offline,
148
+ matchedNetworkConditions: matched_network_conditions)
149
+ end
150
+
151
+ def override_network_state(offline:, latency:, download_throughput:, upload_throughput:, connection_type: nil)
152
+ @devtools.send_cmd('Network.overrideNetworkState',
153
+ offline: offline,
154
+ latency: latency,
155
+ downloadThroughput: download_throughput,
156
+ uploadThroughput: upload_throughput,
157
+ connectionType: connection_type)
158
+ end
159
+
151
160
  def enable(max_total_buffer_size: nil, max_resource_buffer_size: nil, max_post_data_size: nil, report_direct_socket_traffic: nil, enable_durable_messages: nil)
152
161
  @devtools.send_cmd('Network.enable',
153
162
  maxTotalBufferSize: max_total_buffer_size,
@@ -204,8 +213,9 @@ module Selenium
204
213
  isRegex: is_regex)
205
214
  end
206
215
 
207
- def set_blocked_urls(urls:)
216
+ def set_blocked_urls(url_patterns: nil, urls: nil)
208
217
  @devtools.send_cmd('Network.setBlockedURLs',
218
+ urlPatterns: url_patterns,
209
219
  urls: urls)
210
220
  end
211
221
 
@@ -295,6 +305,6 @@ module Selenium
295
305
  end
296
306
 
297
307
  end # Network
298
- end # V141
308
+ end # V144
299
309
  end # DevTools
300
310
  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 V141
23
+ module V144
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 # V141
205
+ end # V144
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 V141
23
+ module V144
24
24
  class Page
25
25
  EVENTS = {
26
26
  dom_content_event_fired: 'domContentEventFired',
@@ -408,7 +408,12 @@ module Selenium
408
408
  isAllowed: is_allowed)
409
409
  end
410
410
 
411
+ def get_annotated_page_content(include_actionable_information: nil)
412
+ @devtools.send_cmd('Page.getAnnotatedPageContent',
413
+ includeActionableInformation: include_actionable_information)
414
+ end
415
+
411
416
  end # Page
412
- end # V141
417
+ end # V144
413
418
  end # DevTools
414
419
  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 V141
23
+ module V144
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 # V141
57
+ end # V144
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 V141
23
+ module V144
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 # V141
44
+ end # V144
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 V141
23
+ module V144
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 # V141
52
+ end # V144
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 V141
23
+ module V144
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 # V141
81
+ end # V144
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 V141
23
+ module V144
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 # V141
76
+ end # V144
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 V141
23
+ module V144
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 # V141
200
+ end # V144
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 V141
23
+ module V144
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 # V141
40
+ end # V144
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 V141
23
+ module V144
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 # V141
65
+ end # V144
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 V141
23
+ module V144
24
24
  class ServiceWorker
25
25
  EVENTS = {
26
26
  worker_error_reported: 'workerErrorReported',
@@ -102,6 +102,6 @@ module Selenium
102
102
  end
103
103
 
104
104
  end # ServiceWorker
105
- end # V141
105
+ end # V144
106
106
  end # DevTools
107
107
  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 V141
23
+ module V144
24
24
  class Storage
25
25
  EVENTS = {
26
26
  cache_storage_content_updated: 'cacheStorageContentUpdated',
@@ -54,6 +54,11 @@ module Selenium
54
54
  frameId: frame_id)
55
55
  end
56
56
 
57
+ def get_storage_key(frame_id: nil)
58
+ @devtools.send_cmd('Storage.getStorageKey',
59
+ frameId: frame_id)
60
+ end
61
+
57
62
  def clear_data_for_origin(origin:, storage_types:)
58
63
  @devtools.send_cmd('Storage.clearDataForOrigin',
59
64
  origin: origin,
@@ -244,6 +249,6 @@ module Selenium
244
249
  end
245
250
 
246
251
  end # Storage
247
- end # V141
252
+ end # V144
248
253
  end # DevTools
249
254
  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 V141
23
+ module V144
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 # V141
49
+ end # V144
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 V141
23
+ module V144
24
24
  class Target
25
25
  EVENTS = {
26
26
  attached_to_target: 'attachedToTarget',
@@ -150,12 +150,18 @@ module Selenium
150
150
  locations: locations)
151
151
  end
152
152
 
153
- def open_dev_tools(target_id:)
154
- @devtools.send_cmd('Target.openDevTools',
153
+ def get_dev_tools_target(target_id:)
154
+ @devtools.send_cmd('Target.getDevToolsTarget',
155
155
  targetId: target_id)
156
156
  end
157
157
 
158
+ def open_dev_tools(target_id:, panel_id: nil)
159
+ @devtools.send_cmd('Target.openDevTools',
160
+ targetId: target_id,
161
+ panelId: panel_id)
162
+ end
163
+
158
164
  end # Target
159
- end # V141
165
+ end # V144
160
166
  end # DevTools
161
167
  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 V141
23
+ module V144
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 # V141
49
+ end # V144
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 V141
23
+ module V144
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 # V141
73
+ end # V144
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 V141
23
+ module V144
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 # V141
64
+ end # V144
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 V141
23
+ module V144
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 # V141
117
+ end # V144
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__))}/v141/*", &method(:require))
22
+ Dir.glob("#{File.dirname(File.absolute_path(__FILE__))}/v144/*", &method(:require))
23
23
 
24
24
  module Selenium
25
25
  module DevTools
26
- module V141
26
+ module V144
27
27
  METHODS_TO_CLASSES = {
28
28
  accessibility: 'Accessibility',
29
29
  animation: 'Animation',
@@ -79,6 +79,6 @@ module Selenium
79
79
  runtime: 'Runtime',
80
80
  schema: 'Schema',
81
81
  }.freeze
82
- end # V141
82
+ end # V144
83
83
  end # DevTools
84
84
  end # Selenium
@@ -19,6 +19,6 @@
19
19
 
20
20
  module Selenium
21
21
  module DevTools
22
- VERSION = '0.143.0'
22
+ VERSION = '0.144.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.143.0
4
+ version: 0.144.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-12-06 00:00:00.000000000 Z
13
+ date: 2026-03-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: selenium-webdriver
@@ -41,60 +41,6 @@ files:
41
41
  - LICENSE
42
42
  - NOTICE
43
43
  - lib/selenium/devtools.rb
44
- - lib/selenium/devtools/v141.rb
45
- - lib/selenium/devtools/v141/accessibility.rb
46
- - lib/selenium/devtools/v141/animation.rb
47
- - lib/selenium/devtools/v141/audits.rb
48
- - lib/selenium/devtools/v141/autofill.rb
49
- - lib/selenium/devtools/v141/background_service.rb
50
- - lib/selenium/devtools/v141/bluetooth_emulation.rb
51
- - lib/selenium/devtools/v141/browser.rb
52
- - lib/selenium/devtools/v141/cache_storage.rb
53
- - lib/selenium/devtools/v141/cast.rb
54
- - lib/selenium/devtools/v141/console.rb
55
- - lib/selenium/devtools/v141/css.rb
56
- - lib/selenium/devtools/v141/debugger.rb
57
- - lib/selenium/devtools/v141/device_access.rb
58
- - lib/selenium/devtools/v141/device_orientation.rb
59
- - lib/selenium/devtools/v141/dom.rb
60
- - lib/selenium/devtools/v141/dom_debugger.rb
61
- - lib/selenium/devtools/v141/dom_snapshot.rb
62
- - lib/selenium/devtools/v141/dom_storage.rb
63
- - lib/selenium/devtools/v141/emulation.rb
64
- - lib/selenium/devtools/v141/event_breakpoints.rb
65
- - lib/selenium/devtools/v141/extensions.rb
66
- - lib/selenium/devtools/v141/fed_cm.rb
67
- - lib/selenium/devtools/v141/fetch.rb
68
- - lib/selenium/devtools/v141/file_system.rb
69
- - lib/selenium/devtools/v141/headless_experimental.rb
70
- - lib/selenium/devtools/v141/heap_profiler.rb
71
- - lib/selenium/devtools/v141/indexed_db.rb
72
- - lib/selenium/devtools/v141/input.rb
73
- - lib/selenium/devtools/v141/inspector.rb
74
- - lib/selenium/devtools/v141/io.rb
75
- - lib/selenium/devtools/v141/layer_tree.rb
76
- - lib/selenium/devtools/v141/log.rb
77
- - lib/selenium/devtools/v141/media.rb
78
- - lib/selenium/devtools/v141/memory.rb
79
- - lib/selenium/devtools/v141/network.rb
80
- - lib/selenium/devtools/v141/overlay.rb
81
- - lib/selenium/devtools/v141/page.rb
82
- - lib/selenium/devtools/v141/performance.rb
83
- - lib/selenium/devtools/v141/performance_timeline.rb
84
- - lib/selenium/devtools/v141/preload.rb
85
- - lib/selenium/devtools/v141/profiler.rb
86
- - lib/selenium/devtools/v141/pwa.rb
87
- - lib/selenium/devtools/v141/runtime.rb
88
- - lib/selenium/devtools/v141/schema.rb
89
- - lib/selenium/devtools/v141/security.rb
90
- - lib/selenium/devtools/v141/service_worker.rb
91
- - lib/selenium/devtools/v141/storage.rb
92
- - lib/selenium/devtools/v141/system_info.rb
93
- - lib/selenium/devtools/v141/target.rb
94
- - lib/selenium/devtools/v141/tethering.rb
95
- - lib/selenium/devtools/v141/tracing.rb
96
- - lib/selenium/devtools/v141/web_audio.rb
97
- - lib/selenium/devtools/v141/web_authn.rb
98
44
  - lib/selenium/devtools/v142.rb
99
45
  - lib/selenium/devtools/v142/accessibility.rb
100
46
  - lib/selenium/devtools/v142/animation.rb
@@ -203,6 +149,60 @@ files:
203
149
  - lib/selenium/devtools/v143/tracing.rb
204
150
  - lib/selenium/devtools/v143/web_audio.rb
205
151
  - lib/selenium/devtools/v143/web_authn.rb
152
+ - lib/selenium/devtools/v144.rb
153
+ - lib/selenium/devtools/v144/accessibility.rb
154
+ - lib/selenium/devtools/v144/animation.rb
155
+ - lib/selenium/devtools/v144/audits.rb
156
+ - lib/selenium/devtools/v144/autofill.rb
157
+ - lib/selenium/devtools/v144/background_service.rb
158
+ - lib/selenium/devtools/v144/bluetooth_emulation.rb
159
+ - lib/selenium/devtools/v144/browser.rb
160
+ - lib/selenium/devtools/v144/cache_storage.rb
161
+ - lib/selenium/devtools/v144/cast.rb
162
+ - lib/selenium/devtools/v144/console.rb
163
+ - lib/selenium/devtools/v144/css.rb
164
+ - lib/selenium/devtools/v144/debugger.rb
165
+ - lib/selenium/devtools/v144/device_access.rb
166
+ - lib/selenium/devtools/v144/device_orientation.rb
167
+ - lib/selenium/devtools/v144/dom.rb
168
+ - lib/selenium/devtools/v144/dom_debugger.rb
169
+ - lib/selenium/devtools/v144/dom_snapshot.rb
170
+ - lib/selenium/devtools/v144/dom_storage.rb
171
+ - lib/selenium/devtools/v144/emulation.rb
172
+ - lib/selenium/devtools/v144/event_breakpoints.rb
173
+ - lib/selenium/devtools/v144/extensions.rb
174
+ - lib/selenium/devtools/v144/fed_cm.rb
175
+ - lib/selenium/devtools/v144/fetch.rb
176
+ - lib/selenium/devtools/v144/file_system.rb
177
+ - lib/selenium/devtools/v144/headless_experimental.rb
178
+ - lib/selenium/devtools/v144/heap_profiler.rb
179
+ - lib/selenium/devtools/v144/indexed_db.rb
180
+ - lib/selenium/devtools/v144/input.rb
181
+ - lib/selenium/devtools/v144/inspector.rb
182
+ - lib/selenium/devtools/v144/io.rb
183
+ - lib/selenium/devtools/v144/layer_tree.rb
184
+ - lib/selenium/devtools/v144/log.rb
185
+ - lib/selenium/devtools/v144/media.rb
186
+ - lib/selenium/devtools/v144/memory.rb
187
+ - lib/selenium/devtools/v144/network.rb
188
+ - lib/selenium/devtools/v144/overlay.rb
189
+ - lib/selenium/devtools/v144/page.rb
190
+ - lib/selenium/devtools/v144/performance.rb
191
+ - lib/selenium/devtools/v144/performance_timeline.rb
192
+ - lib/selenium/devtools/v144/preload.rb
193
+ - lib/selenium/devtools/v144/profiler.rb
194
+ - lib/selenium/devtools/v144/pwa.rb
195
+ - lib/selenium/devtools/v144/runtime.rb
196
+ - lib/selenium/devtools/v144/schema.rb
197
+ - lib/selenium/devtools/v144/security.rb
198
+ - lib/selenium/devtools/v144/service_worker.rb
199
+ - lib/selenium/devtools/v144/storage.rb
200
+ - lib/selenium/devtools/v144/system_info.rb
201
+ - lib/selenium/devtools/v144/target.rb
202
+ - lib/selenium/devtools/v144/tethering.rb
203
+ - lib/selenium/devtools/v144/tracing.rb
204
+ - lib/selenium/devtools/v144/web_audio.rb
205
+ - lib/selenium/devtools/v144/web_authn.rb
206
206
  - lib/selenium/devtools/version.rb
207
207
  - selenium-devtools.gemspec
208
208
  homepage: https://selenium.dev