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.
- checksums.yaml +4 -4
- data/lib/selenium/devtools/{v136 → v139}/accessibility.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/animation.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/audits.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/autofill.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/bluetooth_emulation.rb +39 -9
- data/lib/selenium/devtools/{v136 → v139}/browser.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/cast.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/console.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/css.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/device_access.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/dom.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/emulation.rb +25 -4
- data/lib/selenium/devtools/{v136 → v139}/event_breakpoints.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/extensions.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/fed_cm.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/file_system.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/heap_profiler.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/input.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/io.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/log.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/media.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/memory.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/network.rb +13 -4
- data/lib/selenium/devtools/{v136 → v139}/overlay.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/page.rb +4 -4
- data/lib/selenium/devtools/{v136 → v139}/performance.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/preload.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/pwa.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/runtime.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/schema.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/security.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/storage.rb +12 -2
- data/lib/selenium/devtools/{v136 → v139}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/target.rb +5 -4
- data/lib/selenium/devtools/{v136 → v139}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v136 → v139}/web_authn.rb +2 -2
- data/lib/selenium/devtools/{v136.rb → v139.rb} +3 -3
- data/lib/selenium/devtools/version.rb +1 -1
- metadata +56 -56
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de2a39ec360f5ca318557374a05ee97a0ea63e12860650d69a2dbc0fdd3831d6
|
4
|
+
data.tar.gz: 43cd14c075c93f70a87e71cb5c447a78b6cee5eb387e5eaf19939ad5fbb5c4f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7252d3b5b355e495f41d474b123f06f6ab2329f26a9939aa26392c09e28517498fee989ac61dfde4526b511ce969a13508eb4d52db659a80ac9054b9ab05a7d5
|
7
|
+
data.tar.gz: 54d53f348892cf705a1e698a9361d32df4bbb86c77bcfd675923b53861359b9a291947539ea3034bd857f7a72934477149744024a1b147206a51b30b3e3a143e
|
@@ -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
|
23
|
+
module V139
|
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 #
|
89
|
+
end # V139
|
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
|
23
|
+
module V139
|
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 #
|
93
|
+
end # V139
|
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
|
23
|
+
module V139
|
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 #
|
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
|
23
|
+
module V139
|
24
24
|
class Autofill
|
25
25
|
EVENTS = {
|
26
26
|
address_form_filled: 'addressFormFilled',
|
@@ -56,6 +56,6 @@ module Selenium
|
|
56
56
|
end
|
57
57
|
|
58
58
|
end # Autofill
|
59
|
-
end #
|
59
|
+
end # V139
|
60
60
|
end # DevTools
|
61
61
|
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
|
23
|
+
module V139
|
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 #
|
61
|
+
end # V139
|
62
62
|
end # DevTools
|
63
63
|
end # Selenium
|
@@ -20,10 +20,12 @@
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
21
21
|
module Selenium
|
22
22
|
module DevTools
|
23
|
-
module
|
23
|
+
module V139
|
24
24
|
class BluetoothEmulation
|
25
25
|
EVENTS = {
|
26
26
|
gatt_operation_received: 'gattOperationReceived',
|
27
|
+
characteristic_operation_received: 'characteristicOperationReceived',
|
28
|
+
descriptor_operation_received: 'descriptorOperationReceived',
|
27
29
|
}.freeze
|
28
30
|
|
29
31
|
def initialize(devtools)
|
@@ -70,34 +72,62 @@ module Selenium
|
|
70
72
|
code: code)
|
71
73
|
end
|
72
74
|
|
75
|
+
def simulate_characteristic_operation_response(characteristic_id:, type:, code:, data: nil)
|
76
|
+
@devtools.send_cmd('BluetoothEmulation.simulateCharacteristicOperationResponse',
|
77
|
+
characteristicId: characteristic_id,
|
78
|
+
type: type,
|
79
|
+
code: code,
|
80
|
+
data: data)
|
81
|
+
end
|
82
|
+
|
83
|
+
def simulate_descriptor_operation_response(descriptor_id:, type:, code:, data: nil)
|
84
|
+
@devtools.send_cmd('BluetoothEmulation.simulateDescriptorOperationResponse',
|
85
|
+
descriptorId: descriptor_id,
|
86
|
+
type: type,
|
87
|
+
code: code,
|
88
|
+
data: data)
|
89
|
+
end
|
90
|
+
|
73
91
|
def add_service(address:, service_uuid:)
|
74
92
|
@devtools.send_cmd('BluetoothEmulation.addService',
|
75
93
|
address: address,
|
76
94
|
serviceUuid: service_uuid)
|
77
95
|
end
|
78
96
|
|
79
|
-
def remove_service(
|
97
|
+
def remove_service(service_id:)
|
80
98
|
@devtools.send_cmd('BluetoothEmulation.removeService',
|
81
|
-
address: address,
|
82
99
|
serviceId: service_id)
|
83
100
|
end
|
84
101
|
|
85
|
-
def add_characteristic(
|
102
|
+
def add_characteristic(service_id:, characteristic_uuid:, properties:)
|
86
103
|
@devtools.send_cmd('BluetoothEmulation.addCharacteristic',
|
87
|
-
address: address,
|
88
104
|
serviceId: service_id,
|
89
105
|
characteristicUuid: characteristic_uuid,
|
90
106
|
properties: properties)
|
91
107
|
end
|
92
108
|
|
93
|
-
def remove_characteristic(
|
109
|
+
def remove_characteristic(characteristic_id:)
|
94
110
|
@devtools.send_cmd('BluetoothEmulation.removeCharacteristic',
|
95
|
-
address: address,
|
96
|
-
serviceId: service_id,
|
97
111
|
characteristicId: characteristic_id)
|
98
112
|
end
|
99
113
|
|
114
|
+
def add_descriptor(characteristic_id:, descriptor_uuid:)
|
115
|
+
@devtools.send_cmd('BluetoothEmulation.addDescriptor',
|
116
|
+
characteristicId: characteristic_id,
|
117
|
+
descriptorUuid: descriptor_uuid)
|
118
|
+
end
|
119
|
+
|
120
|
+
def remove_descriptor(descriptor_id:)
|
121
|
+
@devtools.send_cmd('BluetoothEmulation.removeDescriptor',
|
122
|
+
descriptorId: descriptor_id)
|
123
|
+
end
|
124
|
+
|
125
|
+
def simulate_gatt_disconnection(address:)
|
126
|
+
@devtools.send_cmd('BluetoothEmulation.simulateGATTDisconnection',
|
127
|
+
address: address)
|
128
|
+
end
|
129
|
+
|
100
130
|
end # BluetoothEmulation
|
101
|
-
end #
|
131
|
+
end # V139
|
102
132
|
end # DevTools
|
103
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
|
23
|
+
module V139
|
24
24
|
class Browser
|
25
25
|
EVENTS = {
|
26
26
|
download_will_begin: 'downloadWillBegin',
|
@@ -143,6 +143,6 @@ module Selenium
|
|
143
143
|
end
|
144
144
|
|
145
145
|
end # Browser
|
146
|
-
end #
|
146
|
+
end # V139
|
147
147
|
end # DevTools
|
148
148
|
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
|
23
|
+
module V139
|
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 #
|
69
|
+
end # V139
|
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
|
23
|
+
module V139
|
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 #
|
69
|
+
end # V139
|
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
|
23
|
+
module V139
|
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 #
|
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
|
23
|
+
module V139
|
24
24
|
class CSS
|
25
25
|
EVENTS = {
|
26
26
|
fonts_updated: 'fontsUpdated',
|
@@ -244,6 +244,6 @@ module Selenium
|
|
244
244
|
end
|
245
245
|
|
246
246
|
end # CSS
|
247
|
-
end #
|
247
|
+
end # V139
|
248
248
|
end # DevTools
|
249
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
|
23
|
+
module V139
|
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 #
|
236
|
+
end # V139
|
237
237
|
end # DevTools
|
238
238
|
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
|
23
|
+
module V139
|
24
24
|
class DeviceAccess
|
25
25
|
EVENTS = {
|
26
26
|
device_request_prompted: 'deviceRequestPrompted',
|
@@ -55,6 +55,6 @@ module Selenium
|
|
55
55
|
end
|
56
56
|
|
57
57
|
end # DeviceAccess
|
58
|
-
end #
|
58
|
+
end # V139
|
59
59
|
end # DevTools
|
60
60
|
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
|
23
|
+
module V139
|
24
24
|
class DeviceOrientation
|
25
25
|
|
26
26
|
def initialize(devtools)
|
@@ -44,6 +44,6 @@ module Selenium
|
|
44
44
|
end
|
45
45
|
|
46
46
|
end # DeviceOrientation
|
47
|
-
end #
|
47
|
+
end # V139
|
48
48
|
end # DevTools
|
49
49
|
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
|
23
|
+
module V139
|
24
24
|
class DOM
|
25
25
|
EVENTS = {
|
26
26
|
attribute_modified: 'attributeModified',
|
@@ -355,6 +355,6 @@ module Selenium
|
|
355
355
|
end
|
356
356
|
|
357
357
|
end # DOM
|
358
|
-
end #
|
358
|
+
end # V139
|
359
359
|
end # DevTools
|
360
360
|
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
|
23
|
+
module V139
|
24
24
|
class DOMDebugger
|
25
25
|
|
26
26
|
def initialize(devtools)
|
@@ -89,6 +89,6 @@ module Selenium
|
|
89
89
|
end
|
90
90
|
|
91
91
|
end # DOMDebugger
|
92
|
-
end #
|
92
|
+
end # V139
|
93
93
|
end # DevTools
|
94
94
|
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
|
23
|
+
module V139
|
24
24
|
class DOMSnapshot
|
25
25
|
|
26
26
|
def initialize(devtools)
|
@@ -58,6 +58,6 @@ module Selenium
|
|
58
58
|
end
|
59
59
|
|
60
60
|
end # DOMSnapshot
|
61
|
-
end #
|
61
|
+
end # V139
|
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
|
23
|
+
module V139
|
24
24
|
class DOMStorage
|
25
25
|
EVENTS = {
|
26
26
|
dom_storage_item_added: 'domStorageItemAdded',
|
@@ -70,6 +70,6 @@ module Selenium
|
|
70
70
|
end
|
71
71
|
|
72
72
|
end # DOMStorage
|
73
|
-
end #
|
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
|
23
|
+
module V139
|
24
24
|
class Emulation
|
25
25
|
EVENTS = {
|
26
26
|
virtual_time_budget_expired: 'virtualTimeBudgetExpired',
|
@@ -139,11 +139,20 @@ module Selenium
|
|
139
139
|
type: type)
|
140
140
|
end
|
141
141
|
|
142
|
-
def
|
142
|
+
def set_emulated_os_text_scale(scale: nil)
|
143
|
+
@devtools.send_cmd('Emulation.setEmulatedOSTextScale',
|
144
|
+
scale: scale)
|
145
|
+
end
|
146
|
+
|
147
|
+
def set_geolocation_override(latitude: nil, longitude: nil, accuracy: nil, altitude: nil, altitude_accuracy: nil, heading: nil, speed: nil)
|
143
148
|
@devtools.send_cmd('Emulation.setGeolocationOverride',
|
144
149
|
latitude: latitude,
|
145
150
|
longitude: longitude,
|
146
|
-
accuracy: accuracy
|
151
|
+
accuracy: accuracy,
|
152
|
+
altitude: altitude,
|
153
|
+
altitudeAccuracy: altitude_accuracy,
|
154
|
+
heading: heading,
|
155
|
+
speed: speed)
|
147
156
|
end
|
148
157
|
|
149
158
|
def get_overridden_sensor_information(type:)
|
@@ -177,6 +186,13 @@ module Selenium
|
|
177
186
|
state: state)
|
178
187
|
end
|
179
188
|
|
189
|
+
def set_pressure_data_override(source:, state:, own_contribution_estimate: nil)
|
190
|
+
@devtools.send_cmd('Emulation.setPressureDataOverride',
|
191
|
+
source: source,
|
192
|
+
state: state,
|
193
|
+
ownContributionEstimate: own_contribution_estimate)
|
194
|
+
end
|
195
|
+
|
180
196
|
def set_idle_override(is_user_active:, is_screen_unlocked:)
|
181
197
|
@devtools.send_cmd('Emulation.setIdleOverride',
|
182
198
|
isUserActive: is_user_active,
|
@@ -255,7 +271,12 @@ module Selenium
|
|
255
271
|
enabled: enabled)
|
256
272
|
end
|
257
273
|
|
274
|
+
def set_small_viewport_height_difference_override(difference:)
|
275
|
+
@devtools.send_cmd('Emulation.setSmallViewportHeightDifferenceOverride',
|
276
|
+
difference: difference)
|
277
|
+
end
|
278
|
+
|
258
279
|
end # Emulation
|
259
|
-
end #
|
280
|
+
end # V139
|
260
281
|
end # DevTools
|
261
282
|
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
|
23
|
+
module V139
|
24
24
|
class EventBreakpoints
|
25
25
|
|
26
26
|
def initialize(devtools)
|
@@ -47,6 +47,6 @@ module Selenium
|
|
47
47
|
end
|
48
48
|
|
49
49
|
end # EventBreakpoints
|
50
|
-
end #
|
50
|
+
end # V139
|
51
51
|
end # DevTools
|
52
52
|
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
|
23
|
+
module V139
|
24
24
|
class Extensions
|
25
25
|
|
26
26
|
def initialize(devtools)
|
@@ -70,6 +70,6 @@ module Selenium
|
|
70
70
|
end
|
71
71
|
|
72
72
|
end # Extensions
|
73
|
-
end #
|
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
|
23
|
+
module V139
|
24
24
|
class FedCm
|
25
25
|
EVENTS = {
|
26
26
|
dialog_shown: 'dialogShown',
|
@@ -75,6 +75,6 @@ module Selenium
|
|
75
75
|
end
|
76
76
|
|
77
77
|
end # FedCm
|
78
|
-
end #
|
78
|
+
end # V139
|
79
79
|
end # DevTools
|
80
80
|
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
|
23
|
+
module V139
|
24
24
|
class Fetch
|
25
25
|
EVENTS = {
|
26
26
|
request_paused: 'requestPaused',
|
@@ -98,6 +98,6 @@ module Selenium
|
|
98
98
|
end
|
99
99
|
|
100
100
|
end # Fetch
|
101
|
-
end #
|
101
|
+
end # V139
|
102
102
|
end # DevTools
|
103
103
|
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
|
23
|
+
module V139
|
24
24
|
class FileSystem
|
25
25
|
|
26
26
|
def initialize(devtools)
|
@@ -38,6 +38,6 @@ module Selenium
|
|
38
38
|
end
|
39
39
|
|
40
40
|
end # FileSystem
|
41
|
-
end #
|
41
|
+
end # V139
|
42
42
|
end # DevTools
|
43
43
|
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
|
23
|
+
module V139
|
24
24
|
class HeadlessExperimental
|
25
25
|
|
26
26
|
def initialize(devtools)
|
@@ -49,6 +49,6 @@ module Selenium
|
|
49
49
|
end
|
50
50
|
|
51
51
|
end # HeadlessExperimental
|
52
|
-
end #
|
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
|
23
|
+
module V139
|
24
24
|
class HeapProfiler
|
25
25
|
EVENTS = {
|
26
26
|
add_heap_snapshot_chunk: 'addHeapSnapshotChunk',
|
@@ -104,6 +104,6 @@ module Selenium
|
|
104
104
|
end
|
105
105
|
|
106
106
|
end # HeapProfiler
|
107
|
-
end #
|
107
|
+
end # V139
|
108
108
|
end # DevTools
|
109
109
|
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
|
23
|
+
module V139
|
24
24
|
class IndexedDB
|
25
25
|
|
26
26
|
def initialize(devtools)
|
@@ -105,6 +105,6 @@ module Selenium
|
|
105
105
|
end
|
106
106
|
|
107
107
|
end # IndexedDB
|
108
|
-
end #
|
108
|
+
end # V139
|
109
109
|
end # DevTools
|
110
110
|
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
|
23
|
+
module V139
|
24
24
|
class Input
|
25
25
|
EVENTS = {
|
26
26
|
drag_intercepted: 'dragIntercepted',
|
@@ -167,6 +167,6 @@ module Selenium
|
|
167
167
|
end
|
168
168
|
|
169
169
|
end # Input
|
170
|
-
end #
|
170
|
+
end # V139
|
171
171
|
end # DevTools
|
172
172
|
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
|
23
|
+
module V139
|
24
24
|
class Inspector
|
25
25
|
EVENTS = {
|
26
26
|
detached: 'detached',
|
@@ -46,6 +46,6 @@ module Selenium
|
|
46
46
|
end
|
47
47
|
|
48
48
|
end # Inspector
|
49
|
-
end #
|
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
|
23
|
+
module V139
|
24
24
|
class IO
|
25
25
|
|
26
26
|
def initialize(devtools)
|
@@ -50,6 +50,6 @@ module Selenium
|
|
50
50
|
end
|
51
51
|
|
52
52
|
end # IO
|
53
|
-
end #
|
53
|
+
end # V139
|
54
54
|
end # DevTools
|
55
55
|
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
|
23
|
+
module V139
|
24
24
|
class LayerTree
|
25
25
|
EVENTS = {
|
26
26
|
layer_painted: 'layerPainted',
|
@@ -86,6 +86,6 @@ module Selenium
|
|
86
86
|
end
|
87
87
|
|
88
88
|
end # LayerTree
|
89
|
-
end #
|
89
|
+
end # V139
|
90
90
|
end # DevTools
|
91
91
|
end # Selenium
|