selenium-devtools 0.102.0 → 0.104.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/{v101 → v103}/accessibility.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/animation.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/audits.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/browser.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/cast.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/console.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/css.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/database.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/dom.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/dom_storage.rb +7 -2
- data/lib/selenium/devtools/{v101 → v103}/emulation.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/event_breakpoints.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/heap_profiler.rb +8 -6
- data/lib/selenium/devtools/{v101 → v103}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/input.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/io.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/log.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/media.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/memory.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/network.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/overlay.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/page.rb +4 -4
- data/lib/selenium/devtools/{v100 → v103}/performance.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/runtime.rb +8 -6
- data/lib/selenium/devtools/{v101 → v103}/schema.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/security.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/storage.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v101 → v103}/target.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v100 → v103}/web_authn.rb +5 -4
- data/lib/selenium/devtools/v103.rb +1 -0
- data/lib/selenium/devtools/{v100 → v104}/accessibility.rb +3 -4
- data/lib/selenium/devtools/{v100 → v104}/animation.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/audits.rb +2 -2
- data/lib/selenium/devtools/{v101 → v104}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v101 → v104}/browser.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v101 → v104}/cast.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/console.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/css.rb +7 -2
- data/lib/selenium/devtools/{v100 → v104}/database.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/debugger.rb +5 -4
- data/lib/selenium/devtools/{v101 → v104}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/dom.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/emulation.rb +12 -2
- data/lib/selenium/devtools/{v100 → v104}/event_breakpoints.rb +2 -2
- data/lib/selenium/devtools/{v101 → v104}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v101 → v104}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/heap_profiler.rb +8 -6
- data/lib/selenium/devtools/{v100 → v104}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v101 → v104}/input.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v101 → v104}/io.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/log.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/media.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/memory.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/network.rb +2 -2
- data/lib/selenium/devtools/{v101 → v104}/overlay.rb +2 -2
- data/lib/selenium/devtools/{v101 → v104}/page.rb +4 -4
- data/lib/selenium/devtools/{v101 → v104}/performance.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/runtime.rb +8 -6
- data/lib/selenium/devtools/{v100 → v104}/schema.rb +2 -2
- data/lib/selenium/devtools/{v101 → v104}/security.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v101 → v104}/storage.rb +7 -2
- data/lib/selenium/devtools/{v100 → v104}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v100 → v104}/target.rb +2 -2
- data/lib/selenium/devtools/{v101 → v104}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v101 → v104}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v101 → v104}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v101 → v104}/web_authn.rb +5 -4
- data/lib/selenium/devtools/v104.rb +1 -0
- data/lib/selenium/devtools/version.rb +1 -1
- data/lib/selenium/devtools.rb +0 -2
- data/selenium-devtools.gemspec +1 -1
- metadata +100 -100
- data/lib/selenium/devtools/v100.rb +0 -1
- data/lib/selenium/devtools/v101.rb +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f11f7fdc3ffa033efc946410c49e3e1d865c8f3d4095383711de87bf8861a152
|
|
4
|
+
data.tar.gz: 66a754174c5dc877d4102f6e24d4ded310affac4feb965d4d008695a02688ce4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a259b91ff8ad5145013622d0b3082614695ae657ae0c5c4bd7fdb7196283bdc9efa87e61ebd095bcf47d346eccb65a2428757907b6ca45112baea2605420844a
|
|
7
|
+
data.tar.gz: 5f05db084ae2d8f3ccad1eb8da765384194808e358b6abe449f8ea15abf56da1a4955cd33fca9ab4d4ad1798d32d999c84649e29a58ac61692ebef820b111bcb
|
|
@@ -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 V103
|
|
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 # V103
|
|
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 V103
|
|
24
24
|
class Animation
|
|
25
25
|
EVENTS = {
|
|
26
26
|
animation_canceled: 'animationCanceled',
|
|
@@ -89,6 +89,6 @@ module Selenium
|
|
|
89
89
|
end
|
|
90
90
|
|
|
91
91
|
end # Animation
|
|
92
|
-
end #
|
|
92
|
+
end # V103
|
|
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 V103
|
|
24
24
|
class Audits
|
|
25
25
|
EVENTS = {
|
|
26
26
|
issue_added: 'issueAdded',
|
|
@@ -57,6 +57,6 @@ module Selenium
|
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
end # Audits
|
|
60
|
-
end #
|
|
60
|
+
end # V103
|
|
61
61
|
end # DevTools
|
|
62
62
|
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 V103
|
|
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 # V103
|
|
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 V103
|
|
24
24
|
class Browser
|
|
25
25
|
EVENTS = {
|
|
26
26
|
download_will_begin: 'downloadWillBegin',
|
|
@@ -130,6 +130,6 @@ module Selenium
|
|
|
130
130
|
end
|
|
131
131
|
|
|
132
132
|
end # Browser
|
|
133
|
-
end #
|
|
133
|
+
end # V103
|
|
134
134
|
end # DevTools
|
|
135
135
|
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 V103
|
|
24
24
|
class CacheStorage
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -64,6 +64,6 @@ module Selenium
|
|
|
64
64
|
end
|
|
65
65
|
|
|
66
66
|
end # CacheStorage
|
|
67
|
-
end #
|
|
67
|
+
end # V103
|
|
68
68
|
end # DevTools
|
|
69
69
|
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 V103
|
|
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 # V103
|
|
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 V103
|
|
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 # V103
|
|
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 V103
|
|
24
24
|
class CSS
|
|
25
25
|
EVENTS = {
|
|
26
26
|
fonts_updated: 'fontsUpdated',
|
|
@@ -189,6 +189,6 @@ module Selenium
|
|
|
189
189
|
end
|
|
190
190
|
|
|
191
191
|
end # CSS
|
|
192
|
-
end #
|
|
192
|
+
end # V103
|
|
193
193
|
end # DevTools
|
|
194
194
|
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 V103
|
|
24
24
|
class Database
|
|
25
25
|
EVENTS = {
|
|
26
26
|
add_database: 'addDatabase',
|
|
@@ -55,6 +55,6 @@ module Selenium
|
|
|
55
55
|
end
|
|
56
56
|
|
|
57
57
|
end # Database
|
|
58
|
-
end #
|
|
58
|
+
end # V103
|
|
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 V103
|
|
24
24
|
class Debugger
|
|
25
25
|
EVENTS = {
|
|
26
26
|
breakpoint_resolved: 'breakpointResolved',
|
|
@@ -215,6 +215,6 @@ module Selenium
|
|
|
215
215
|
end
|
|
216
216
|
|
|
217
217
|
end # Debugger
|
|
218
|
-
end #
|
|
218
|
+
end # V103
|
|
219
219
|
end # DevTools
|
|
220
220
|
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 V103
|
|
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 # V103
|
|
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 V103
|
|
24
24
|
class DOM
|
|
25
25
|
EVENTS = {
|
|
26
26
|
attribute_modified: 'attributeModified',
|
|
@@ -330,6 +330,6 @@ module Selenium
|
|
|
330
330
|
end
|
|
331
331
|
|
|
332
332
|
end # DOM
|
|
333
|
-
end #
|
|
333
|
+
end # V103
|
|
334
334
|
end # DevTools
|
|
335
335
|
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 V103
|
|
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 # V103
|
|
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 V103
|
|
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 # V103
|
|
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 V103
|
|
24
24
|
class DOMStorage
|
|
25
25
|
EVENTS = {
|
|
26
26
|
dom_storage_item_added: 'domStorageItemAdded',
|
|
@@ -69,7 +69,12 @@ module Selenium
|
|
|
69
69
|
value: value)
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
+
def get_storage_key_for_frame(frame_id:)
|
|
73
|
+
@devtools.send_cmd('DOMStorage.getStorageKeyForFrame',
|
|
74
|
+
frameId: frame_id)
|
|
75
|
+
end
|
|
76
|
+
|
|
72
77
|
end # DOMStorage
|
|
73
|
-
end #
|
|
78
|
+
end # V103
|
|
74
79
|
end # DevTools
|
|
75
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 V103
|
|
24
24
|
class Emulation
|
|
25
25
|
EVENTS = {
|
|
26
26
|
virtual_time_budget_expired: 'virtualTimeBudgetExpired',
|
|
@@ -196,6 +196,6 @@ module Selenium
|
|
|
196
196
|
end
|
|
197
197
|
|
|
198
198
|
end # Emulation
|
|
199
|
-
end #
|
|
199
|
+
end # V103
|
|
200
200
|
end # DevTools
|
|
201
201
|
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 V103
|
|
24
24
|
class EventBreakpoints
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -43,6 +43,6 @@ module Selenium
|
|
|
43
43
|
end
|
|
44
44
|
|
|
45
45
|
end # EventBreakpoints
|
|
46
|
-
end #
|
|
46
|
+
end # V103
|
|
47
47
|
end # DevTools
|
|
48
48
|
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 V103
|
|
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 # V103
|
|
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 V103
|
|
24
24
|
class HeadlessExperimental
|
|
25
25
|
EVENTS = {
|
|
26
26
|
needs_begin_frames_changed: 'needsBeginFramesChanged',
|
|
@@ -52,6 +52,6 @@ module Selenium
|
|
|
52
52
|
end
|
|
53
53
|
|
|
54
54
|
end # HeadlessExperimental
|
|
55
|
-
end #
|
|
55
|
+
end # V103
|
|
56
56
|
end # DevTools
|
|
57
57
|
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 V103
|
|
24
24
|
class HeapProfiler
|
|
25
25
|
EVENTS = {
|
|
26
26
|
add_heap_snapshot_chunk: 'addHeapSnapshotChunk',
|
|
@@ -85,21 +85,23 @@ module Selenium
|
|
|
85
85
|
@devtools.send_cmd('HeapProfiler.stopSampling')
|
|
86
86
|
end
|
|
87
87
|
|
|
88
|
-
def stop_tracking_heap_objects(report_progress: nil, treat_global_objects_as_roots: nil, capture_numeric_value: nil)
|
|
88
|
+
def stop_tracking_heap_objects(report_progress: nil, treat_global_objects_as_roots: nil, capture_numeric_value: nil, expose_internals: nil)
|
|
89
89
|
@devtools.send_cmd('HeapProfiler.stopTrackingHeapObjects',
|
|
90
90
|
reportProgress: report_progress,
|
|
91
91
|
treatGlobalObjectsAsRoots: treat_global_objects_as_roots,
|
|
92
|
-
captureNumericValue: capture_numeric_value
|
|
92
|
+
captureNumericValue: capture_numeric_value,
|
|
93
|
+
exposeInternals: expose_internals)
|
|
93
94
|
end
|
|
94
95
|
|
|
95
|
-
def take_heap_snapshot(report_progress: nil, treat_global_objects_as_roots: nil, capture_numeric_value: nil)
|
|
96
|
+
def take_heap_snapshot(report_progress: nil, treat_global_objects_as_roots: nil, capture_numeric_value: nil, expose_internals: nil)
|
|
96
97
|
@devtools.send_cmd('HeapProfiler.takeHeapSnapshot',
|
|
97
98
|
reportProgress: report_progress,
|
|
98
99
|
treatGlobalObjectsAsRoots: treat_global_objects_as_roots,
|
|
99
|
-
captureNumericValue: capture_numeric_value
|
|
100
|
+
captureNumericValue: capture_numeric_value,
|
|
101
|
+
exposeInternals: expose_internals)
|
|
100
102
|
end
|
|
101
103
|
|
|
102
104
|
end # HeapProfiler
|
|
103
|
-
end #
|
|
105
|
+
end # V103
|
|
104
106
|
end # DevTools
|
|
105
107
|
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 V103
|
|
24
24
|
class IndexedDB
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -91,6 +91,6 @@ module Selenium
|
|
|
91
91
|
end
|
|
92
92
|
|
|
93
93
|
end # IndexedDB
|
|
94
|
-
end #
|
|
94
|
+
end # V103
|
|
95
95
|
end # DevTools
|
|
96
96
|
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 V103
|
|
24
24
|
class Input
|
|
25
25
|
EVENTS = {
|
|
26
26
|
drag_intercepted: 'dragIntercepted',
|
|
@@ -163,6 +163,6 @@ module Selenium
|
|
|
163
163
|
end
|
|
164
164
|
|
|
165
165
|
end # Input
|
|
166
|
-
end #
|
|
166
|
+
end # V103
|
|
167
167
|
end # DevTools
|
|
168
168
|
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 V103
|
|
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 # V103
|
|
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 V103
|
|
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 # V103
|
|
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 V103
|
|
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 # V103
|
|
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 V103
|
|
24
24
|
class Log
|
|
25
25
|
EVENTS = {
|
|
26
26
|
entry_added: 'entryAdded',
|
|
@@ -57,6 +57,6 @@ module Selenium
|
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
end # Log
|
|
60
|
-
end #
|
|
60
|
+
end # V103
|
|
61
61
|
end # DevTools
|
|
62
62
|
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 V103
|
|
24
24
|
class Media
|
|
25
25
|
EVENTS = {
|
|
26
26
|
player_properties_changed: 'playerPropertiesChanged',
|
|
@@ -48,6 +48,6 @@ module Selenium
|
|
|
48
48
|
end
|
|
49
49
|
|
|
50
50
|
end # Media
|
|
51
|
-
end #
|
|
51
|
+
end # V103
|
|
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 V103
|
|
24
24
|
class Memory
|
|
25
25
|
|
|
26
26
|
def initialize(devtools)
|
|
@@ -77,6 +77,6 @@ module Selenium
|
|
|
77
77
|
end
|
|
78
78
|
|
|
79
79
|
end # Memory
|
|
80
|
-
end #
|
|
80
|
+
end # V103
|
|
81
81
|
end # DevTools
|
|
82
82
|
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 V103
|
|
24
24
|
class Network
|
|
25
25
|
EVENTS = {
|
|
26
26
|
data_received: 'dataReceived',
|
|
@@ -259,6 +259,6 @@ module Selenium
|
|
|
259
259
|
end
|
|
260
260
|
|
|
261
261
|
end # Network
|
|
262
|
-
end #
|
|
262
|
+
end # V103
|
|
263
263
|
end # DevTools
|
|
264
264
|
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 V103
|
|
24
24
|
class Overlay
|
|
25
25
|
EVENTS = {
|
|
26
26
|
inspect_node_requested: 'inspectNodeRequested',
|
|
@@ -197,6 +197,6 @@ module Selenium
|
|
|
197
197
|
end
|
|
198
198
|
|
|
199
199
|
end # Overlay
|
|
200
|
-
end #
|
|
200
|
+
end # V103
|
|
201
201
|
end # DevTools
|
|
202
202
|
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 V103
|
|
24
24
|
class Page
|
|
25
25
|
EVENTS = {
|
|
26
26
|
dom_content_event_fired: 'domContentEventFired',
|
|
@@ -43,6 +43,7 @@ module Selenium
|
|
|
43
43
|
javascript_dialog_opening: 'javascriptDialogOpening',
|
|
44
44
|
lifecycle_event: 'lifecycleEvent',
|
|
45
45
|
back_forward_cache_not_used: 'backForwardCacheNotUsed',
|
|
46
|
+
prerender_attempt_completed: 'prerenderAttemptCompleted',
|
|
46
47
|
load_event_fired: 'loadEventFired',
|
|
47
48
|
navigated_within_document: 'navigatedWithinDocument',
|
|
48
49
|
screencast_frame: 'screencastFrame',
|
|
@@ -189,7 +190,7 @@ module Selenium
|
|
|
189
190
|
entryId: entry_id)
|
|
190
191
|
end
|
|
191
192
|
|
|
192
|
-
def print_to_pdf(landscape: nil, display_header_footer: nil, print_background: nil, scale: nil, paper_width: nil, paper_height: nil, margin_top: nil, margin_bottom: nil, margin_left: nil, margin_right: nil, page_ranges: nil,
|
|
193
|
+
def print_to_pdf(landscape: nil, display_header_footer: nil, print_background: nil, scale: nil, paper_width: nil, paper_height: nil, margin_top: nil, margin_bottom: nil, margin_left: nil, margin_right: nil, page_ranges: nil, header_template: nil, footer_template: nil, prefer_css_page_size: nil, transfer_mode: nil)
|
|
193
194
|
@devtools.send_cmd('Page.printToPDF',
|
|
194
195
|
landscape: landscape,
|
|
195
196
|
displayHeaderFooter: display_header_footer,
|
|
@@ -202,7 +203,6 @@ module Selenium
|
|
|
202
203
|
marginLeft: margin_left,
|
|
203
204
|
marginRight: margin_right,
|
|
204
205
|
pageRanges: page_ranges,
|
|
205
|
-
ignoreInvalidPageRanges: ignore_invalid_page_ranges,
|
|
206
206
|
headerTemplate: header_template,
|
|
207
207
|
footerTemplate: footer_template,
|
|
208
208
|
preferCSSPageSize: prefer_css_page_size,
|
|
@@ -389,6 +389,6 @@ module Selenium
|
|
|
389
389
|
end
|
|
390
390
|
|
|
391
391
|
end # Page
|
|
392
|
-
end #
|
|
392
|
+
end # V103
|
|
393
393
|
end # DevTools
|
|
394
394
|
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 V103
|
|
24
24
|
class Performance
|
|
25
25
|
EVENTS = {
|
|
26
26
|
metrics: 'metrics',
|
|
@@ -54,6 +54,6 @@ module Selenium
|
|
|
54
54
|
end
|
|
55
55
|
|
|
56
56
|
end # Performance
|
|
57
|
-
end #
|
|
57
|
+
end # V103
|
|
58
58
|
end # DevTools
|
|
59
59
|
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 V103
|
|
24
24
|
class PerformanceTimeline
|
|
25
25
|
EVENTS = {
|
|
26
26
|
timeline_event_added: 'timelineEventAdded',
|
|
@@ -41,6 +41,6 @@ module Selenium
|
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
end # PerformanceTimeline
|
|
44
|
-
end #
|
|
44
|
+
end # V103
|
|
45
45
|
end # DevTools
|
|
46
46
|
end # Selenium
|