selenium-devtools 0.96.0 → 0.97.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 (101) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/NOTICE +1 -1
  4. data/lib/selenium/devtools/README.md +7 -0
  5. data/lib/selenium/devtools/{v94 → v97}/accessibility.rb +4 -3
  6. data/lib/selenium/devtools/{v94 → v97}/animation.rb +2 -2
  7. data/lib/selenium/devtools/{v93 → v97}/audits.rb +2 -2
  8. data/lib/selenium/devtools/{v93 → v97}/background_service.rb +2 -2
  9. data/lib/selenium/devtools/{v93 → v97}/browser.rb +2 -2
  10. data/lib/selenium/devtools/{v94 → v97}/cache_storage.rb +2 -2
  11. data/lib/selenium/devtools/{v94 → v97}/cast.rb +2 -2
  12. data/lib/selenium/devtools/{v94 → v97}/console.rb +2 -2
  13. data/lib/selenium/devtools/{v94 → v97}/css.rb +2 -2
  14. data/lib/selenium/devtools/{v93 → v97}/database.rb +2 -2
  15. data/lib/selenium/devtools/{v94 → v97}/debugger.rb +2 -2
  16. data/lib/selenium/devtools/{v94 → v97}/device_orientation.rb +2 -2
  17. data/lib/selenium/devtools/{v94 → v97}/dom.rb +2 -2
  18. data/lib/selenium/devtools/{v93 → v97}/dom_debugger.rb +2 -2
  19. data/lib/selenium/devtools/{v94 → v97}/dom_snapshot.rb +2 -2
  20. data/lib/selenium/devtools/{v93 → v97}/dom_storage.rb +2 -2
  21. data/lib/selenium/devtools/{v94 → v97}/emulation.rb +7 -2
  22. data/lib/selenium/devtools/{v93/console.rb → v97/event_breakpoints.rb} +11 -16
  23. data/lib/selenium/devtools/{v94 → v97}/fetch.rb +11 -2
  24. data/lib/selenium/devtools/{v94 → v97}/headless_experimental.rb +2 -2
  25. data/lib/selenium/devtools/{v93 → v97}/heap_profiler.rb +2 -2
  26. data/lib/selenium/devtools/{v93 → v97}/indexed_db.rb +2 -2
  27. data/lib/selenium/devtools/{v94 → v97}/input.rb +2 -2
  28. data/lib/selenium/devtools/{v93 → v97}/inspector.rb +2 -2
  29. data/lib/selenium/devtools/{v93 → v97}/io.rb +2 -2
  30. data/lib/selenium/devtools/{v93 → v97}/layer_tree.rb +2 -2
  31. data/lib/selenium/devtools/{v94 → v97}/log.rb +2 -2
  32. data/lib/selenium/devtools/{v94 → v97}/media.rb +2 -2
  33. data/lib/selenium/devtools/{v93 → v97}/memory.rb +2 -2
  34. data/lib/selenium/devtools/{v94 → v97}/network.rb +9 -2
  35. data/lib/selenium/devtools/{v93 → v97}/overlay.rb +7 -2
  36. data/lib/selenium/devtools/{v94 → v97}/page.rb +11 -7
  37. data/lib/selenium/devtools/{v93 → v97}/performance.rb +2 -2
  38. data/lib/selenium/devtools/{v94 → v97}/performance_timeline.rb +2 -2
  39. data/lib/selenium/devtools/{v93 → v97}/profiler.rb +2 -26
  40. data/lib/selenium/devtools/{v94 → v97}/runtime.rb +5 -4
  41. data/lib/selenium/devtools/{v94 → v97}/schema.rb +2 -2
  42. data/lib/selenium/devtools/{v93 → v97}/security.rb +2 -2
  43. data/lib/selenium/devtools/{v93 → v97}/service_worker.rb +2 -2
  44. data/lib/selenium/devtools/{v93 → v97}/storage.rb +2 -2
  45. data/lib/selenium/devtools/{v93 → v97}/system_info.rb +2 -2
  46. data/lib/selenium/devtools/{v93 → v97}/target.rb +8 -2
  47. data/lib/selenium/devtools/{v93 → v97}/tethering.rb +2 -2
  48. data/lib/selenium/devtools/{v93 → v97}/tracing.rb +2 -2
  49. data/lib/selenium/devtools/{v93 → v97}/web_audio.rb +2 -2
  50. data/lib/selenium/devtools/{v93 → v97}/web_authn.rb +2 -2
  51. data/lib/selenium/devtools/v97.rb +1 -0
  52. data/lib/selenium/devtools/version.rb +1 -1
  53. metadata +50 -96
  54. data/lib/selenium/devtools/v93/accessibility.rb +0 -73
  55. data/lib/selenium/devtools/v93/animation.rb +0 -94
  56. data/lib/selenium/devtools/v93/application_cache.rb +0 -60
  57. data/lib/selenium/devtools/v93/cache_storage.rb +0 -69
  58. data/lib/selenium/devtools/v93/cast.rb +0 -66
  59. data/lib/selenium/devtools/v93/css.rb +0 -182
  60. data/lib/selenium/devtools/v93/debugger.rb +0 -220
  61. data/lib/selenium/devtools/v93/device_orientation.rb +0 -49
  62. data/lib/selenium/devtools/v93/dom.rb +0 -329
  63. data/lib/selenium/devtools/v93/dom_snapshot.rb +0 -63
  64. data/lib/selenium/devtools/v93/emulation.rb +0 -192
  65. data/lib/selenium/devtools/v93/fetch.rb +0 -93
  66. data/lib/selenium/devtools/v93/headless_experimental.rb +0 -57
  67. data/lib/selenium/devtools/v93/input.rb +0 -159
  68. data/lib/selenium/devtools/v93/log.rb +0 -62
  69. data/lib/selenium/devtools/v93/media.rb +0 -53
  70. data/lib/selenium/devtools/v93/network.rb +0 -255
  71. data/lib/selenium/devtools/v93/page.rb +0 -384
  72. data/lib/selenium/devtools/v93/performance_timeline.rb +0 -46
  73. data/lib/selenium/devtools/v93/runtime.rb +0 -193
  74. data/lib/selenium/devtools/v93/schema.rb +0 -42
  75. data/lib/selenium/devtools/v93.rb +0 -1
  76. data/lib/selenium/devtools/v94/application_cache.rb +0 -60
  77. data/lib/selenium/devtools/v94/audits.rb +0 -62
  78. data/lib/selenium/devtools/v94/background_service.rb +0 -63
  79. data/lib/selenium/devtools/v94/browser.rb +0 -135
  80. data/lib/selenium/devtools/v94/database.rb +0 -60
  81. data/lib/selenium/devtools/v94/dom_debugger.rb +0 -94
  82. data/lib/selenium/devtools/v94/dom_storage.rb +0 -75
  83. data/lib/selenium/devtools/v94/heap_profiler.rb +0 -105
  84. data/lib/selenium/devtools/v94/indexed_db.rb +0 -96
  85. data/lib/selenium/devtools/v94/inspector.rb +0 -51
  86. data/lib/selenium/devtools/v94/io.rb +0 -55
  87. data/lib/selenium/devtools/v94/layer_tree.rb +0 -91
  88. data/lib/selenium/devtools/v94/memory.rb +0 -82
  89. data/lib/selenium/devtools/v94/overlay.rb +0 -197
  90. data/lib/selenium/devtools/v94/performance.rb +0 -59
  91. data/lib/selenium/devtools/v94/profiler.rb +0 -119
  92. data/lib/selenium/devtools/v94/security.rb +0 -67
  93. data/lib/selenium/devtools/v94/service_worker.rb +0 -112
  94. data/lib/selenium/devtools/v94/storage.rb +0 -106
  95. data/lib/selenium/devtools/v94/system_info.rb +0 -46
  96. data/lib/selenium/devtools/v94/target.rb +0 -139
  97. data/lib/selenium/devtools/v94/tethering.rb +0 -51
  98. data/lib/selenium/devtools/v94/tracing.rb +0 -75
  99. data/lib/selenium/devtools/v94/web_audio.rb +0 -66
  100. data/lib/selenium/devtools/v94/web_authn.rb +0 -96
  101. data/lib/selenium/devtools/v94.rb +0 -1
