selenium-devtools 0.138.0 → 0.139.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 (57) hide show
  1. checksums.yaml +4 -4
  2. data/lib/selenium/devtools/{v136 → v139}/accessibility.rb +2 -2
  3. data/lib/selenium/devtools/{v136 → v139}/animation.rb +2 -2
  4. data/lib/selenium/devtools/{v136 → v139}/audits.rb +2 -2
  5. data/lib/selenium/devtools/{v136 → v139}/autofill.rb +2 -2
  6. data/lib/selenium/devtools/{v136 → v139}/background_service.rb +2 -2
  7. data/lib/selenium/devtools/{v136 → v139}/bluetooth_emulation.rb +39 -9
  8. data/lib/selenium/devtools/{v136 → v139}/browser.rb +2 -2
  9. data/lib/selenium/devtools/{v136 → v139}/cache_storage.rb +2 -2
  10. data/lib/selenium/devtools/{v136 → v139}/cast.rb +2 -2
  11. data/lib/selenium/devtools/{v136 → v139}/console.rb +2 -2
  12. data/lib/selenium/devtools/{v136 → v139}/css.rb +2 -2
  13. data/lib/selenium/devtools/{v136 → v139}/debugger.rb +2 -2
  14. data/lib/selenium/devtools/{v136 → v139}/device_access.rb +2 -2
  15. data/lib/selenium/devtools/{v136 → v139}/device_orientation.rb +2 -2
  16. data/lib/selenium/devtools/{v136 → v139}/dom.rb +2 -2
  17. data/lib/selenium/devtools/{v136 → v139}/dom_debugger.rb +2 -2
  18. data/lib/selenium/devtools/{v136 → v139}/dom_snapshot.rb +2 -2
  19. data/lib/selenium/devtools/{v136 → v139}/dom_storage.rb +2 -2
  20. data/lib/selenium/devtools/{v136 → v139}/emulation.rb +25 -4
  21. data/lib/selenium/devtools/{v136 → v139}/event_breakpoints.rb +2 -2
  22. data/lib/selenium/devtools/{v136 → v139}/extensions.rb +2 -2
  23. data/lib/selenium/devtools/{v136 → v139}/fed_cm.rb +2 -2
  24. data/lib/selenium/devtools/{v136 → v139}/fetch.rb +2 -2
  25. data/lib/selenium/devtools/{v136 → v139}/file_system.rb +2 -2
  26. data/lib/selenium/devtools/{v136 → v139}/headless_experimental.rb +2 -2
  27. data/lib/selenium/devtools/{v136 → v139}/heap_profiler.rb +2 -2
  28. data/lib/selenium/devtools/{v136 → v139}/indexed_db.rb +2 -2
  29. data/lib/selenium/devtools/{v136 → v139}/input.rb +2 -2
  30. data/lib/selenium/devtools/{v136 → v139}/inspector.rb +2 -2
  31. data/lib/selenium/devtools/{v136 → v139}/io.rb +2 -2
  32. data/lib/selenium/devtools/{v136 → v139}/layer_tree.rb +2 -2
  33. data/lib/selenium/devtools/{v136 → v139}/log.rb +2 -2
  34. data/lib/selenium/devtools/{v136 → v139}/media.rb +2 -2
  35. data/lib/selenium/devtools/{v136 → v139}/memory.rb +2 -2
  36. data/lib/selenium/devtools/{v136 → v139}/network.rb +13 -4
  37. data/lib/selenium/devtools/{v136 → v139}/overlay.rb +2 -2
  38. data/lib/selenium/devtools/{v136 → v139}/page.rb +4 -4
  39. data/lib/selenium/devtools/{v136 → v139}/performance.rb +2 -2
  40. data/lib/selenium/devtools/{v136 → v139}/performance_timeline.rb +2 -2
  41. data/lib/selenium/devtools/{v136 → v139}/preload.rb +2 -2
  42. data/lib/selenium/devtools/{v136 → v139}/profiler.rb +2 -2
  43. data/lib/selenium/devtools/{v136 → v139}/pwa.rb +2 -2
  44. data/lib/selenium/devtools/{v136 → v139}/runtime.rb +2 -2
  45. data/lib/selenium/devtools/{v136 → v139}/schema.rb +2 -2
  46. data/lib/selenium/devtools/{v136 → v139}/security.rb +2 -2
  47. data/lib/selenium/devtools/{v136 → v139}/service_worker.rb +2 -2
  48. data/lib/selenium/devtools/{v136 → v139}/storage.rb +12 -2
  49. data/lib/selenium/devtools/{v136 → v139}/system_info.rb +2 -2
  50. data/lib/selenium/devtools/{v136 → v139}/target.rb +5 -4
  51. data/lib/selenium/devtools/{v136 → v139}/tethering.rb +2 -2
  52. data/lib/selenium/devtools/{v136 → v139}/tracing.rb +2 -2
  53. data/lib/selenium/devtools/{v136 → v139}/web_audio.rb +2 -2
  54. data/lib/selenium/devtools/{v136 → v139}/web_authn.rb +2 -2
  55. data/lib/selenium/devtools/{v136.rb → v139.rb} +3 -3
  56. data/lib/selenium/devtools/version.rb +1 -1
  57. 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 V136
