selenium-devtools 0.92.0 → 0.93.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 (98) hide show
  1. checksums.yaml +4 -4
  2. data/lib/selenium/devtools/{v90 → v93}/accessibility.rb +2 -2
  3. data/lib/selenium/devtools/{v91 → v93}/animation.rb +2 -2
  4. data/lib/selenium/devtools/{v91 → v93}/application_cache.rb +2 -2
  5. data/lib/selenium/devtools/{v90 → v93}/audits.rb +2 -2
  6. data/lib/selenium/devtools/{v90 → v93}/background_service.rb +2 -2
  7. data/lib/selenium/devtools/{v91 → v93}/browser.rb +2 -2
  8. data/lib/selenium/devtools/{v91 → v93}/cache_storage.rb +2 -2
  9. data/lib/selenium/devtools/{v91 → v93}/cast.rb +2 -2
  10. data/lib/selenium/devtools/{v91 → v93}/console.rb +2 -2
  11. data/lib/selenium/devtools/{v90 → v93}/css.rb +9 -2
  12. data/lib/selenium/devtools/{v90 → v93}/database.rb +2 -2
  13. data/lib/selenium/devtools/{v91 → v93}/debugger.rb +2 -2
  14. data/lib/selenium/devtools/{v91 → v93}/device_orientation.rb +2 -2
  15. data/lib/selenium/devtools/{v90 → v93}/dom.rb +8 -2
  16. data/lib/selenium/devtools/{v90 → v93}/dom_debugger.rb +2 -2
  17. data/lib/selenium/devtools/{v91 → v93}/dom_snapshot.rb +6 -4
  18. data/lib/selenium/devtools/{v90 → v93}/dom_storage.rb +2 -2
  19. data/lib/selenium/devtools/{v91 → v93}/emulation.rb +2 -2
  20. data/lib/selenium/devtools/{v91 → v93}/fetch.rb +2 -2
  21. data/lib/selenium/devtools/{v91 → v93}/headless_experimental.rb +2 -2
  22. data/lib/selenium/devtools/{v90 → v93}/heap_profiler.rb +8 -6
  23. data/lib/selenium/devtools/{v90 → v93}/indexed_db.rb +2 -2
  24. data/lib/selenium/devtools/{v91 → v93}/input.rb +2 -2
  25. data/lib/selenium/devtools/{v90 → v93}/inspector.rb +2 -2
  26. data/lib/selenium/devtools/{v90 → v93}/io.rb +2 -2
  27. data/lib/selenium/devtools/{v90 → v93}/layer_tree.rb +2 -2
  28. data/lib/selenium/devtools/{v91 → v93}/log.rb +2 -2
  29. data/lib/selenium/devtools/{v91 → v93}/media.rb +2 -2
  30. data/lib/selenium/devtools/{v90 → v93}/memory.rb +2 -2
  31. data/lib/selenium/devtools/{v91 → v93}/network.rb +6 -8
  32. data/lib/selenium/devtools/{v91 → v93}/overlay.rb +7 -2
  33. data/lib/selenium/devtools/{v91 → v93}/page.rb +6 -4
  34. data/lib/selenium/devtools/{v90 → v93}/performance.rb +2 -2
  35. data/lib/selenium/devtools/{v91 → v93}/performance_timeline.rb +2 -2
  36. data/lib/selenium/devtools/{v91 → v93}/profiler.rb +2 -2
  37. data/lib/selenium/devtools/{v91 → v93}/runtime.rb +5 -4
  38. data/lib/selenium/devtools/{v91 → v93}/schema.rb +2 -2
  39. data/lib/selenium/devtools/{v90 → v93}/security.rb +2 -2
  40. data/lib/selenium/devtools/{v90 → v93}/service_worker.rb +2 -2
  41. data/lib/selenium/devtools/{v91 → v93}/storage.rb +2 -2
  42. data/lib/selenium/devtools/{v90 → v93}/system_info.rb +2 -2
  43. data/lib/selenium/devtools/{v90 → v93}/target.rb +2 -2
  44. data/lib/selenium/devtools/{v90 → v93}/tethering.rb +2 -2
  45. data/lib/selenium/devtools/{v91 → v93}/tracing.rb +2 -2
  46. data/lib/selenium/devtools/{v90 → v93}/web_audio.rb +2 -2
  47. data/lib/selenium/devtools/{v90 → v93}/web_authn.rb +2 -2
  48. data/lib/selenium/devtools/v93.rb +1 -0
  49. data/lib/selenium/devtools/version.rb +1 -1
  50. metadata +49 -96
  51. data/lib/selenium/devtools/v90/animation.rb +0 -94
  52. data/lib/selenium/devtools/v90/application_cache.rb +0 -60
  53. data/lib/selenium/devtools/v90/browser.rb +0 -124
  54. data/lib/selenium/devtools/v90/cache_storage.rb +0 -69
  55. data/lib/selenium/devtools/v90/cast.rb +0 -66
  56. data/lib/selenium/devtools/v90/console.rb +0 -53
  57. data/lib/selenium/devtools/v90/debugger.rb +0 -220
  58. data/lib/selenium/devtools/v90/device_orientation.rb +0 -49
  59. data/lib/selenium/devtools/v90/dom_snapshot.rb +0 -61
  60. data/lib/selenium/devtools/v90/emulation.rb +0 -192
  61. data/lib/selenium/devtools/v90/fetch.rb +0 -93
  62. data/lib/selenium/devtools/v90/headless_experimental.rb +0 -57
  63. data/lib/selenium/devtools/v90/input.rb +0 -142
  64. data/lib/selenium/devtools/v90/log.rb +0 -62
  65. data/lib/selenium/devtools/v90/media.rb +0 -53
  66. data/lib/selenium/devtools/v90/network.rb +0 -248
  67. data/lib/selenium/devtools/v90/overlay.rb +0 -187
  68. data/lib/selenium/devtools/v90/page.rb +0 -377
  69. data/lib/selenium/devtools/v90/performance_timeline.rb +0 -46
  70. data/lib/selenium/devtools/v90/profiler.rb +0 -119
  71. data/lib/selenium/devtools/v90/runtime.rb +0 -192
  72. data/lib/selenium/devtools/v90/schema.rb +0 -42
  73. data/lib/selenium/devtools/v90/storage.rb +0 -101
  74. data/lib/selenium/devtools/v90/tracing.rb +0 -74
  75. data/lib/selenium/devtools/v90.rb +0 -1
  76. data/lib/selenium/devtools/v91/accessibility.rb +0 -73
  77. data/lib/selenium/devtools/v91/audits.rb +0 -62
  78. data/lib/selenium/devtools/v91/background_service.rb +0 -63
  79. data/lib/selenium/devtools/v91/css.rb +0 -175
  80. data/lib/selenium/devtools/v91/database.rb +0 -60
  81. data/lib/selenium/devtools/v91/dom.rb +0 -323
  82. data/lib/selenium/devtools/v91/dom_debugger.rb +0 -94
  83. data/lib/selenium/devtools/v91/dom_storage.rb +0 -75
  84. data/lib/selenium/devtools/v91/heap_profiler.rb +0 -103
  85. data/lib/selenium/devtools/v91/indexed_db.rb +0 -96
  86. data/lib/selenium/devtools/v91/inspector.rb +0 -51
  87. data/lib/selenium/devtools/v91/io.rb +0 -55
  88. data/lib/selenium/devtools/v91/layer_tree.rb +0 -91
  89. data/lib/selenium/devtools/v91/memory.rb +0 -82
  90. data/lib/selenium/devtools/v91/performance.rb +0 -59
  91. data/lib/selenium/devtools/v91/security.rb +0 -67
  92. data/lib/selenium/devtools/v91/service_worker.rb +0 -112
  93. data/lib/selenium/devtools/v91/system_info.rb +0 -46
  94. data/lib/selenium/devtools/v91/target.rb +0 -139
  95. data/lib/selenium/devtools/v91/tethering.rb +0 -51
  96. data/lib/selenium/devtools/v91/web_audio.rb +0 -66
  97. data/lib/selenium/devtools/v91/web_authn.rb +0 -96
  98. data/lib/selenium/devtools/v91.rb +0 -1
