selenium-devtools 0.133.0 → 0.134.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -0
  3. data/lib/selenium/devtools/{v131 → v134}/accessibility.rb +2 -2
  4. data/lib/selenium/devtools/{v131 → v134}/animation.rb +2 -2
  5. data/lib/selenium/devtools/{v131 → v134}/audits.rb +2 -2
  6. data/lib/selenium/devtools/{v131 → v134}/autofill.rb +2 -2
  7. data/lib/selenium/devtools/{v131 → v134}/background_service.rb +2 -2
  8. data/lib/selenium/devtools/{v131 → v134}/bluetooth_emulation.rb +2 -2
  9. data/lib/selenium/devtools/{v131 → v134}/browser.rb +2 -2
  10. data/lib/selenium/devtools/{v131 → v134}/cache_storage.rb +2 -2
  11. data/lib/selenium/devtools/{v131 → v134}/cast.rb +2 -2
  12. data/lib/selenium/devtools/{v131 → v134}/console.rb +2 -2
  13. data/lib/selenium/devtools/{v131 → v134}/css.rb +37 -4
  14. data/lib/selenium/devtools/{v131 → v134}/debugger.rb +2 -2
  15. data/lib/selenium/devtools/{v131 → v134}/device_access.rb +2 -2
  16. data/lib/selenium/devtools/{v131 → v134}/device_orientation.rb +2 -2
  17. data/lib/selenium/devtools/{v131 → v134}/dom.rb +5 -4
  18. data/lib/selenium/devtools/{v131 → v134}/dom_debugger.rb +2 -2
  19. data/lib/selenium/devtools/{v131 → v134}/dom_snapshot.rb +2 -2
  20. data/lib/selenium/devtools/{v131 → v134}/dom_storage.rb +2 -2
  21. data/lib/selenium/devtools/{v131 → v134}/emulation.rb +2 -2
  22. data/lib/selenium/devtools/{v131 → v134}/event_breakpoints.rb +2 -2
  23. data/lib/selenium/devtools/{v131 → v134}/extensions.rb +7 -2
  24. data/lib/selenium/devtools/{v131 → v134}/fed_cm.rb +2 -2
  25. data/lib/selenium/devtools/{v131 → v134}/fetch.rb +2 -2
  26. data/lib/selenium/devtools/{v131 → v134}/file_system.rb +2 -2
  27. data/lib/selenium/devtools/{v131 → v134}/headless_experimental.rb +2 -2
  28. data/lib/selenium/devtools/{v131 → v134}/heap_profiler.rb +2 -2
  29. data/lib/selenium/devtools/{v131 → v134}/indexed_db.rb +2 -2
  30. data/lib/selenium/devtools/{v131 → v134}/input.rb +2 -2
  31. data/lib/selenium/devtools/{v85 → v134}/inspector.rb +2 -2
  32. data/lib/selenium/devtools/{v85 → v134}/io.rb +2 -2
  33. data/lib/selenium/devtools/{v85 → v134}/layer_tree.rb +2 -2
  34. data/lib/selenium/devtools/{v131 → v134}/log.rb +2 -2
  35. data/lib/selenium/devtools/{v131 → v134}/media.rb +2 -2
  36. data/lib/selenium/devtools/{v131 → v134}/memory.rb +2 -2
  37. data/lib/selenium/devtools/{v131 → v134}/network.rb +9 -2
  38. data/lib/selenium/devtools/{v131 → v134}/overlay.rb +2 -2
  39. data/lib/selenium/devtools/{v131 → v134}/page.rb +3 -2
  40. data/lib/selenium/devtools/{v131 → v134}/performance.rb +2 -2
  41. data/lib/selenium/devtools/{v131 → v134}/performance_timeline.rb +2 -2
  42. data/lib/selenium/devtools/{v131 → v134}/preload.rb +2 -2
  43. data/lib/selenium/devtools/{v131 → v134}/profiler.rb +2 -2
  44. data/lib/selenium/devtools/{v131 → v134}/pwa.rb +2 -2
  45. data/lib/selenium/devtools/{v131 → v134}/runtime.rb +2 -2
  46. data/lib/selenium/devtools/{v85 → v134}/schema.rb +2 -2
  47. data/lib/selenium/devtools/{v85 → v134}/security.rb +2 -2
  48. data/lib/selenium/devtools/{v131 → v134}/service_worker.rb +2 -2
  49. data/lib/selenium/devtools/{v131 → v134}/storage.rb +8 -2
  50. data/lib/selenium/devtools/{v131 → v134}/system_info.rb +2 -2
  51. data/lib/selenium/devtools/{v131 → v134}/target.rb +6 -3
  52. data/lib/selenium/devtools/{v85 → v134}/tethering.rb +2 -2
  53. data/lib/selenium/devtools/{v131 → v134}/tracing.rb +2 -2
  54. data/lib/selenium/devtools/{v131 → v134}/web_audio.rb +2 -2
  55. data/lib/selenium/devtools/{v131 → v134}/web_authn.rb +2 -2
  56. data/lib/selenium/devtools/{v131.rb → v134.rb} +3 -4
  57. data/lib/selenium/devtools/version.rb +1 -1
  58. metadata +56 -103
  59. data/lib/selenium/devtools/v131/database.rb +0 -60
  60. data/lib/selenium/devtools/v131/inspector.rb +0 -51
  61. data/lib/selenium/devtools/v131/io.rb +0 -55
  62. data/lib/selenium/devtools/v131/layer_tree.rb +0 -91
  63. data/lib/selenium/devtools/v131/schema.rb +0 -42
  64. data/lib/selenium/devtools/v131/security.rb +0 -67
  65. data/lib/selenium/devtools/v131/tethering.rb +0 -51
  66. data/lib/selenium/devtools/v85/accessibility.rb +0 -58
  67. data/lib/selenium/devtools/v85/animation.rb +0 -94
  68. data/lib/selenium/devtools/v85/application_cache.rb +0 -60
  69. data/lib/selenium/devtools/v85/audits.rb +0 -57
  70. data/lib/selenium/devtools/v85/background_service.rb +0 -63
  71. data/lib/selenium/devtools/v85/browser.rb +0 -119
  72. data/lib/selenium/devtools/v85/cache_storage.rb +0 -69
  73. data/lib/selenium/devtools/v85/cast.rb +0 -66
  74. data/lib/selenium/devtools/v85/console.rb +0 -53
  75. data/lib/selenium/devtools/v85/css.rb +0 -161
  76. data/lib/selenium/devtools/v85/database.rb +0 -60
  77. data/lib/selenium/devtools/v85/debugger.rb +0 -225
  78. data/lib/selenium/devtools/v85/device_orientation.rb +0 -49
  79. data/lib/selenium/devtools/v85/dom.rb +0 -316
  80. data/lib/selenium/devtools/v85/dom_debugger.rb +0 -89
  81. data/lib/selenium/devtools/v85/dom_snapshot.rb +0 -61
  82. data/lib/selenium/devtools/v85/dom_storage.rb +0 -75
  83. data/lib/selenium/devtools/v85/emulation.rb +0 -176
  84. data/lib/selenium/devtools/v85/fetch.rb +0 -93
  85. data/lib/selenium/devtools/v85/headless_experimental.rb +0 -57
  86. data/lib/selenium/devtools/v85/heap_profiler.rb +0 -103
  87. data/lib/selenium/devtools/v85/indexed_db.rb +0 -96
  88. data/lib/selenium/devtools/v85/input.rb +0 -137
  89. data/lib/selenium/devtools/v85/log.rb +0 -62
  90. data/lib/selenium/devtools/v85/media.rb +0 -53
  91. data/lib/selenium/devtools/v85/memory.rb +0 -82
  92. data/lib/selenium/devtools/v85/network.rb +0 -224
  93. data/lib/selenium/devtools/v85/overlay.rb +0 -154
  94. data/lib/selenium/devtools/v85/page.rb +0 -370
  95. data/lib/selenium/devtools/v85/performance.rb +0 -59
  96. data/lib/selenium/devtools/v85/profiler.rb +0 -107
  97. data/lib/selenium/devtools/v85/runtime.rb +0 -190
  98. data/lib/selenium/devtools/v85/service_worker.rb +0 -112
  99. data/lib/selenium/devtools/v85/storage.rb +0 -91
  100. data/lib/selenium/devtools/v85/system_info.rb +0 -46
  101. data/lib/selenium/devtools/v85/target.rb +0 -139
  102. data/lib/selenium/devtools/v85/tracing.rb +0 -72
  103. data/lib/selenium/devtools/v85/web_audio.rb +0 -66
  104. data/lib/selenium/devtools/v85/web_authn.rb +0 -90
  105. data/lib/selenium/devtools/v85.rb +0 -76