23
+ module V139
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 # V136
60
+ end # V139
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 V136
23
+ module V139
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 # V136
51
+ end # V139
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 V136
23
+ module V139
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 # V136
84
+ end # V139
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 V136
23
+ module V139
24
24
  class Network
25
25
  EVENTS = {
26
26
  data_received: 'dataReceived',
@@ -47,6 +47,14 @@ module Selenium
47
47
  direct_tcp_socket_opened: 'directTCPSocketOpened',
48
48
  direct_tcp_socket_aborted: 'directTCPSocketAborted',
49
49
  direct_tcp_socket_closed: 'directTCPSocketClosed',
50
+ direct_tcp_socket_chunk_sent: 'directTCPSocketChunkSent',
51
+ direct_tcp_socket_chunk_received: 'directTCPSocketChunkReceived',
52
+ direct_udp_socket_created: 'directUDPSocketCreated',
53
+ direct_udp_socket_opened: 'directUDPSocketOpened',
54
+ direct_udp_socket_aborted: 'directUDPSocketAborted',
55
+ direct_udp_socket_closed: 'directUDPSocketClosed',
56
+ direct_udp_socket_chunk_sent: 'directUDPSocketChunkSent',
57
+ direct_udp_socket_chunk_received: 'directUDPSocketChunkReceived',
50
58
  request_will_be_sent_extra_info: 'requestWillBeSentExtraInfo',
51
59
  response_received_extra_info: 'responseReceivedExtraInfo',
52
60
  response_received_early_hints: 'responseReceivedEarlyHints',
@@ -136,11 +144,12 @@ module Selenium
136
144
  packetReordering: packet_reordering)
137
145
  end
138
146
 
139
- def enable(max_total_buffer_size: nil, max_resource_buffer_size: nil, max_post_data_size: nil)
147
+ def enable(max_total_buffer_size: nil, max_resource_buffer_size: nil, max_post_data_size: nil, report_direct_socket_traffic: nil)
140
148
  @devtools.send_cmd('Network.enable',
141
149
  maxTotalBufferSize: max_total_buffer_size,
142
150
  maxResourceBufferSize: max_resource_buffer_size,
143
- maxPostDataSize: max_post_data_size)
151
+ maxPostDataSize: max_post_data_size,
152
+ reportDirectSocketTraffic: report_direct_socket_traffic)
144
153
  end
145
154
 
146
155
  def get_all_cookies
@@ -281,6 +290,6 @@ module Selenium
281
290
  end
282
291
 
283
292
  end # Network
284
- end # V136
293
+ end # V139
285
294
  end # DevTools
286
295
  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 V136
23
+ module V139
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 # V136
205
+ end # V139
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 V136
23
+ module V139
24
24
  class Page