@@ -1,61 +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 V90
24
- class DOMSnapshot
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["DOMSnapshot.#{event}"] << block
33
- end
34
-
35
- def disable
36
- @devtools.send_cmd('DOMSnapshot.disable')
37
- end
38
-
39
- def enable
40
- @devtools.send_cmd('DOMSnapshot.enable')
41
- end
42
-
43
- def get_snapshot(computed_style_whitelist:, include_event_listeners: nil, include_paint_order: nil, include_user_agent_shadow_tree: nil)
44
- @devtools.send_cmd('DOMSnapshot.getSnapshot',
45
- computedStyleWhitelist: computed_style_whitelist,
46
- includeEventListeners: include_event_listeners,
47
- includePaintOrder: include_paint_order,
48
- includeUserAgentShadowTree: include_user_agent_shadow_tree)
49
- end
50
-
51
- def capture_snapshot(computed_styles:, include_paint_order: nil, include_dom_rects: nil)
52
- @devtools.send_cmd('DOMSnapshot.captureSnapshot',
53
- computedStyles: computed_styles,
54
- includePaintOrder: include_paint_order,
55
- includeDOMRects: include_dom_rects)
56
- end
57
-
58
- end # DOMSnapshot
59
- end # V90
60
- end # DevTools
61
- end # Selenium
@@ -1,192 +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 V90
24
- class Emulation
25
- EVENTS = {
26
- virtual_time_budget_expired: 'virtualTimeBudgetExpired',
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["Emulation.#{event}"] << block
36
- end
37
-
38
- def can_emulate
39
- @devtools.send_cmd('Emulation.canEmulate')
40
- end
41
-
42
- def clear_device_metrics_override
43
- @devtools.send_cmd('Emulation.clearDeviceMetricsOverride')
44
- end
45
-
46
- def clear_geolocation_override
47
- @devtools.send_cmd('Emulation.clearGeolocationOverride')
48
- end
49
-
50
- def reset_page_scale_factor
51
- @devtools.send_cmd('Emulation.resetPageScaleFactor')
52
- end
53
-
54
- def set_focus_emulation_enabled(enabled:)
55
- @devtools.send_cmd('Emulation.setFocusEmulationEnabled',
56
- enabled: enabled)
57
- end
58
-
59
- def set_cpu_throttling_rate(rate:)
60
- @devtools.send_cmd('Emulation.setCPUThrottlingRate',
61
- rate: rate)
62
- end
63
-
64
- def set_default_background_color_override(color: nil)
65
- @devtools.send_cmd('Emulation.setDefaultBackgroundColorOverride',
66
- color: color)
67
- end
68
-
69
- def set_device_metrics_override(width:, height:, device_scale_factor:, mobile:, scale: nil, screen_width: nil, screen_height: nil, position_x: nil, position_y: nil, dont_set_visible_size: nil, screen_orientation: nil, viewport: nil, display_feature: nil)
70
- @devtools.send_cmd('Emulation.setDeviceMetricsOverride',
71
- width: width,
72
- height: height,
73
- deviceScaleFactor: device_scale_factor,
74
- mobile: mobile,
75
- scale: scale,
76
- screenWidth: screen_width,
77
- screenHeight: screen_height,
78
- positionX: position_x,
79
- positionY: position_y,
80
- dontSetVisibleSize: dont_set_visible_size,
81
- screenOrientation: screen_orientation,
82
- viewport: viewport,
83
- displayFeature: display_feature)
84
- end
85
-
86
- def set_scrollbars_hidden(hidden:)
87
- @devtools.send_cmd('Emulation.setScrollbarsHidden',
88
- hidden: hidden)
89
- end
90
-
91
- def set_document_cookie_disabled(disabled:)
92
- @devtools.send_cmd('Emulation.setDocumentCookieDisabled',
93
- disabled: disabled)
94
- end
95
-
96
- def set_emit_touch_events_for_mouse(enabled:, configuration: nil)
97
- @devtools.send_cmd('Emulation.setEmitTouchEventsForMouse',
98
- enabled: enabled,
99
- configuration: configuration)
100
- end
101
-
102
- def set_emulated_media(media: nil, features: nil)
103
- @devtools.send_cmd('Emulation.setEmulatedMedia',
104
- media: media,
105
- features: features)
106
- end
107
-
108
- def set_emulated_vision_deficiency(type:)
109
- @devtools.send_cmd('Emulation.setEmulatedVisionDeficiency',
110
- type: type)
111
- end
112
-
113
- def set_geolocation_override(latitude: nil, longitude: nil, accuracy: nil)
114
- @devtools.send_cmd('Emulation.setGeolocationOverride',
115
- latitude: latitude,
116
- longitude: longitude,
117
- accuracy: accuracy)
118
- end
119
-
120
- def set_idle_override(is_user_active:, is_screen_unlocked:)
121
- @devtools.send_cmd('Emulation.setIdleOverride',
122
- isUserActive: is_user_active,
123
- isScreenUnlocked: is_screen_unlocked)
124
- end
125
-
126
- def clear_idle_override
127
- @devtools.send_cmd('Emulation.clearIdleOverride')
128
- end
129
-
130
- def set_navigator_overrides(platform:)
131
- @devtools.send_cmd('Emulation.setNavigatorOverrides',
132
- platform: platform)
133
- end
134
-
135
- def set_page_scale_factor(page_scale_factor:)
136
- @devtools.send_cmd('Emulation.setPageScaleFactor',
137
- pageScaleFactor: page_scale_factor)
138
- end
139
-
140
- def set_script_execution_disabled(value:)
141
- @devtools.send_cmd('Emulation.setScriptExecutionDisabled',
142
- value: value)
143
- end
144
-
145
- def set_touch_emulation_enabled(enabled:, max_touch_points: nil)
146
- @devtools.send_cmd('Emulation.setTouchEmulationEnabled',
147
- enabled: enabled,
148
- maxTouchPoints: max_touch_points)
149
- end
150
-
151
- def set_virtual_time_policy(policy:, budget: nil, max_virtual_time_task_starvation_count: nil, wait_for_navigation: nil, initial_virtual_time: nil)
152
- @devtools.send_cmd('Emulation.setVirtualTimePolicy',
153
- policy: policy,
154
- budget: budget,
155
- maxVirtualTimeTaskStarvationCount: max_virtual_time_task_starvation_count,
156
- waitForNavigation: wait_for_navigation,
157
- initialVirtualTime: initial_virtual_time)
158
- end
159
-
160
- def set_locale_override(locale: nil)
161
- @devtools.send_cmd('Emulation.setLocaleOverride',
162
- locale: locale)
163
- end
164
-
165
- def set_timezone_override(timezone_id:)
166
- @devtools.send_cmd('Emulation.setTimezoneOverride',
167
- timezoneId: timezone_id)
168
- end
169
-
170
- def set_visible_size(width:, height:)
171
- @devtools.send_cmd('Emulation.setVisibleSize',
172
- width: width,
173
- height: height)
174
- end
175
-
176
- def set_disabled_image_types(image_types:)
177
- @devtools.send_cmd('Emulation.setDisabledImageTypes',
178
- imageTypes: image_types)
179
- end
180
-
181
- def set_user_agent_override(user_agent:, accept_language: nil, platform: nil, user_agent_metadata: nil)
182
- @devtools.send_cmd('Emulation.setUserAgentOverride',
183
- userAgent: user_agent,
184
- acceptLanguage: accept_language,
185
- platform: platform,
186
- userAgentMetadata: user_agent_metadata)
187
- end
188
-
189
- end # Emulation
190
- end # V90
191
- end # DevTools
192
- end # Selenium
@@ -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 V90
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 # V90
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 V90
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 # V90
56
- end # DevTools
57
- end # Selenium
@@ -1,142 +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 V90
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, force: nil, tangential_pressure: nil, tilt_x: nil, tilt_y: nil, twist: 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
- force: force,
70
- tangentialPressure: tangential_pressure,
71
- tiltX: tilt_x,
72
- tiltY: tilt_y,
73
- twist: twist,
74
- deltaX: delta_x,
75
- deltaY: delta_y,
76
- pointerType: pointer_type)
77
- end
78
-
79
- def dispatch_touch_event(type:, touch_points:, modifiers: nil, timestamp: nil)
80
- @devtools.send_cmd('Input.dispatchTouchEvent',
81
- type: type,
82
- touchPoints: touch_points,
83
- modifiers: modifiers,
84
- timestamp: timestamp)
85
- end
86
-
87
- def emulate_touch_from_mouse_event(type:, x:, y:, button:, timestamp: nil, delta_x: nil, delta_y: nil, modifiers: nil, click_count: nil)
88
- @devtools.send_cmd('Input.emulateTouchFromMouseEvent',
89
- type: type,
90
- x: x,
91
- y: y,
92
- button: button,
93
- timestamp: timestamp,
94
- deltaX: delta_x,
95
- deltaY: delta_y,
96
- modifiers: modifiers,
97
- clickCount: click_count)
98
- end
99
-
100
- def set_ignore_input_events(ignore:)
101
- @devtools.send_cmd('Input.setIgnoreInputEvents',
102
- ignore: ignore)
103
- end
104
-
105
- def synthesize_pinch_gesture(x:, y:, scale_factor:, relative_speed: nil, gesture_source_type: nil)
106
- @devtools.send_cmd('Input.synthesizePinchGesture',
107
- x: x,
108
- y: y,
109
- scaleFactor: scale_factor,
110
- relativeSpeed: relative_speed,
111
- gestureSourceType: gesture_source_type)
112
- end
113
-
114
- 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)
115
- @devtools.send_cmd('Input.synthesizeScrollGesture',
116
- x: x,
117
- y: y,
118
- xDistance: x_distance,
119
- yDistance: y_distance,
120
- xOverscroll: x_overscroll,
121
- yOverscroll: y_overscroll,
122
- preventFling: prevent_fling,
123
- speed: speed,
124
- gestureSourceType: gesture_source_type,
125
- repeatCount: repeat_count,
126
- repeatDelayMs: repeat_delay_ms,
127
- interactionMarkerName: interaction_marker_name)
128
- end
129
-
130
- def synthesize_tap_gesture(x:, y:, duration: nil, tap_count: nil, gesture_source_type: nil)
131
- @devtools.send_cmd('Input.synthesizeTapGesture',
132
- x: x,
133
- y: y,
134
- duration: duration,
135
- tapCount: tap_count,
136
- gestureSourceType: gesture_source_type)
137
- end
138
-
139
- end # Input
140
- end # V90
141
- end # DevTools
142
- end # Selenium