selenium-devtools 0.143.0 → 0.145.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 (114) 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/{v142 → v144}/accessibility.rb +2 -2
  6. data/lib/selenium/devtools/{v142 → v144}/animation.rb +2 -2
  7. data/lib/selenium/devtools/{v142 → v144}/audits.rb +2 -2
  8. data/lib/selenium/devtools/{v142 → v144}/autofill.rb +2 -2
  9. data/lib/selenium/devtools/{v142 → v144}/background_service.rb +2 -2
  10. data/lib/selenium/devtools/{v142 → v144}/bluetooth_emulation.rb +2 -2
  11. data/lib/selenium/devtools/{v142 → v144}/browser.rb +4 -4
  12. data/lib/selenium/devtools/{v142 → v144}/cache_storage.rb +2 -2
  13. data/lib/selenium/devtools/{v142 → v144}/cast.rb +2 -2
  14. data/lib/selenium/devtools/{v141 → v144}/console.rb +2 -2
  15. data/lib/selenium/devtools/{v142 → v144}/css.rb +2 -2
  16. data/lib/selenium/devtools/{v142 → v144}/debugger.rb +2 -2
  17. data/lib/selenium/devtools/{v142 → v144}/device_access.rb +2 -2
  18. data/lib/selenium/devtools/{v142 → v144}/device_orientation.rb +2 -2
  19. data/lib/selenium/devtools/{v142 → v144}/dom.rb +3 -2
  20. data/lib/selenium/devtools/{v141 → v144}/dom_debugger.rb +2 -2
  21. data/lib/selenium/devtools/{v142 → v144}/dom_snapshot.rb +2 -2
  22. data/lib/selenium/devtools/{v141 → v144}/dom_storage.rb +2 -2
  23. data/lib/selenium/devtools/{v142 → v144}/emulation.rb +2 -2
  24. data/lib/selenium/devtools/{v141 → v144}/event_breakpoints.rb +2 -2
  25. data/lib/selenium/devtools/{v142 → v144}/extensions.rb +2 -2
  26. data/lib/selenium/devtools/{v142 → v144}/fed_cm.rb +2 -2
  27. data/lib/selenium/devtools/{v141 → v144}/fetch.rb +2 -2
  28. data/lib/selenium/devtools/{v142 → v144}/file_system.rb +2 -2
  29. data/lib/selenium/devtools/{v142 → v144}/headless_experimental.rb +2 -2
  30. data/lib/selenium/devtools/{v142 → v144}/heap_profiler.rb +2 -2
  31. data/lib/selenium/devtools/{v142 → v144}/indexed_db.rb +2 -2
  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/{v142 → v144}/layer_tree.rb +2 -2
  36. data/lib/selenium/devtools/{v142 → v144}/log.rb +2 -2
  37. data/lib/selenium/devtools/{v142 → v144}/media.rb +2 -2
  38. data/lib/selenium/devtools/{v141 → v144}/memory.rb +2 -2
  39. data/lib/selenium/devtools/{v142 → v144}/network.rb +6 -16
  40. data/lib/selenium/devtools/{v141 → v144}/overlay.rb +2 -2
  41. data/lib/selenium/devtools/{v142 → v144}/page.rb +7 -2
  42. data/lib/selenium/devtools/{v141 → v144}/performance.rb +2 -2
  43. data/lib/selenium/devtools/{v142 → 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/{v142 → v144}/pwa.rb +2 -2
  47. data/lib/selenium/devtools/{v142 → 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/{v142 → v144}/storage.rb +2 -2
  52. data/lib/selenium/devtools/{v141 → v144}/system_info.rb +2 -2
  53. data/lib/selenium/devtools/{v142 → 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/{v142 → v144}/web_authn.rb +2 -2
  58. data/lib/selenium/devtools/{v141.rb → v144.rb} +3 -3
  59. data/lib/selenium/devtools/{v141 → v145}/accessibility.rb +2 -2
  60. data/lib/selenium/devtools/{v141 → v145}/animation.rb +2 -2
  61. data/lib/selenium/devtools/{v141 → v145}/audits.rb +2 -2
  62. data/lib/selenium/devtools/{v141 → v145}/autofill.rb +5 -4
  63. data/lib/selenium/devtools/{v141 → v145}/background_service.rb +2 -2
  64. data/lib/selenium/devtools/{v141 → v145}/bluetooth_emulation.rb +2 -2
  65. data/lib/selenium/devtools/{v141 → v145}/browser.rb +4 -4
  66. data/lib/selenium/devtools/{v141 → v145}/cache_storage.rb +2 -2
  67. data/lib/selenium/devtools/{v141 → v145}/cast.rb +2 -2
  68. data/lib/selenium/devtools/{v142 → v145}/console.rb +2 -2
  69. data/lib/selenium/devtools/{v141 → v145}/css.rb +2 -2
  70. data/lib/selenium/devtools/{v141 → v145}/debugger.rb +2 -2
  71. data/lib/selenium/devtools/{v141 → v145}/device_access.rb +2 -2
  72. data/lib/selenium/devtools/{v141 → v145}/device_orientation.rb +2 -2
  73. data/lib/selenium/devtools/{v141 → v145}/dom.rb +4 -2
  74. data/lib/selenium/devtools/{v142 → v145}/dom_debugger.rb +2 -2
  75. data/lib/selenium/devtools/{v141 → v145}/dom_snapshot.rb +2 -2
  76. data/lib/selenium/devtools/{v142 → v145}/dom_storage.rb +2 -2
  77. data/lib/selenium/devtools/{v141 → v145}/emulation.rb +2 -2
  78. data/lib/selenium/devtools/{v142 → v145}/event_breakpoints.rb +2 -2
  79. data/lib/selenium/devtools/{v141 → v145}/extensions.rb +2 -2
  80. data/lib/selenium/devtools/{v141 → v145}/fed_cm.rb +2 -2
  81. data/lib/selenium/devtools/{v142 → v145}/fetch.rb +2 -2
  82. data/lib/selenium/devtools/{v141 → v145}/file_system.rb +2 -2
  83. data/lib/selenium/devtools/{v141 → v145}/headless_experimental.rb +2 -2
  84. data/lib/selenium/devtools/{v141 → v145}/heap_profiler.rb +4 -3
  85. data/lib/selenium/devtools/{v141 → v145}/indexed_db.rb +3 -3
  86. data/lib/selenium/devtools/{v142 → v145}/input.rb +2 -2
  87. data/lib/selenium/devtools/{v142 → v145}/inspector.rb +3 -2
  88. data/lib/selenium/devtools/{v142 → v145}/io.rb +2 -2
  89. data/lib/selenium/devtools/{v141 → v145}/layer_tree.rb +2 -2
  90. data/lib/selenium/devtools/{v141 → v145}/log.rb +2 -2
  91. data/lib/selenium/devtools/{v141 → v145}/media.rb +2 -2
  92. data/lib/selenium/devtools/{v142 → v145}/memory.rb +2 -2
  93. data/lib/selenium/devtools/{v141 → v145}/network.rb +39 -11
  94. data/lib/selenium/devtools/{v142 → v145}/overlay.rb +2 -2
  95. data/lib/selenium/devtools/{v141 → v145}/page.rb +7 -2
  96. data/lib/selenium/devtools/{v142 → v145}/performance.rb +2 -2
  97. data/lib/selenium/devtools/{v141 → v145}/performance_timeline.rb +2 -2
  98. data/lib/selenium/devtools/{v142 → v145}/preload.rb +2 -2
  99. data/lib/selenium/devtools/{v142 → v145}/profiler.rb +2 -2
  100. data/lib/selenium/devtools/{v141 → v145}/pwa.rb +2 -2
  101. data/lib/selenium/devtools/{v141 → v145}/runtime.rb +2 -2
  102. data/lib/selenium/devtools/{v142 → v145}/schema.rb +2 -2
  103. data/lib/selenium/devtools/{v142 → v145}/security.rb +2 -2
  104. data/lib/selenium/devtools/{v142 → v145}/service_worker.rb +2 -2
  105. data/lib/selenium/devtools/{v141 → v145}/storage.rb +7 -2
  106. data/lib/selenium/devtools/{v142 → v145}/system_info.rb +2 -2
  107. data/lib/selenium/devtools/{v141 → v145}/target.rb +10 -4
  108. data/lib/selenium/devtools/{v142 → v145}/tethering.rb +2 -2
  109. data/lib/selenium/devtools/{v142 → v145}/tracing.rb +6 -2
  110. data/lib/selenium/devtools/{v142 → v145}/web_audio.rb +2 -2
  111. data/lib/selenium/devtools/{v141 → v145}/web_authn.rb +2 -2
  112. data/lib/selenium/devtools/{v142.rb → v145.rb} +3 -3
  113. data/lib/selenium/devtools/version.rb +1 -1
  114. metadata +110 -110
@@ -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 V142
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,15 +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
- def set_ip_protection_proxy_bypass_enabled(enabled:)
86
- @devtools.send_cmd('Network.setIPProtectionProxyBypassEnabled',
87
- enabled: enabled)
88
- end
89
-
90
79
  def set_accepted_encodings(encodings:)
91
80
  @devtools.send_cmd('Network.setAcceptedEncodings',
92
81
  encodings: encodings)
@@ -224,8 +213,9 @@ module Selenium
224
213
  isRegex: is_regex)
225
214
  end
226
215
 
227
- def set_blocked_urls(urls:)
216
+ def set_blocked_urls(url_patterns: nil, urls: nil)
228
217
  @devtools.send_cmd('Network.setBlockedURLs',
218
+ urlPatterns: url_patterns,
229
219
  urls: urls)
230
220
  end
231
221
 
@@ -315,6 +305,6 @@ module Selenium
315
305
  end
316
306
 
317
307
  end # Network
318
- end # V142
308
+ end # V144
319
309
  end # DevTools
320
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 V142
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 # V142
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 V142
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 # V142
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 V142
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 # V142
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 V142
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 # V142
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 V142
23
+ module V144
24
24
  class Storage
25
25
  EVENTS = {
26
26
  cache_storage_content_updated: 'cacheStorageContentUpdated',
@@ -249,6 +249,6 @@ module Selenium
249
249
  end
250
250
 
251
251
  end # Storage
252
- end # V142
252
+ end # V144
253
253
  end # DevTools
254
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 V142
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 # V142
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 V142
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 # V142
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
@@ -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 V145
24
24
  class Accessibility
25
25
  EVENTS = {
26
26
  load_complete: 'loadComplete',
@@ -86,6 +86,6 @@ module Selenium
86
86
  end
87
87
 
88
88
  end # Accessibility
89
- end # V141
89
+ end # V145
90
90
  end # DevTools
91
91
  end # Selenium
@@ -20,7 +20,7 @@
20
20
  # This file is automatically generated. Any changes will be lost!
21
21
  module Selenium
22
22
  module DevTools
23
- module V141
23
+ module V145
24
24
  class Animation
25
25
  EVENTS = {
26
26
  animation_canceled: 'animationCanceled',
@@ -90,6 +90,6 @@ module Selenium
90
90
  end
91
91
 
92
92
  end # Animation
93
- end # V141
93
+ end # V145
94
94
  end # DevTools
95
95
  end # Selenium
@@ -20,7 +20,7 @@
20
20
  # This file is automatically generated. Any changes will be lost!
21
21
  module Selenium
22
22
  module DevTools
23
- module V141
23
+ module V145
24
24
  class Audits
25
25
  EVENTS = {
26
26
  issue_added: 'issueAdded',
@@ -61,6 +61,6 @@ module Selenium
61
61
  end
62
62
 
63
63
  end # Audits
64
- end # V141
64
+ end # V145
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 V145
24
24
  class Autofill
25
25
  EVENTS = {
26
26
  address_form_filled: 'addressFormFilled',
@@ -35,11 +35,12 @@ module Selenium
35
35
  @devtools.callbacks["Autofill.#{event}"] << block
36
36
  end
37
37
 
38
- def trigger(field_id:, frame_id: nil, card:)
38
+ def trigger(field_id:, frame_id: nil, card: nil, address: nil)
39
39
  @devtools.send_cmd('Autofill.trigger',
40
40
  fieldId: field_id,
41
41
  frameId: frame_id,
42
- card: card)
42
+ card: card,
43
+ address: address)
43
44
  end
44
45
 
45
46
  def set_addresses(addresses:)
@@ -56,6 +57,6 @@ module Selenium
56
57
  end
57
58
 
58
59
  end # Autofill
59
- end # V141
60
+ end # V145
60
61
  end # DevTools
61
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 V141
23
+ module V145
24
24
  class BackgroundService
25
25
  EVENTS = {
26
26
  recording_state_changed: 'recordingStateChanged',
@@ -58,6 +58,6 @@ module Selenium
58
58
  end
59
59
 
60
60
  end # BackgroundService
61
- end # V141
61
+ end # V145
62
62
  end # DevTools
63
63
  end # Selenium
@@ -20,7 +20,7 @@
20
20
  # This file is automatically generated. Any changes will be lost!
21
21
  module Selenium
22
22
  module DevTools
23
- module V141
23
+ module V145
24
24
  class BluetoothEmulation
25
25
  EVENTS = {
26
26
  gatt_operation_received: 'gattOperationReceived',
@@ -128,6 +128,6 @@ module Selenium
128
128
  end
129
129
 
130
130
  end # BluetoothEmulation
131
- end # V141
131
+ end # V145
132
132
  end # DevTools
133
133
  end # Selenium
@@ -20,7 +20,7 @@
20
20
  # This file is automatically generated. Any changes will be lost!
21
21
  module Selenium
22
22
  module DevTools
23
- module V141
23
+ module V145
24
24
  class Browser
25
25
  EVENTS = {
26
26
  download_will_begin: 'downloadWillBegin',
@@ -36,12 +36,12 @@ module Selenium
36
36
  @devtools.callbacks["Browser.#{event}"] << block
37
37
  end
38
38
 
39
- def set_permission(permission:, setting:, origin: nil, embedding_origin: nil, browser_context_id: nil)
39
+ def set_permission(permission:, setting:, origin: nil, embedded_origin: nil, browser_context_id: nil)
40
40
  @devtools.send_cmd('Browser.setPermission',
41
41
  permission: permission,
42
42
  setting: setting,
43
43
  origin: origin,
44
- embeddingOrigin: embedding_origin,
44
+ embeddedOrigin: embedded_origin,
45
45
  browserContextId: browser_context_id)
46
46
  end
47
47
 
@@ -151,6 +151,6 @@ module Selenium
151
151
  end
152
152
 
153
153
  end # Browser
154
- end # V141
154
+ end # V145
155
155
  end # DevTools
156
156
  end # Selenium
@@ -20,7 +20,7 @@
20
20
  # This file is automatically generated. Any changes will be lost!
21
21
  module Selenium
22
22
  module DevTools
23
- module V141
23
+ module V145
24
24
  class CacheStorage
25
25
 
26
26
  def initialize(devtools)
@@ -66,6 +66,6 @@ module Selenium
66
66
  end
67
67
 
68
68
  end # CacheStorage
69
- end # V141
69
+ end # V145
70
70
  end # DevTools
71
71
  end # Selenium
@@ -20,7 +20,7 @@
20
20
  # This file is automatically generated. Any changes will be lost!
21
21
  module Selenium
22
22
  module DevTools
23
- module V141
23
+ module V145
24
24
  class Cast
25
25
  EVENTS = {
26
26
  sinks_updated: 'sinksUpdated',
@@ -66,6 +66,6 @@ module Selenium
66
66
  end
67
67
 
68
68
  end # Cast
69
- end # V141
69
+ end # V145
70
70
  end # DevTools
71
71
  end # Selenium
@@ -20,7 +20,7 @@
20
20
  # This file is automatically generated. Any changes will be lost!
21
21
  module Selenium
22
22
  module DevTools
23
- module V142
23
+ module V145
24
24
  class Console
25
25
  EVENTS = {
26
26
  message_added: 'messageAdded',
@@ -48,6 +48,6 @@ module Selenium
48
48
  end
49
49
 
50
50
  end # Console
51
- end # V142
51
+ end # V145
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 V145
24
24
  class CSS
25
25
  EVENTS = {
26
26
  fonts_updated: 'fontsUpdated',
@@ -248,6 +248,6 @@ module Selenium
248
248
  end
249
249
 
250
250
  end # CSS
251
- end # V141
251
+ end # V145
252
252
  end # DevTools
253
253
  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 V145
24
24
  class Debugger
25
25
  EVENTS = {
26
26
  breakpoint_resolved: 'breakpointResolved',
@@ -233,6 +233,6 @@ module Selenium
233
233
  end
234
234
 
235
235
  end # Debugger
236
- end # V141
236
+ end # V145
237
237
  end # DevTools
238
238
  end # Selenium