25
25
  EVENTS = {
26
26
  dom_content_event_fired: 'domContentEventFired',
@@ -145,8 +145,8 @@ module Selenium
145
145
  @devtools.send_cmd('Page.getAppId')
146
146
  end
147
147
 
148
- def get_ad_script_id(frame_id:)
149
- @devtools.send_cmd('Page.getAdScriptId',
148
+ def get_ad_script_ancestry(frame_id:)
149
+ @devtools.send_cmd('Page.getAdScriptAncestry',
150
150
  frameId: frame_id)
151
151
  end
152
152
 
@@ -409,6 +409,6 @@ module Selenium
409
409
  end
410
410
 
411
411
  end # Page
412
- end # V136
412
+ end # V139
413
413
  end # DevTools
414
414
  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 V136
23
+ module V139
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 # V136
57
+ end # V139
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 V136
23
+ module V139
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 # V136
44
+ end # V139
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 V136
23
+ module V139
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 # V136
52
+ end # V139
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 V136
23
+ module V139
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 # V136
81
+ end # V139
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 V136
23
+ module V139
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 # V136
76
+ end # V139
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 V136
23
+ module V139
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 # V136
200
+ end # V139
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 V136
23
+ module V139
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 # V136
40
+ end # V139
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 V136
23
+ module V139
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 # V136
65
+ end # V139
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 V136
23
+ module V139
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 # V136
110
+ end # V139
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 V136
23
+ module V139
24
24
  class Storage
25
25
  EVENTS = {
26
26
  cache_storage_content_updated: 'cacheStorageContentUpdated',
@@ -31,10 +31,13 @@ module Selenium
31
31
  interest_group_auction_event_occurred: 'interestGroupAuctionEventOccurred',
32
32
  interest_group_auction_network_request_created: 'interestGroupAuctionNetworkRequestCreated',
33
33
  shared_storage_accessed: 'sharedStorageAccessed',
34
+ shared_storage_worklet_operation_execution_finished: 'sharedStorageWorkletOperationExecutionFinished',
34
35
  storage_bucket_created_or_updated: 'storageBucketCreatedOrUpdated',
35
36
  storage_bucket_deleted: 'storageBucketDeleted',
36
37
  attribution_reporting_source_registered: 'attributionReportingSourceRegistered',
37
38
  attribution_reporting_trigger_registered: 'attributionReportingTriggerRegistered',
39
+ attribution_reporting_report_sent: 'attributionReportingReportSent',
40
+ attribution_reporting_verbose_debug_report_sent: 'attributionReportingVerboseDebugReportSent',
38
41
  }.freeze
39
42
 
40
43
  def initialize(devtools)
@@ -233,7 +236,14 @@ module Selenium
233
236
  thirdPartyUrls: third_party_urls)
234
237
  end
235
238
 
239
+ def set_protected_audience_k_anonymity(owner:, name:, hashes:)
240
+ @devtools.send_cmd('Storage.setProtectedAudienceKAnonymity',
241
+ owner: owner,
242
+ name: name,
243
+ hashes: hashes)
244
+ end
245
+
236
246
  end # Storage
237
- end # V136
247
+ end # V139
238
248
  end # DevTools
239
249
  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 V136
23
+ module V139
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 # V136
49
+ end # V139
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 V136
23
+ module V139
24
24
  class Target
25
25
  EVENTS = {
26
26
  attached_to_target: 'attachedToTarget',
@@ -80,7 +80,7 @@ module Selenium
80
80
  @devtools.send_cmd('Target.getBrowserContexts')
81
81
  end
82
82
 
83
- 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
+ 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, hidden: nil)
84
84
  @devtools.send_cmd('Target.createTarget',
85
85
  url: url,
86
86
  left: left,
@@ -92,7 +92,8 @@ module Selenium
92
92
  enableBeginFrameControl: enable_begin_frame_control,
93
93
  newWindow: new_window,
94
94
  background: background,
95
- forTab: for_tab)
95
+ forTab: for_tab,
96
+ hidden: hidden)
96
97
  end
97
98
 
98
99
  def detach_from_target(session_id: nil, target_id: nil)
@@ -150,6 +151,6 @@ module Selenium
150
151
  end
151
152
 
152
153
  end # Target
153
- end # V136
154
+ end # V139
154
155
  end # DevTools
