selenium-devtools 0.91.1 → 0.92.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/lib/selenium/devtools/v92.rb +1 -0
  3. data/lib/selenium/devtools/{v89 → v92}/accessibility.rb +2 -2
  4. data/lib/selenium/devtools/{v88 → v92}/animation.rb +2 -2
  5. data/lib/selenium/devtools/{v89 → v92}/application_cache.rb +2 -2
  6. data/lib/selenium/devtools/{v88 → v92}/audits.rb +7 -2
  7. data/lib/selenium/devtools/{v88 → v92}/background_service.rb +2 -2
  8. data/lib/selenium/devtools/{v88 → v92}/browser.rb +15 -4
  9. data/lib/selenium/devtools/{v88 → v92}/cache_storage.rb +2 -2
  10. data/lib/selenium/devtools/{v89 → v92}/cast.rb +2 -2
  11. data/lib/selenium/devtools/{v89 → v92}/console.rb +2 -2
  12. data/lib/selenium/devtools/{v88 → v92}/css.rb +2 -2
  13. data/lib/selenium/devtools/{v89 → v92}/database.rb +2 -2
  14. data/lib/selenium/devtools/{v89 → v92}/debugger.rb +2 -2
  15. data/lib/selenium/devtools/{v89 → v92}/device_orientation.rb +2 -2
  16. data/lib/selenium/devtools/{v89 → v92}/dom.rb +2 -2
  17. data/lib/selenium/devtools/{v89 → v92}/dom_debugger.rb +2 -2
  18. data/lib/selenium/devtools/{v88 → v92}/dom_snapshot.rb +6 -4
  19. data/lib/selenium/devtools/{v88 → v92}/dom_storage.rb +2 -2
  20. data/lib/selenium/devtools/{v89 → v92}/emulation.rb +2 -2
  21. data/lib/selenium/devtools/{v89 → v92}/fetch.rb +2 -2
  22. data/lib/selenium/devtools/{v89 → v92}/headless_experimental.rb +2 -2
  23. data/lib/selenium/devtools/{v89 → v92}/heap_profiler.rb +8 -6
  24. data/lib/selenium/devtools/{v88 → v92}/indexed_db.rb +2 -2
  25. data/lib/selenium/devtools/{v88 → v92}/input.rb +19 -2
  26. data/lib/selenium/devtools/{v88 → v92}/inspector.rb +2 -2
  27. data/lib/selenium/devtools/{v88 → v92}/io.rb +2 -2
  28. data/lib/selenium/devtools/{v88 → v92}/layer_tree.rb +2 -2
  29. data/lib/selenium/devtools/{v88 → v92}/log.rb +2 -2
  30. data/lib/selenium/devtools/{v89 → v92}/media.rb +2 -2
  31. data/lib/selenium/devtools/{v88 → v92}/memory.rb +2 -2
  32. data/lib/selenium/devtools/{v89 → v92}/network.rb +17 -4
  33. data/lib/selenium/devtools/{v89 → v92}/overlay.rb +12 -2
  34. data/lib/selenium/devtools/{v89 → v92}/page.rb +16 -4
  35. data/lib/selenium/devtools/{v89 → v92}/performance.rb +2 -2
  36. data/lib/selenium/devtools/{v89 → v92}/performance_timeline.rb +2 -2
  37. data/lib/selenium/devtools/{v89 → v92}/profiler.rb +2 -2
  38. data/lib/selenium/devtools/{v89 → v92}/runtime.rb +2 -2
  39. data/lib/selenium/devtools/{v88 → v92}/schema.rb +2 -2
  40. data/lib/selenium/devtools/{v88 → v92}/security.rb +2 -2
  41. data/lib/selenium/devtools/{v89 → v92}/service_worker.rb +2 -2
  42. data/lib/selenium/devtools/{v88 → v92}/storage.rb +11 -2
  43. data/lib/selenium/devtools/{v89 → v92}/system_info.rb +2 -2
  44. data/lib/selenium/devtools/{v88 → v92}/target.rb +2 -2
  45. data/lib/selenium/devtools/{v89 → v92}/tethering.rb +2 -2
  46. data/lib/selenium/devtools/{v89 → v92}/tracing.rb +5 -4
  47. data/lib/selenium/devtools/{v88 → v92}/web_audio.rb +2 -2
  48. data/lib/selenium/devtools/{v88 → v92}/web_authn.rb +2 -2
  49. data/lib/selenium/devtools/version.rb +1 -1
  50. metadata +49 -95
  51. data/lib/selenium/devtools/v88.rb +0 -1
  52. data/lib/selenium/devtools/v88/accessibility.rb +0 -67
  53. data/lib/selenium/devtools/v88/application_cache.rb +0 -60
  54. data/lib/selenium/devtools/v88/cast.rb +0 -66
  55. data/lib/selenium/devtools/v88/console.rb +0 -53
  56. data/lib/selenium/devtools/v88/database.rb +0 -60
  57. data/lib/selenium/devtools/v88/debugger.rb +0 -227
  58. data/lib/selenium/devtools/v88/device_orientation.rb +0 -49
  59. data/lib/selenium/devtools/v88/dom.rb +0 -323
  60. data/lib/selenium/devtools/v88/dom_debugger.rb +0 -89
  61. data/lib/selenium/devtools/v88/emulation.rb +0 -192
  62. data/lib/selenium/devtools/v88/fetch.rb +0 -93
  63. data/lib/selenium/devtools/v88/headless_experimental.rb +0 -57
  64. data/lib/selenium/devtools/v88/heap_profiler.rb +0 -103
  65. data/lib/selenium/devtools/v88/media.rb +0 -53
  66. data/lib/selenium/devtools/v88/network.rb +0 -241
  67. data/lib/selenium/devtools/v88/overlay.rb +0 -177
  68. data/lib/selenium/devtools/v88/page.rb +0 -370
  69. data/lib/selenium/devtools/v88/performance.rb +0 -59
  70. data/lib/selenium/devtools/v88/profiler.rb +0 -119
  71. data/lib/selenium/devtools/v88/runtime.rb +0 -191
  72. data/lib/selenium/devtools/v88/service_worker.rb +0 -112
  73. data/lib/selenium/devtools/v88/system_info.rb +0 -46
  74. data/lib/selenium/devtools/v88/tethering.rb +0 -51
  75. data/lib/selenium/devtools/v88/tracing.rb +0 -73
  76. data/lib/selenium/devtools/v89.rb +0 -1
  77. data/lib/selenium/devtools/v89/animation.rb +0 -94
  78. data/lib/selenium/devtools/v89/audits.rb +0 -57
  79. data/lib/selenium/devtools/v89/background_service.rb +0 -63
  80. data/lib/selenium/devtools/v89/browser.rb +0 -124
  81. data/lib/selenium/devtools/v89/cache_storage.rb +0 -69
  82. data/lib/selenium/devtools/v89/css.rb +0 -175
  83. data/lib/selenium/devtools/v89/dom_snapshot.rb +0 -61
  84. data/lib/selenium/devtools/v89/dom_storage.rb +0 -75
  85. data/lib/selenium/devtools/v89/indexed_db.rb +0 -96
  86. data/lib/selenium/devtools/v89/input.rb +0 -142
  87. data/lib/selenium/devtools/v89/inspector.rb +0 -51
  88. data/lib/selenium/devtools/v89/io.rb +0 -55
  89. data/lib/selenium/devtools/v89/layer_tree.rb +0 -91
  90. data/lib/selenium/devtools/v89/log.rb +0 -62
  91. data/lib/selenium/devtools/v89/memory.rb +0 -82
  92. data/lib/selenium/devtools/v89/schema.rb +0 -42
  93. data/lib/selenium/devtools/v89/security.rb +0 -67
  94. data/lib/selenium/devtools/v89/storage.rb +0 -97
  95. data/lib/selenium/devtools/v89/target.rb +0 -139
  96. data/lib/selenium/devtools/v89/web_audio.rb +0 -66
  97. data/lib/selenium/devtools/v89/web_authn.rb +0 -96