@@ -1,137 +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 V85
24
- class Input
25
-
26
- def initialize(devtools)
27
- @devtools = devtools
28
- end
29
-
30
- def on(event, &block)
31
- event = EVENTS[event] if event.is_a?(Symbol)
32
- @devtools.callbacks["Input.#{event}"] << block
33
- end
34
-
35
- def dispatch_key_event(type:, modifiers: nil, timestamp: nil, text: nil, unmodified_text: nil, key_identifier: nil, code: nil, key: nil, windows_virtual_key_code: nil, native_virtual_key_code: nil, auto_repeat: nil, is_keypad: nil, is_system_key: nil, location: nil, commands: nil)
36
- @devtools.send_cmd('Input.dispatchKeyEvent',
37
- type: type,
38
- modifiers: modifiers,
39
- timestamp: timestamp,
40
- text: text,
41
- unmodifiedText: unmodified_text,
42
- keyIdentifier: key_identifier,
43
- code: code,
44
- key: key,
45
- windowsVirtualKeyCode: windows_virtual_key_code,
46
- nativeVirtualKeyCode: native_virtual_key_code,
47
- autoRepeat: auto_repeat,
48
- isKeypad: is_keypad,
49
- isSystemKey: is_system_key,
50
- location: location,
51
- commands: commands)
52
- end
53
-
54
- def insert_text(text:)
55
- @devtools.send_cmd('Input.insertText',
56
- text: text)
57
- end
58
-
59
- def dispatch_mouse_event(type:, x:, y:, modifiers: nil, timestamp: nil, button: nil, buttons: nil, click_count: nil, delta_x: nil, delta_y: nil, pointer_type: nil)
60
- @devtools.send_cmd('Input.dispatchMouseEvent',
61
- type: type,
62
- x: x,
63
- y: y,
64
- modifiers: modifiers,
65
- timestamp: timestamp,
66
- button: button,
67
- buttons: buttons,
68
- clickCount: click_count,
69
- deltaX: delta_x,
70
- deltaY: delta_y,
71
- pointerType: pointer_type)
72
- end
73
-
74
- def dispatch_touch_event(type:, touch_points:, modifiers: nil, timestamp: nil)
75
- @devtools.send_cmd('Input.dispatchTouchEvent',
76
- type: type,
77
- touchPoints: touch_points,
78
- modifiers: modifiers,
79
- timestamp: timestamp)
80
- end
81
-
82
- def emulate_touch_from_mouse_event(type:, x:, y:, button:, timestamp: nil, delta_x: nil, delta_y: nil, modifiers: nil, click_count: nil)
83
- @devtools.send_cmd('Input.emulateTouchFromMouseEvent',
84
- type: type,
85
- x: x,
86
- y: y,
87
- button: button,
88
- timestamp: timestamp,
89
- deltaX: delta_x,
90
- deltaY: delta_y,
91
- modifiers: modifiers,
92
- clickCount: click_count)
93
- end
94
-
95
- def set_ignore_input_events(ignore:)
96
- @devtools.send_cmd('Input.setIgnoreInputEvents',
97
- ignore: ignore)
98
- end
99
-
100
- def synthesize_pinch_gesture(x:, y:, scale_factor:, relative_speed: nil, gesture_source_type: nil)
101
- @devtools.send_cmd('Input.synthesizePinchGesture',
102
- x: x,
103
- y: y,
104
- scaleFactor: scale_factor,
105
- relativeSpeed: relative_speed,
106
- gestureSourceType: gesture_source_type)
107
- end
108
-
109
- def synthesize_scroll_gesture(x:, y:, x_distance: nil, y_distance: nil, x_overscroll: nil, y_overscroll: nil, prevent_fling: nil, speed: nil, gesture_source_type: nil, repeat_count: nil, repeat_delay_ms: nil, interaction_marker_name: nil)
110
- @devtools.send_cmd('Input.synthesizeScrollGesture',
111
- x: x,
112
- y: y,
113
- xDistance: x_distance,
114
- yDistance: y_distance,
115
- xOverscroll: x_overscroll,
116
- yOverscroll: y_overscroll,
117
- preventFling: prevent_fling,
118
- speed: speed,
119
- gestureSourceType: gesture_source_type,
120
- repeatCount: repeat_count,
121
- repeatDelayMs: repeat_delay_ms,
122
- interactionMarkerName: interaction_marker_name)
123
- end
124
-
125
- def synthesize_tap_gesture(x:, y:, duration: nil, tap_count: nil, gesture_source_type: nil)
126
- @devtools.send_cmd('Input.synthesizeTapGesture',
127
- x: x,
128
- y: y,
129
- duration: duration,
130
- tapCount: tap_count,
131
- gestureSourceType: gesture_source_type)
132
- end
133
-
134
- end # Input
135
- end # V85
136
- end # DevTools
137
- end # Selenium
@@ -1,62 +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 V85
24
- class Log
25
- EVENTS = {
26
- entry_added: 'entryAdded',
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["Log.#{event}"] << block
36
- end
37
-
38
- def clear
39
- @devtools.send_cmd('Log.clear')
40
- end
41
-
42
- def disable
43
- @devtools.send_cmd('Log.disable')
44
- end
45
-
46
- def enable
47
- @devtools.send_cmd('Log.enable')
48
- end
49
-
50
- def start_violations_report(config:)
51
- @devtools.send_cmd('Log.startViolationsReport',
52
- config: config)
53
- end
54
-
55
- def stop_violations_report
56
- @devtools.send_cmd('Log.stopViolationsReport')
57
- end
58
-
59
- end # Log
60
- end # V85
61
- end # DevTools
62
- 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 V85
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 # V85
52
- end # DevTools
53
- end # Selenium
@@ -1,82 +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 V85
24
- class Memory
25
-
26
- def initialize(devtools)
27
- @devtools = devtools
28
- end
29
-
30
- def on(event, &block)
31
- event = EVENTS[event] if event.is_a?(Symbol)
32
- @devtools.callbacks["Memory.#{event}"] << block
33
- end
34
-
35
- def get_dom_counters
36
- @devtools.send_cmd('Memory.getDOMCounters')
37
- end
38
-
39
- def prepare_for_leak_detection
40
- @devtools.send_cmd('Memory.prepareForLeakDetection')
41
- end
42
-
43
- def forcibly_purge_javascript_memory
44
- @devtools.send_cmd('Memory.forciblyPurgeJavaScriptMemory')
45
- end
46
-
47
- def set_pressure_notifications_suppressed(suppressed:)
48
- @devtools.send_cmd('Memory.setPressureNotificationsSuppressed',
49
- suppressed: suppressed)
50
- end
51
-
52
- def simulate_pressure_notification(level:)
53
- @devtools.send_cmd('Memory.simulatePressureNotification',
54
- level: level)
55
- end
56
-
57
- def start_sampling(sampling_interval: nil, suppress_randomness: nil)
58
- @devtools.send_cmd('Memory.startSampling',
59
- samplingInterval: sampling_interval,
60
- suppressRandomness: suppress_randomness)
61
- end
62
-
63
- def stop_sampling
64
- @devtools.send_cmd('Memory.stopSampling')
65
- end
66
-
67
- def get_all_time_sampling_profile
68
- @devtools.send_cmd('Memory.getAllTimeSamplingProfile')
69
- end
70
-
71
- def get_browser_sampling_profile
72
- @devtools.send_cmd('Memory.getBrowserSamplingProfile')
73
- end
74
-
75
- def get_sampling_profile
76
- @devtools.send_cmd('Memory.getSamplingProfile')
77
- end
78
-
79
- end # Memory
80
- end # V85
81
- end # DevTools
82
- end # Selenium
@@ -1,224 +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 V85
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_request_interception(patterns:)
209
- @devtools.send_cmd('Network.setRequestInterception',
210
- patterns: patterns)
211
- end
212
-
213
- def set_user_agent_override(user_agent:, accept_language: nil, platform: nil, user_agent_metadata: nil)
214
- @devtools.send_cmd('Network.setUserAgentOverride',
215
- userAgent: user_agent,
216
- acceptLanguage: accept_language,
217
- platform: platform,
218
- userAgentMetadata: user_agent_metadata)
219
- end
220
-
221
- end # Network
222
- end # V85
223
- end # DevTools
224
- end # Selenium