155
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 V136
23
+ module V139
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 # V136
49
+ end # V139
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 V136
23
+ module V139
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 # V136
73
+ end # V139
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 V136
23
+ module V139
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 # V136
64
+ end # V139
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 V136
23
+ module V139
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 # V136
117
+ end # V139
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__))}/v136/*", &method(:require))
22
+ Dir.glob("#{File.dirname(File.absolute_path(__FILE__))}/v139/*", &method(:require))
23
23
 
24
24
  module Selenium
25
25
  module DevTools
26
- module V136
26
+ module V139
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 # V136
82
+ end # V139
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.138.0'
22
+ VERSION = '0.139.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.138.0
4
+ version: 0.139.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-06-29 00:00:00.000000000 Z
13
+ date: 2025-08-12 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/v136.rb
45
- - lib/selenium/devtools/v136/accessibility.rb
46
- - lib/selenium/devtools/v136/animation.rb
47
- - lib/selenium/devtools/v136/audits.rb
48
- - lib/selenium/devtools/v136/autofill.rb
49
- - lib/selenium/devtools/v136/background_service.rb
50
- - lib/selenium/devtools/v136/bluetooth_emulation.rb
51
- - lib/selenium/devtools/v136/browser.rb
52
- - lib/selenium/devtools/v136/cache_storage.rb
53
- - lib/selenium/devtools/v136/cast.rb
54
- - lib/selenium/devtools/v136/console.rb
55
- - lib/selenium/devtools/v136/css.rb
56
- - lib/selenium/devtools/v136/debugger.rb
57
- - lib/selenium/devtools/v136/device_access.rb
58
- - lib/selenium/devtools/v136/device_orientation.rb
59
- - lib/selenium/devtools/v136/dom.rb
60
- - lib/selenium/devtools/v136/dom_debugger.rb
61
- - lib/selenium/devtools/v136/dom_snapshot.rb
62
- - lib/selenium/devtools/v136/dom_storage.rb
63
- - lib/selenium/devtools/v136/emulation.rb
64
- - lib/selenium/devtools/v136/event_breakpoints.rb
65
- - lib/selenium/devtools/v136/extensions.rb
66
- - lib/selenium/devtools/v136/fed_cm.rb
67
- - lib/selenium/devtools/v136/fetch.rb
68
- - lib/selenium/devtools/v136/file_system.rb
69
- - lib/selenium/devtools/v136/headless_experimental.rb
70
- - lib/selenium/devtools/v136/heap_profiler.rb
71
- - lib/selenium/devtools/v136/indexed_db.rb
72
- - lib/selenium/devtools/v136/input.rb
73
- - lib/selenium/devtools/v136/inspector.rb
74
- - lib/selenium/devtools/v136/io.rb
75
- - lib/selenium/devtools/v136/layer_tree.rb
76
- - lib/selenium/devtools/v136/log.rb
77
- - lib/selenium/devtools/v136/media.rb
78
- - lib/selenium/devtools/v136/memory.rb
79
- - lib/selenium/devtools/v136/network.rb
80
- - lib/selenium/devtools/v136/overlay.rb
81
- - lib/selenium/devtools/v136/page.rb
82
- - lib/selenium/devtools/v136/performance.rb
83
- - lib/selenium/devtools/v136/performance_timeline.rb
84
- - lib/selenium/devtools/v136/preload.rb
85
- - lib/selenium/devtools/v136/profiler.rb
86
- - lib/selenium/devtools/v136/pwa.rb
87
- - lib/selenium/devtools/v136/runtime.rb
88
- - lib/selenium/devtools/v136/schema.rb
89
- - lib/selenium/devtools/v136/security.rb
90
- - lib/selenium/devtools/v136/service_worker.rb
91
- - lib/selenium/devtools/v136/storage.rb
92
- - lib/selenium/devtools/v136/system_info.rb
93
- - lib/selenium/devtools/v136/target.rb
94
- - lib/selenium/devtools/v136/tethering.rb
95
- - lib/selenium/devtools/v136/tracing.rb
96
- - lib/selenium/devtools/v136/web_audio.rb
97
- - lib/selenium/devtools/v136/web_authn.rb
98
44
  - lib/selenium/devtools/v137.rb
99
45
  - lib/selenium/devtools/v137/accessibility.rb
100
46
  - lib/selenium/devtools/v137/animation.rb
@@ -203,6 +149,60 @@ files:
203
149
  - lib/selenium/devtools/v138/tracing.rb
204
150
  - lib/selenium/devtools/v138/web_audio.rb
205
151
  - lib/selenium/devtools/v138/web_authn.rb
152
+ - lib/selenium/devtools/v139.rb
153
+ - lib/selenium/devtools/v139/accessibility.rb
154
+ - lib/selenium/devtools/v139/animation.rb
155
+ - lib/selenium/devtools/v139/audits.rb
156
+ - lib/selenium/devtools/v139/autofill.rb
157
+ - lib/selenium/devtools/v139/background_service.rb
158
+ - lib/selenium/devtools/v139/bluetooth_emulation.rb
159
+ - lib/selenium/devtools/v139/browser.rb
160
+ - lib/selenium/devtools/v139/cache_storage.rb
161
+ - lib/selenium/devtools/v139/cast.rb
162
+ - lib/selenium/devtools/v139/console.rb
163
+ - lib/selenium/devtools/v139/css.rb
164
+ - lib/selenium/devtools/v139/debugger.rb
165
+ - lib/selenium/devtools/v139/device_access.rb
166
+ - lib/selenium/devtools/v139/device_orientation.rb
167
+ - lib/selenium/devtools/v139/dom.rb
168
+ - lib/selenium/devtools/v139/dom_debugger.rb
169
+ - lib/selenium/devtools/v139/dom_snapshot.rb
170
+ - lib/selenium/devtools/v139/dom_storage.rb
171
+ - lib/selenium/devtools/v139/emulation.rb
172
+ - lib/selenium/devtools/v139/event_breakpoints.rb
173
+ - lib/selenium/devtools/v139/extensions.rb
174
+ - lib/selenium/devtools/v139/fed_cm.rb
175
+ - lib/selenium/devtools/v139/fetch.rb
176
+ - lib/selenium/devtools/v139/file_system.rb
177
+ - lib/selenium/devtools/v139/headless_experimental.rb
178
+ - lib/selenium/devtools/v139/heap_profiler.rb
179
+ - lib/selenium/devtools/v139/indexed_db.rb
180
+ - lib/selenium/devtools/v139/input.rb
181
+ - lib/selenium/devtools/v139/inspector.rb
182
+ - lib/selenium/devtools/v139/io.rb
183
+ - lib/selenium/devtools/v139/layer_tree.rb
184
+ - lib/selenium/devtools/v139/log.rb
185
+ - lib/selenium/devtools/v139/media.rb
186
+ - lib/selenium/devtools/v139/memory.rb
187
+ - lib/selenium/devtools/v139/network.rb
188
+ - lib/selenium/devtools/v139/overlay.rb
189
+ - lib/selenium/devtools/v139/page.rb
190
+ - lib/selenium/devtools/v139/performance.rb
191
+ - lib/selenium/devtools/v139/performance_timeline.rb
192
+ - lib/selenium/devtools/v139/preload.rb
193
+ - lib/selenium/devtools/v139/profiler.rb
194
+ - lib/selenium/devtools/v139/pwa.rb
195
+ - lib/selenium/devtools/v139/runtime.rb
196
+ - lib/selenium/devtools/v139/schema.rb
197
+ - lib/selenium/devtools/v139/security.rb
198
+ - lib/selenium/devtools/v139/service_worker.rb
199
+ - lib/selenium/devtools/v139/storage.rb
200
+ - lib/selenium/devtools/v139/system_info.rb
201
+ - lib/selenium/devtools/v139/target.rb
202
+ - lib/selenium/devtools/v139/tethering.rb
203
+ - lib/selenium/devtools/v139/tracing.rb
204
+ - lib/selenium/devtools/v139/web_audio.rb
205
+ - lib/selenium/devtools/v139/web_authn.rb
206
206
  - lib/selenium/devtools/version.rb
207
207
  - selenium-devtools.gemspec
208
208
  homepage: https://selenium.dev