@@ -1,93 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V88
24
- class Fetch
25
- EVENTS = {
26
- request_paused: 'requestPaused',
27
- auth_required: 'authRequired',
28
- }.freeze
29
-
30
- def initialize(devtools)
31
- @devtools = devtools
32
- end
33
-
34
- def on(event, &block)
35
- event = EVENTS[event] if event.is_a?(Symbol)
36
- @devtools.callbacks["Fetch.#{event}"] << block
37
- end
38
-
39
- def disable
40
- @devtools.send_cmd('Fetch.disable')
41
- end
42
-
43
- def enable(patterns: nil, handle_auth_requests: nil)
44
- @devtools.send_cmd('Fetch.enable',
45
- patterns: patterns,
46
- handleAuthRequests: handle_auth_requests)
47
- end
48
-
49
- def fail_request(request_id:, error_reason:)
50
- @devtools.send_cmd('Fetch.failRequest',
51
- requestId: request_id,
52
- errorReason: error_reason)
53
- end
54
-
55
- def fulfill_request(request_id:, response_code:, response_headers: nil, binary_response_headers: nil, body: nil, response_phrase: nil)
56
- @devtools.send_cmd('Fetch.fulfillRequest',
57
- requestId: request_id,
58
- responseCode: response_code,
59
- responseHeaders: response_headers,
60
- binaryResponseHeaders: binary_response_headers,
61
- body: body,
62
- responsePhrase: response_phrase)
63
- end
64
-
65
- def continue_request(request_id:, url: nil, method: nil, post_data: nil, headers: nil)
66
- @devtools.send_cmd('Fetch.continueRequest',
67
- requestId: request_id,
68
- url: url,
69
- method: method,
70
- postData: post_data,
71
- headers: headers)
72
- end
73
-
74
- def continue_with_auth(request_id:, auth_challenge_response:)
75
- @devtools.send_cmd('Fetch.continueWithAuth',
76
- requestId: request_id,
77
- authChallengeResponse: auth_challenge_response)
78
- end
79
-
80
- def get_response_body(request_id:)
81
- @devtools.send_cmd('Fetch.getResponseBody',
82
- requestId: request_id)
83
- end
84
-
85
- def take_response_body_as_stream(request_id:)
86
- @devtools.send_cmd('Fetch.takeResponseBodyAsStream',
87
- requestId: request_id)
88
- end
89
-
90
- end # Fetch
91
- end # V88
92
- end # DevTools
93
- end # Selenium
@@ -1,57 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V88
24
- class HeadlessExperimental
25
- EVENTS = {
26
- needs_begin_frames_changed: 'needsBeginFramesChanged',
27
- }.freeze
28
-
29
- def initialize(devtools)
30
- @devtools = devtools
31
- end
32
-
33
- def on(event, &block)
34
- event = EVENTS[event] if event.is_a?(Symbol)
35
- @devtools.callbacks["HeadlessExperimental.#{event}"] << block
36
- end
37
-
38
- def begin_frame(frame_time_ticks: nil, interval: nil, no_display_updates: nil, screenshot: nil)
39
- @devtools.send_cmd('HeadlessExperimental.beginFrame',
40
- frameTimeTicks: frame_time_ticks,
41
- interval: interval,
42
- noDisplayUpdates: no_display_updates,
43
- screenshot: screenshot)
44
- end
45
-
46
- def disable
47
- @devtools.send_cmd('HeadlessExperimental.disable')
48
- end
49
-
50
- def enable
51
- @devtools.send_cmd('HeadlessExperimental.enable')
52
- end
53
-
54
- end # HeadlessExperimental
55
- end # V88
56
- end # DevTools
57
- end # Selenium
@@ -1,103 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V88
24
- class HeapProfiler
25
- EVENTS = {
26
- add_heap_snapshot_chunk: 'addHeapSnapshotChunk',
27
- heap_stats_update: 'heapStatsUpdate',
28
- last_seen_object_id: 'lastSeenObjectId',
29
- report_heap_snapshot_progress: 'reportHeapSnapshotProgress',
30
- reset_profiles: 'resetProfiles',
31
- }.freeze
32
-
33
- def initialize(devtools)
34
- @devtools = devtools
35
- end
36
-
37
- def on(event, &block)
38
- event = EVENTS[event] if event.is_a?(Symbol)
39
- @devtools.callbacks["HeapProfiler.#{event}"] << block
40
- end
41
-
42
- def add_inspected_heap_object(heap_object_id:)
43
- @devtools.send_cmd('HeapProfiler.addInspectedHeapObject',
44
- heapObjectId: heap_object_id)
45
- end
46
-
47
- def collect_garbage
48
- @devtools.send_cmd('HeapProfiler.collectGarbage')
49
- end
50
-
51
- def disable
52
- @devtools.send_cmd('HeapProfiler.disable')
53
- end
54
-
55
- def enable
56
- @devtools.send_cmd('HeapProfiler.enable')
57
- end
58
-
59
- def get_heap_object_id(object_id:)
60
- @devtools.send_cmd('HeapProfiler.getHeapObjectId',
61
- objectId: object_id)
62
- end
63
-
64
- def get_object_by_heap_object_id(object_id:, object_group: nil)
65
- @devtools.send_cmd('HeapProfiler.getObjectByHeapObjectId',
66
- objectId: object_id,
67
- objectGroup: object_group)
68
- end
69
-
70
- def get_sampling_profile
71
- @devtools.send_cmd('HeapProfiler.getSamplingProfile')
72
- end
73
-
74
- def start_sampling(sampling_interval: nil)
75
- @devtools.send_cmd('HeapProfiler.startSampling',
76
- samplingInterval: sampling_interval)
77
- end
78
-
79
- def start_tracking_heap_objects(track_allocations: nil)
80
- @devtools.send_cmd('HeapProfiler.startTrackingHeapObjects',
81
- trackAllocations: track_allocations)
82
- end
83
-
84
- def stop_sampling
85
- @devtools.send_cmd('HeapProfiler.stopSampling')
86
- end
87
-
88
- def stop_tracking_heap_objects(report_progress: nil, treat_global_objects_as_roots: nil)
89
- @devtools.send_cmd('HeapProfiler.stopTrackingHeapObjects',
90
- reportProgress: report_progress,
91
- treatGlobalObjectsAsRoots: treat_global_objects_as_roots)
92
- end
93
-
94
- def take_heap_snapshot(report_progress: nil, treat_global_objects_as_roots: nil)
95
- @devtools.send_cmd('HeapProfiler.takeHeapSnapshot',
96
- reportProgress: report_progress,
97
- treatGlobalObjectsAsRoots: treat_global_objects_as_roots)
98
- end
99
-
100
- end # HeapProfiler
101
- end # V88
102
- end # DevTools
103
- end # Selenium
@@ -1,53 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V88
24
- class Media
25
- EVENTS = {
26
- player_properties_changed: 'playerPropertiesChanged',
27
- player_events_added: 'playerEventsAdded',
28
- player_messages_logged: 'playerMessagesLogged',
29
- player_errors_raised: 'playerErrorsRaised',
30
- players_created: 'playersCreated',
31
- }.freeze
32
-
33
- def initialize(devtools)
34
- @devtools = devtools
35
- end
36
-
37
- def on(event, &block)
38
- event = EVENTS[event] if event.is_a?(Symbol)
39
- @devtools.callbacks["Media.#{event}"] << block
40
- end
41
-
42
- def enable
43
- @devtools.send_cmd('Media.enable')
44
- end
45
-
46
- def disable
47
- @devtools.send_cmd('Media.disable')
48
- end
49
-
50
- end # Media
51
- end # V88
52
- end # DevTools
53
- end # Selenium
@@ -1,241 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Licensed to the Software Freedom Conservancy (SFC) under one
4
- # or more contributor license agreements. See the NOTICE file
5
- # distributed with this work for additional information
6
- # regarding copyright ownership. The SFC licenses this file
7
- # to you under the Apache License, Version 2.0 (the
8
- # "License"); you may not use this file except in compliance
9
- # with the License. You may obtain a copy of the License at
10
- #
11
- # http://www.apache.org/licenses/LICENSE-2.0
12
- #
13
- # Unless required by applicable law or agreed to in writing,
14
- # software distributed under the License is distributed on an
15
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- # KIND, either express or implied. See the License for the
17
- # specific language governing permissions and limitations
18
- # under the License.
19
-
20
- # This file is automatically generated. Any changes will be lost!
21
- module Selenium
22
- module DevTools
23
- module V88
24
- class Network
25
- EVENTS = {
26
- data_received: 'dataReceived',
27
- event_source_message_received: 'eventSourceMessageReceived',
28
- loading_failed: 'loadingFailed',
29
- loading_finished: 'loadingFinished',
30
- request_intercepted: 'requestIntercepted',
31
- request_served_from_cache: 'requestServedFromCache',
32
- request_will_be_sent: 'requestWillBeSent',
33
- resource_changed_priority: 'resourceChangedPriority',
34
- signed_exchange_received: 'signedExchangeReceived',
35
- response_received: 'responseReceived',
36
- web_socket_closed: 'webSocketClosed',
37
- web_socket_created: 'webSocketCreated',
38
- web_socket_frame_error: 'webSocketFrameError',
39
- web_socket_frame_received: 'webSocketFrameReceived',
40
- web_socket_frame_sent: 'webSocketFrameSent',
41
- web_socket_handshake_response_received: 'webSocketHandshakeResponseReceived',
42
- web_socket_will_send_handshake_request: 'webSocketWillSendHandshakeRequest',
43
- request_will_be_sent_extra_info: 'requestWillBeSentExtraInfo',
44
- response_received_extra_info: 'responseReceivedExtraInfo',
45
- }.freeze
46
-
47
- def initialize(devtools)
48
- @devtools = devtools
49
- end
50
-
51
- def on(event, &block)
52
- event = EVENTS[event] if event.is_a?(Symbol)
53
- @devtools.callbacks["Network.#{event}"] << block
54
- end
55
-
56
- def can_clear_browser_cache
57
- @devtools.send_cmd('Network.canClearBrowserCache')
58
- end
59
-
60
- def can_clear_browser_cookies
61
- @devtools.send_cmd('Network.canClearBrowserCookies')
62
- end
63
-
64
- def can_emulate_network_conditions
65
- @devtools.send_cmd('Network.canEmulateNetworkConditions')
66
- end
67
-
68
- def clear_browser_cache
69
- @devtools.send_cmd('Network.clearBrowserCache')
70
- end
71
-
72
- def clear_browser_cookies
73
- @devtools.send_cmd('Network.clearBrowserCookies')
74
- end
75
-
76
- def continue_intercepted_request(interception_id:, error_reason: nil, raw_response: nil, url: nil, method: nil, post_data: nil, headers: nil, auth_challenge_response: nil)
77
- @devtools.send_cmd('Network.continueInterceptedRequest',
78
- interceptionId: interception_id,
79
- errorReason: error_reason,
80
- rawResponse: raw_response,
81
- url: url,
82
- method: method,
83
- postData: post_data,
84
- headers: headers,
85
- authChallengeResponse: auth_challenge_response)
86
- end
87
-
88
- def delete_cookies(name:, url: nil, domain: nil, path: nil)
89
- @devtools.send_cmd('Network.deleteCookies',
90
- name: name,
91
- url: url,
92
- domain: domain,
93
- path: path)
94
- end
95
-
96
- def disable
97
- @devtools.send_cmd('Network.disable')
98
- end
99
-
100
- def emulate_network_conditions(offline:, latency:, download_throughput:, upload_throughput:, connection_type: nil)
101
- @devtools.send_cmd('Network.emulateNetworkConditions',
102
- offline: offline,
103
- latency: latency,
104
- downloadThroughput: download_throughput,
105
- uploadThroughput: upload_throughput,
106
- connectionType: connection_type)
107
- end
108
-
109
- def enable(max_total_buffer_size: nil, max_resource_buffer_size: nil, max_post_data_size: nil)
110
- @devtools.send_cmd('Network.enable',
111
- maxTotalBufferSize: max_total_buffer_size,
112
- maxResourceBufferSize: max_resource_buffer_size,
113
- maxPostDataSize: max_post_data_size)
114
- end
115
-
116
- def get_all_cookies
117
- @devtools.send_cmd('Network.getAllCookies')
118
- end
119
-
120
- def get_certificate(origin:)
121
- @devtools.send_cmd('Network.getCertificate',
122
- origin: origin)
123
- end
124
-
125
- def get_cookies(urls: nil)
126
- @devtools.send_cmd('Network.getCookies',
127
- urls: urls)
128
- end
129
-
130
- def get_response_body(request_id:)
131
- @devtools.send_cmd('Network.getResponseBody',
132
- requestId: request_id)
133
- end
134
-
135
- def get_request_post_data(request_id:)
136
- @devtools.send_cmd('Network.getRequestPostData',
137
- requestId: request_id)
138
- end
139
-
140
- def get_response_body_for_interception(interception_id:)
141
- @devtools.send_cmd('Network.getResponseBodyForInterception',
142
- interceptionId: interception_id)
143
- end
144
-
145
- def take_response_body_for_interception_as_stream(interception_id:)
146
- @devtools.send_cmd('Network.takeResponseBodyForInterceptionAsStream',
147
- interceptionId: interception_id)
148
- end
149
-
150
- def replay_xhr(request_id:)
151
- @devtools.send_cmd('Network.replayXHR',
152
- requestId: request_id)
153
- end
154
-
155
- def search_in_response_body(request_id:, query:, case_sensitive: nil, is_regex: nil)
156
- @devtools.send_cmd('Network.searchInResponseBody',
157
- requestId: request_id,
158
- query: query,
159
- caseSensitive: case_sensitive,
160
- isRegex: is_regex)
161
- end
162
-
163
- def set_blocked_urls(urls:)
164
- @devtools.send_cmd('Network.setBlockedURLs',
165
- urls: urls)
166
- end
167
-
168
- def set_bypass_service_worker(bypass:)
169
- @devtools.send_cmd('Network.setBypassServiceWorker',
170
- bypass: bypass)
171
- end
172
-
173
- def set_cache_disabled(cache_disabled:)
174
- @devtools.send_cmd('Network.setCacheDisabled',
175
- cacheDisabled: cache_disabled)
176
- end
177
-
178
- def set_cookie(name:, value:, url: nil, domain: nil, path: nil, secure: nil, http_only: nil, same_site: nil, expires: nil, priority: nil)
179
- @devtools.send_cmd('Network.setCookie',
180
- name: name,
181
- value: value,
182
- url: url,
183
- domain: domain,
184
- path: path,
185
- secure: secure,
186
- httpOnly: http_only,
187
- sameSite: same_site,
188
- expires: expires,
189
- priority: priority)
190
- end
191
-
192
- def set_cookies(cookies:)
193
- @devtools.send_cmd('Network.setCookies',
194
- cookies: cookies)
195
- end
196
-
197
- def set_data_size_limits_for_test(max_total_size:, max_resource_size:)
198
- @devtools.send_cmd('Network.setDataSizeLimitsForTest',
199
- maxTotalSize: max_total_size,
200
- maxResourceSize: max_resource_size)
201
- end
202
-
203
- def set_extra_http_headers(headers:)
204
- @devtools.send_cmd('Network.setExtraHTTPHeaders',
205
- headers: headers)
206
- end
207
-
208
- def set_attach_debug_stack(enabled:)
209
- @devtools.send_cmd('Network.setAttachDebugStack',
210
- enabled: enabled)
211
- end
212
-
213
- def set_request_interception(patterns:)
214
- @devtools.send_cmd('Network.setRequestInterception',
215
- patterns: patterns)
216
- end
217
-
218
- def set_user_agent_override(user_agent:, accept_language: nil, platform: nil, user_agent_metadata: nil)
219
- @devtools.send_cmd('Network.setUserAgentOverride',
220
- userAgent: user_agent,
221
- acceptLanguage: accept_language,
222
- platform: platform,
223
- userAgentMetadata: user_agent_metadata)
224
- end
225
-
226
- def get_security_isolation_status(frame_id: nil)
227
- @devtools.send_cmd('Network.getSecurityIsolationStatus',
228
- frameId: frame_id)
229
- end
230
-
231
- def load_network_resource(frame_id:, url:, options:)
232
- @devtools.send_cmd('Network.loadNetworkResource',
233
- frameId: frame_id,
234
- url: url,
235
- options: options)
236
- end
237
-
238
- end # Network
239
- end # V88
240
- end # DevTools
241
- end # Selenium