@@ -1,119 +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 V94
24
- class Profiler
25
- EVENTS = {
26
- console_profile_finished: 'consoleProfileFinished',
27
- console_profile_started: 'consoleProfileStarted',
28
- precise_coverage_delta_update: 'preciseCoverageDeltaUpdate',
29
- }.freeze
30
-
31
- def initialize(devtools)
32
- @devtools = devtools
33
- end
34
-
35
- def on(event, &block)
36
- event = EVENTS[event] if event.is_a?(Symbol)
37
- @devtools.callbacks["Profiler.#{event}"] << block
38
- end
39
-
40
- def disable
41
- @devtools.send_cmd('Profiler.disable')
42
- end
43
-
44
- def enable
45
- @devtools.send_cmd('Profiler.enable')
46
- end
47
-
48
- def get_best_effort_coverage
49
- @devtools.send_cmd('Profiler.getBestEffortCoverage')
50
- end
51
-
52
- def set_sampling_interval(interval:)
53
- @devtools.send_cmd('Profiler.setSamplingInterval',
54
- interval: interval)
55
- end
56
-
57
- def start
58
- @devtools.send_cmd('Profiler.start')
59
- end
60
-
61
- def start_precise_coverage(call_count: nil, detailed: nil, allow_triggered_updates: nil)
62
- @devtools.send_cmd('Profiler.startPreciseCoverage',
63
- callCount: call_count,
64
- detailed: detailed,
65
- allowTriggeredUpdates: allow_triggered_updates)
66
- end
67
-
68
- def start_type_profile
69
- @devtools.send_cmd('Profiler.startTypeProfile')
70
- end
71
-
72
- def stop
73
- @devtools.send_cmd('Profiler.stop')
74
- end
75
-
76
- def stop_precise_coverage
77
- @devtools.send_cmd('Profiler.stopPreciseCoverage')
78
- end
79
-
80
- def stop_type_profile
81
- @devtools.send_cmd('Profiler.stopTypeProfile')
82
- end
83
-
84
- def take_precise_coverage
85
- @devtools.send_cmd('Profiler.takePreciseCoverage')
86
- end
87
-
88
- def take_type_profile
89
- @devtools.send_cmd('Profiler.takeTypeProfile')
90
- end
91
-
92
- def enable_counters
93
- @devtools.send_cmd('Profiler.enableCounters')
94
- end
95
-
96
- def disable_counters
97
- @devtools.send_cmd('Profiler.disableCounters')
98
- end
99
-
100
- def get_counters
101
- @devtools.send_cmd('Profiler.getCounters')
102
- end
103
-
104
- def enable_runtime_call_stats
105
- @devtools.send_cmd('Profiler.enableRuntimeCallStats')
106
- end
107
-
108
- def disable_runtime_call_stats
109
- @devtools.send_cmd('Profiler.disableRuntimeCallStats')
110
- end
111
-
112
- def get_runtime_call_stats
113
- @devtools.send_cmd('Profiler.getRuntimeCallStats')
114
- end
115
-
116
- end # Profiler
117
- end # V94
118
- end # DevTools
119
- end # Selenium
@@ -1,67 +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 V94
24
- class Security
25
- EVENTS = {
26
- certificate_error: 'certificateError',
27
- visible_security_state_changed: 'visibleSecurityStateChanged',
28
- security_state_changed: 'securityStateChanged',
29
- }.freeze
30
-
31
- def initialize(devtools)
32
- @devtools = devtools
33
- end
34
-
35
- def on(event, &block)
36
- event = EVENTS[event] if event.is_a?(Symbol)
37
- @devtools.callbacks["Security.#{event}"] << block
38
- end
39
-
40
- def disable
41
- @devtools.send_cmd('Security.disable')
42
- end
43
-
44
- def enable
45
- @devtools.send_cmd('Security.enable')
46
- end
47
-
48
- def set_ignore_certificate_errors(ignore:)
49
- @devtools.send_cmd('Security.setIgnoreCertificateErrors',
50
- ignore: ignore)
51
- end
52
-
53
- def handle_certificate_error(event_id:, action:)
54
- @devtools.send_cmd('Security.handleCertificateError',
55
- eventId: event_id,
56
- action: action)
57
- end
58
-
59
- def set_override_certificate_errors(override:)
60
- @devtools.send_cmd('Security.setOverrideCertificateErrors',
61
- override: override)
62
- end
63
-
64
- end # Security
65
- end # V94
66
- end # DevTools
67
- end # Selenium
@@ -1,112 +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 V94
24
- class ServiceWorker
25
- EVENTS = {
26
- worker_error_reported: 'workerErrorReported',
27
- worker_registration_updated: 'workerRegistrationUpdated',
28
- worker_version_updated: 'workerVersionUpdated',
29
- }.freeze
30
-
31
- def initialize(devtools)
32
- @devtools = devtools
33
- end
34
-
35
- def on(event, &block)
36
- event = EVENTS[event] if event.is_a?(Symbol)
37
- @devtools.callbacks["ServiceWorker.#{event}"] << block
38
- end
39
-
40
- def deliver_push_message(origin:, registration_id:, data:)
41
- @devtools.send_cmd('ServiceWorker.deliverPushMessage',
42
- origin: origin,
43
- registrationId: registration_id,
44
- data: data)
45
- end
46
-
47
- def disable
48
- @devtools.send_cmd('ServiceWorker.disable')
49
- end
50
-
51
- def dispatch_sync_event(origin:, registration_id:, tag:, last_chance:)
52
- @devtools.send_cmd('ServiceWorker.dispatchSyncEvent',
53
- origin: origin,
54
- registrationId: registration_id,
55
- tag: tag,
56
- lastChance: last_chance)
57
- end
58
-
59
- def dispatch_periodic_sync_event(origin:, registration_id:, tag:)
60
- @devtools.send_cmd('ServiceWorker.dispatchPeriodicSyncEvent',
61
- origin: origin,
62
- registrationId: registration_id,
63
- tag: tag)
64
- end
65
-
66
- def enable
67
- @devtools.send_cmd('ServiceWorker.enable')
68
- end
69
-
70
- def inspect_worker(version_id:)
71
- @devtools.send_cmd('ServiceWorker.inspectWorker',
72
- versionId: version_id)
73
- end
74
-
75
- def set_force_update_on_page_load(force_update_on_page_load:)
76
- @devtools.send_cmd('ServiceWorker.setForceUpdateOnPageLoad',
77
- forceUpdateOnPageLoad: force_update_on_page_load)
78
- end
79
-
80
- def skip_waiting(scope_url:)
81
- @devtools.send_cmd('ServiceWorker.skipWaiting',
82
- scopeURL: scope_url)
83
- end
84
-
85
- def start_worker(scope_url:)
86
- @devtools.send_cmd('ServiceWorker.startWorker',
87
- scopeURL: scope_url)
88
- end
89
-
90
- def stop_all_workers
91
- @devtools.send_cmd('ServiceWorker.stopAllWorkers')
92
- end
93
-
94
- def stop_worker(version_id:)
95
- @devtools.send_cmd('ServiceWorker.stopWorker',
96
- versionId: version_id)
97
- end
98
-
99
- def unregister(scope_url:)
100
- @devtools.send_cmd('ServiceWorker.unregister',
101
- scopeURL: scope_url)
102
- end
103
-
104
- def update_registration(scope_url:)
105
- @devtools.send_cmd('ServiceWorker.updateRegistration',
106
- scopeURL: scope_url)
107
- end
108
-
109
- end # ServiceWorker
110
- end # V94
111
- end # DevTools
112
- end # Selenium
@@ -1,106 +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 V94
24
- class Storage
25
- EVENTS = {
26
- cache_storage_content_updated: 'cacheStorageContentUpdated',
27
- cache_storage_list_updated: 'cacheStorageListUpdated',
28
- indexed_db_content_updated: 'indexedDBContentUpdated',
29
- indexed_db_list_updated: 'indexedDBListUpdated',
30
- }.freeze
31
-
32
- def initialize(devtools)
33
- @devtools = devtools
34
- end
35
-
36
- def on(event, &block)
37
- event = EVENTS[event] if event.is_a?(Symbol)
38
- @devtools.callbacks["Storage.#{event}"] << block
39
- end
40
-
41
- def clear_data_for_origin(origin:, storage_types:)
42
- @devtools.send_cmd('Storage.clearDataForOrigin',
43
- origin: origin,
44
- storageTypes: storage_types)
45
- end
46
-
47
- def get_cookies(browser_context_id: nil)
48
- @devtools.send_cmd('Storage.getCookies',
49
- browserContextId: browser_context_id)
50
- end
51
-
52
- def set_cookies(cookies:, browser_context_id: nil)
53
- @devtools.send_cmd('Storage.setCookies',
54
- cookies: cookies,
55
- browserContextId: browser_context_id)
56
- end
57
-
58
- def clear_cookies(browser_context_id: nil)
59
- @devtools.send_cmd('Storage.clearCookies',
60
- browserContextId: browser_context_id)
61
- end
62
-
63
- def get_usage_and_quota(origin:)
64
- @devtools.send_cmd('Storage.getUsageAndQuota',
65
- origin: origin)
66
- end
67
-
68
- def override_quota_for_origin(origin:, quota_size: nil)
69
- @devtools.send_cmd('Storage.overrideQuotaForOrigin',
70
- origin: origin,
71
- quotaSize: quota_size)
72
- end
73
-
74
- def track_cache_storage_for_origin(origin:)
75
- @devtools.send_cmd('Storage.trackCacheStorageForOrigin',
76
- origin: origin)
77
- end
78
-
79
- def track_indexed_db_for_origin(origin:)
80
- @devtools.send_cmd('Storage.trackIndexedDBForOrigin',
81
- origin: origin)
82
- end
83
-
84
- def untrack_cache_storage_for_origin(origin:)
85
- @devtools.send_cmd('Storage.untrackCacheStorageForOrigin',
86
- origin: origin)
87
- end
88
-
89
- def untrack_indexed_db_for_origin(origin:)
90
- @devtools.send_cmd('Storage.untrackIndexedDBForOrigin',
91
- origin: origin)
92
- end
93
-
94
- def get_trust_tokens
95
- @devtools.send_cmd('Storage.getTrustTokens')
96
- end
97
-
98
- def clear_trust_tokens(issuer_origin:)
99
- @devtools.send_cmd('Storage.clearTrustTokens',
100
- issuerOrigin: issuer_origin)
101
- end
102
-
103
- end # Storage
104
- end # V94
105
- end # DevTools
106
- end # Selenium
@@ -1,46 +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 V94
24
- class SystemInfo
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["SystemInfo.#{event}"] << block
33
- end
34
-
35
- def get_info
36
- @devtools.send_cmd('SystemInfo.getInfo')
37
- end
38
-
39
- def get_process_info
40
- @devtools.send_cmd('SystemInfo.getProcessInfo')
41
- end
42
-
43
- end # SystemInfo
44
- end # V94
45
- end # DevTools
46
- end # Selenium
@@ -1,139 +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 V94
24
- class Target
25
- EVENTS = {
26
- attached_to_target: 'attachedToTarget',
27
- detached_from_target: 'detachedFromTarget',
28
- received_message_from_target: 'receivedMessageFromTarget',
29
- target_created: 'targetCreated',
30
- target_destroyed: 'targetDestroyed',
31
- target_crashed: 'targetCrashed',
32
- target_info_changed: 'targetInfoChanged',
33
- }.freeze
34
-
35
- def initialize(devtools)
36
- @devtools = devtools
37
- end
38
-
39
- def on(event, &block)
40
- event = EVENTS[event] if event.is_a?(Symbol)
41
- @devtools.callbacks["Target.#{event}"] << block
42
- end
43
-
44
- def activate_target(target_id:)
45
- @devtools.send_cmd('Target.activateTarget',
46
- targetId: target_id)
47
- end
48
-
49
- def attach_to_target(target_id:, flatten: nil)
50
- @devtools.send_cmd('Target.attachToTarget',
51
- targetId: target_id,
52
- flatten: flatten)
53
- end
54
-
55
- def attach_to_browser_target
56
- @devtools.send_cmd('Target.attachToBrowserTarget')
57
- end
58
-
59
- def close_target(target_id:)
60
- @devtools.send_cmd('Target.closeTarget',
61
- targetId: target_id)
62
- end
63
-
64
- def expose_dev_tools_protocol(target_id:, binding_name: nil)
65
- @devtools.send_cmd('Target.exposeDevToolsProtocol',
66
- targetId: target_id,
67
- bindingName: binding_name)
68
- end
69
-
70
- def create_browser_context(dispose_on_detach: nil, proxy_server: nil, proxy_bypass_list: nil)
71
- @devtools.send_cmd('Target.createBrowserContext',
72
- disposeOnDetach: dispose_on_detach,
73
- proxyServer: proxy_server,
74
- proxyBypassList: proxy_bypass_list)
75
- end
76
-
77
- def get_browser_contexts
78
- @devtools.send_cmd('Target.getBrowserContexts')
79
- end
80
-
81
- def create_target(url:, width: nil, height: nil, browser_context_id: nil, enable_begin_frame_control: nil, new_window: nil, background: nil)
82
- @devtools.send_cmd('Target.createTarget',
83
- url: url,
84
- width: width,
85
- height: height,
86
- browserContextId: browser_context_id,
87
- enableBeginFrameControl: enable_begin_frame_control,
88
- newWindow: new_window,
89
- background: background)
90
- end
91
-
92
- def detach_from_target(session_id: nil, target_id: nil)
93
- @devtools.send_cmd('Target.detachFromTarget',
94
- sessionId: session_id,
95
- targetId: target_id)
96
- end
97
-
98
- def dispose_browser_context(browser_context_id:)
99
- @devtools.send_cmd('Target.disposeBrowserContext',
100
- browserContextId: browser_context_id)
101
- end
102
-
103
- def get_target_info(target_id: nil)
104
- @devtools.send_cmd('Target.getTargetInfo',
105
- targetId: target_id)
106
- end
107
-
108
- def get_targets
109
- @devtools.send_cmd('Target.getTargets')
110
- end
111
-
112
- def send_message_to_target(message:, session_id: nil, target_id: nil)
113
- @devtools.send_cmd('Target.sendMessageToTarget',
114
- message: message,
115
- sessionId: session_id,
116
- targetId: target_id)
117
- end
118
-
119
- def set_auto_attach(auto_attach:, wait_for_debugger_on_start:, flatten: nil)
120
- @devtools.send_cmd('Target.setAutoAttach',
121
- autoAttach: auto_attach,
122
- waitForDebuggerOnStart: wait_for_debugger_on_start,
123
- flatten: flatten)
124
- end
125
-
126
- def set_discover_targets(discover:)
127
- @devtools.send_cmd('Target.setDiscoverTargets',
128
- discover: discover)
129
- end
130
-
131
- def set_remote_locations(locations:)
132
- @devtools.send_cmd('Target.setRemoteLocations',
133
- locations: locations)
134
- end
135
-
136
- end # Target
137
- end # V94
138
- end # DevTools
139
- end # Selenium
@@ -1,51 +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 V94
24
- class Tethering
25
- EVENTS = {
26
- accepted: 'accepted',
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["Tethering.#{event}"] << block
36
- end
37
-
38
- def bind(port:)
39
- @devtools.send_cmd('Tethering.bind',
40
- port: port)
41
- end
42
-
43
- def unbind(port:)
44
- @devtools.send_cmd('Tethering.unbind',
45
- port: port)
46
- end
47
-
48
- end # Tethering
49
- end # V94
50
- end # DevTools
51
- end # Selenium