selenium-devtools 0.121.0 → 0.123.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/v121/accessibility.rb +0 -0
- data/lib/selenium/devtools/v121/animation.rb +0 -0
- data/lib/selenium/devtools/v121/audits.rb +0 -0
- data/lib/selenium/devtools/v121/autofill.rb +0 -0
- data/lib/selenium/devtools/v121/background_service.rb +0 -0
- data/lib/selenium/devtools/v121/browser.rb +0 -0
- data/lib/selenium/devtools/v121/cache_storage.rb +0 -0
- data/lib/selenium/devtools/v121/cast.rb +0 -0
- data/lib/selenium/devtools/v121/console.rb +0 -0
- data/lib/selenium/devtools/v121/css.rb +0 -0
- data/lib/selenium/devtools/v121/database.rb +0 -0
- data/lib/selenium/devtools/v121/debugger.rb +0 -0
- data/lib/selenium/devtools/v121/device_access.rb +0 -0
- data/lib/selenium/devtools/v121/device_orientation.rb +0 -0
- data/lib/selenium/devtools/v121/dom.rb +0 -0
- data/lib/selenium/devtools/v121/dom_debugger.rb +0 -0
- data/lib/selenium/devtools/v121/dom_snapshot.rb +0 -0
- data/lib/selenium/devtools/v121/dom_storage.rb +0 -0
- data/lib/selenium/devtools/v121/emulation.rb +0 -0
- data/lib/selenium/devtools/v121/event_breakpoints.rb +0 -0
- data/lib/selenium/devtools/v121/fed_cm.rb +0 -0
- data/lib/selenium/devtools/v121/fetch.rb +0 -0
- data/lib/selenium/devtools/v121/headless_experimental.rb +0 -0
- data/lib/selenium/devtools/v121/heap_profiler.rb +0 -0
- data/lib/selenium/devtools/v121/indexed_db.rb +0 -0
- data/lib/selenium/devtools/v121/input.rb +0 -0
- data/lib/selenium/devtools/v121/inspector.rb +0 -0
- data/lib/selenium/devtools/v121/io.rb +0 -0
- data/lib/selenium/devtools/v121/layer_tree.rb +0 -0
- data/lib/selenium/devtools/v121/log.rb +0 -0
- data/lib/selenium/devtools/v121/media.rb +0 -0
- data/lib/selenium/devtools/v121/memory.rb +0 -0
- data/lib/selenium/devtools/v121/network.rb +0 -0
- data/lib/selenium/devtools/v121/overlay.rb +0 -0
- data/lib/selenium/devtools/v121/page.rb +0 -0
- data/lib/selenium/devtools/v121/performance.rb +0 -0
- data/lib/selenium/devtools/v121/performance_timeline.rb +0 -0
- data/lib/selenium/devtools/v121/preload.rb +0 -0
- data/lib/selenium/devtools/v121/profiler.rb +0 -0
- data/lib/selenium/devtools/v121/runtime.rb +0 -0
- data/lib/selenium/devtools/v121/schema.rb +0 -0
- data/lib/selenium/devtools/v121/security.rb +0 -0
- data/lib/selenium/devtools/v121/service_worker.rb +0 -0
- data/lib/selenium/devtools/v121/storage.rb +0 -0
- data/lib/selenium/devtools/v121/system_info.rb +0 -0
- data/lib/selenium/devtools/v121/target.rb +0 -0
- data/lib/selenium/devtools/v121/tethering.rb +0 -0
- data/lib/selenium/devtools/v121/tracing.rb +0 -0
- data/lib/selenium/devtools/v121/web_audio.rb +0 -0
- data/lib/selenium/devtools/v121/web_authn.rb +0 -0
- data/lib/selenium/devtools/{v120 → v122}/accessibility.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/animation.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/audits.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/autofill.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/browser.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/cast.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/console.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/css.rb +8 -6
- data/lib/selenium/devtools/{v119 → v122}/database.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/device_access.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/dom.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/emulation.rb +5 -4
- data/lib/selenium/devtools/{v120 → v122}/event_breakpoints.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/fed_cm.rb +14 -5
- data/lib/selenium/devtools/{v119 → v122}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/heap_profiler.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/input.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/io.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/log.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/media.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/memory.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/network.rb +7 -2
- data/lib/selenium/devtools/{v120 → v122}/overlay.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/page.rb +5 -8
- data/lib/selenium/devtools/{v119 → v122}/performance.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/preload.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/runtime.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/schema.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/security.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/storage.rb +9 -2
- data/lib/selenium/devtools/{v119 → v122}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/target.rb +2 -2
- data/lib/selenium/devtools/{v120 → v122}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v119 → v122}/web_authn.rb +2 -2
- data/lib/selenium/devtools/{v119.rb → v122.rb} +3 -3
- data/lib/selenium/devtools/{v119 → v123}/accessibility.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/animation.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/audits.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/autofill.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/background_service.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/browser.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/cache_storage.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/cast.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/console.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/css.rb +8 -6
- data/lib/selenium/devtools/{v120 → v123}/database.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/debugger.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/device_access.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/device_orientation.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/dom.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/dom_debugger.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/dom_snapshot.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/dom_storage.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/emulation.rb +23 -4
- data/lib/selenium/devtools/{v119 → v123}/event_breakpoints.rb +6 -2
- data/lib/selenium/devtools/{v119 → v123}/fed_cm.rb +14 -5
- data/lib/selenium/devtools/{v120 → v123}/fetch.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/headless_experimental.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/heap_profiler.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/indexed_db.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/input.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/inspector.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/io.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/layer_tree.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/log.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/media.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/memory.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/network.rb +10 -4
- data/lib/selenium/devtools/{v119 → v123}/overlay.rb +7 -2
- data/lib/selenium/devtools/{v120 → v123}/page.rb +5 -8
- data/lib/selenium/devtools/{v120 → v123}/performance.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/performance_timeline.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/preload.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/profiler.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/runtime.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/schema.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/security.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/service_worker.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/storage.rb +10 -2
- data/lib/selenium/devtools/{v120 → v123}/system_info.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/target.rb +2 -2
- data/lib/selenium/devtools/{v119 → v123}/tethering.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/tracing.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/web_audio.rb +2 -2
- data/lib/selenium/devtools/{v120 → v123}/web_authn.rb +10 -2
- data/lib/selenium/devtools/{v120.rb → v123.rb} +3 -3
- data/lib/selenium/devtools/v85/accessibility.rb +0 -0
- data/lib/selenium/devtools/v85/animation.rb +0 -0
- data/lib/selenium/devtools/v85/application_cache.rb +0 -0
- data/lib/selenium/devtools/v85/audits.rb +0 -0
- data/lib/selenium/devtools/v85/background_service.rb +0 -0
- data/lib/selenium/devtools/v85/browser.rb +0 -0
- data/lib/selenium/devtools/v85/cache_storage.rb +0 -0
- data/lib/selenium/devtools/v85/cast.rb +0 -0
- data/lib/selenium/devtools/v85/console.rb +0 -0
- data/lib/selenium/devtools/v85/css.rb +0 -0
- data/lib/selenium/devtools/v85/database.rb +0 -0
- data/lib/selenium/devtools/v85/debugger.rb +0 -0
- data/lib/selenium/devtools/v85/device_orientation.rb +0 -0
- data/lib/selenium/devtools/v85/dom.rb +0 -0
- data/lib/selenium/devtools/v85/dom_debugger.rb +0 -0
- data/lib/selenium/devtools/v85/dom_snapshot.rb +0 -0
- data/lib/selenium/devtools/v85/dom_storage.rb +0 -0
- data/lib/selenium/devtools/v85/emulation.rb +0 -0
- data/lib/selenium/devtools/v85/fetch.rb +0 -0
- data/lib/selenium/devtools/v85/headless_experimental.rb +0 -0
- data/lib/selenium/devtools/v85/heap_profiler.rb +0 -0
- data/lib/selenium/devtools/v85/indexed_db.rb +0 -0
- data/lib/selenium/devtools/v85/input.rb +0 -0
- data/lib/selenium/devtools/v85/inspector.rb +0 -0
- data/lib/selenium/devtools/v85/io.rb +0 -0
- data/lib/selenium/devtools/v85/layer_tree.rb +0 -0
- data/lib/selenium/devtools/v85/log.rb +0 -0
- data/lib/selenium/devtools/v85/media.rb +0 -0
- data/lib/selenium/devtools/v85/memory.rb +0 -0
- data/lib/selenium/devtools/v85/network.rb +0 -0
- data/lib/selenium/devtools/v85/overlay.rb +0 -0
- data/lib/selenium/devtools/v85/page.rb +0 -0
- data/lib/selenium/devtools/v85/performance.rb +0 -0
- data/lib/selenium/devtools/v85/profiler.rb +0 -0
- data/lib/selenium/devtools/v85/runtime.rb +0 -0
- data/lib/selenium/devtools/v85/schema.rb +0 -0
- data/lib/selenium/devtools/v85/security.rb +0 -0
- data/lib/selenium/devtools/v85/service_worker.rb +0 -0
- data/lib/selenium/devtools/v85/storage.rb +0 -0
- data/lib/selenium/devtools/v85/system_info.rb +0 -0
- data/lib/selenium/devtools/v85/target.rb +0 -0
- data/lib/selenium/devtools/v85/tethering.rb +0 -0
- data/lib/selenium/devtools/v85/tracing.rb +0 -0
- data/lib/selenium/devtools/v85/web_audio.rb +0 -0
- data/lib/selenium/devtools/v85/web_authn.rb +0 -0
- data/lib/selenium/devtools/version.rb +1 -1
- metadata +104 -104
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58e747281f6462d10982fe9666a77db962075c170737777071aa738ec7d10e77
|
|
4
|
+
data.tar.gz: f65d1c610d308d846c6520da2cdef605762159a2b03fce2bb006d581864943af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e565728fe3d242b1c9699c5e9139749cf4719e48cea45a489883f9babb65fed63a2a8c203714af39cea04a4ad1458d7a4d01bcc73b6d4b26c89aad526d242c8f
|
|
7
|
+
data.tar.gz: af41323d66a999bb9c0aa37479c034b40a7a25e5c362466569c39ce1e1cceb514ccd0fcf41d46c778c1d9c90b9bc6d455a6c368680375eb4f16fca9f468848c7
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -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 V122
|
|
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 # V122
|
|
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 V122
|
|
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 # V122
|
|
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 V122
|
|
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 # V122
|
|
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 V122
|
|
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 # V122
|
|
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 V122
|
|
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 # V122
|
|
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 V122
|
|
24
24
|
class Browser
|
|
25
25
|
EVENTS = {
|
|
26
26
|
download_will_begin: 'downloadWillBegin',
|
|
@@ -135,6 +135,6 @@ module Selenium
|
|
|
135
135
|
end
|
|
136
136
|
|
|
137
137
|
end # Browser
|
|
138
|
-
end #
|
|
138
|
+
end # V122
|
|
139
139
|
end # DevTools
|
|
140
140
|
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 V122
|
|
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 # V122
|
|
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 V122
|
|
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 # V122
|
|
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 V122
|
|
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 # V122
|
|
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 V122
|
|
24
24
|
class CSS
|
|
25
25
|
EVENTS = {
|
|
26
26
|
fonts_updated: 'fontsUpdated',
|
|
@@ -39,11 +39,12 @@ module Selenium
|
|
|
39
39
|
@devtools.callbacks["CSS.#{event}"] << block
|
|
40
40
|
end
|
|
41
41
|
|
|
42
|
-
def add_rule(style_sheet_id:, rule_text:, location:)
|
|
42
|
+
def add_rule(style_sheet_id:, rule_text:, location:, node_for_property_syntax_validation: nil)
|
|
43
43
|
@devtools.send_cmd('CSS.addRule',
|
|
44
44
|
styleSheetId: style_sheet_id,
|
|
45
45
|
ruleText: rule_text,
|
|
46
|
-
location: location
|
|
46
|
+
location: location,
|
|
47
|
+
nodeForPropertySyntaxValidation: node_for_property_syntax_validation)
|
|
47
48
|
end
|
|
48
49
|
|
|
49
50
|
def collect_class_names(style_sheet_id:)
|
|
@@ -180,9 +181,10 @@ module Selenium
|
|
|
180
181
|
text: text)
|
|
181
182
|
end
|
|
182
183
|
|
|
183
|
-
def set_style_texts(edits:)
|
|
184
|
+
def set_style_texts(edits:, node_for_property_syntax_validation: nil)
|
|
184
185
|
@devtools.send_cmd('CSS.setStyleTexts',
|
|
185
|
-
edits: edits
|
|
186
|
+
edits: edits,
|
|
187
|
+
nodeForPropertySyntaxValidation: node_for_property_syntax_validation)
|
|
186
188
|
end
|
|
187
189
|
|
|
188
190
|
def start_rule_usage_tracking
|
|
@@ -203,6 +205,6 @@ module Selenium
|
|
|
203
205
|
end
|
|
204
206
|
|
|
205
207
|
end # CSS
|
|
206
|
-
end #
|
|
208
|
+
end # V122
|
|
207
209
|
end # DevTools
|
|
208
210
|
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 V122
|
|
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 # V122
|
|
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 V122
|
|
24
24
|
class Debugger
|
|
25
25
|
EVENTS = {
|
|
26
26
|
breakpoint_resolved: 'breakpointResolved',
|
|
@@ -227,6 +227,6 @@ module Selenium
|
|
|
227
227
|
end
|
|
228
228
|
|
|
229
229
|
end # Debugger
|
|
230
|
-
end #
|
|
230
|
+
end # V122
|
|
231
231
|
end # DevTools
|
|
232
232
|
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 V122
|
|
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 # V122
|
|
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 V122
|
|
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 # V122
|
|
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 V122
|
|
24
24
|
class DOM
|
|
25
25
|
EVENTS = {
|
|
26
26
|
attribute_modified: 'attributeModified',
|
|
@@ -337,6 +337,6 @@ module Selenium
|
|
|
337
337
|
end
|
|
338
338
|
|
|
339
339
|
end # DOM
|
|
340
|
-
end #
|
|
340
|
+
end # V122
|
|
341
341
|
end # DevTools
|
|
342
342
|
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 V122
|
|
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 # V122
|
|
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 V122
|
|
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 # V122
|
|
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 V122
|
|
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 # V122
|
|
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 V122
|
|
24
24
|
class Emulation
|
|
25
25
|
EVENTS = {
|
|
26
26
|
virtual_time_budget_expired: 'virtualTimeBudgetExpired',
|
|
@@ -71,7 +71,7 @@ module Selenium
|
|
|
71
71
|
color: color)
|
|
72
72
|
end
|
|
73
73
|
|
|
74
|
-
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)
|
|
74
|
+
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, device_posture: nil)
|
|
75
75
|
@devtools.send_cmd('Emulation.setDeviceMetricsOverride',
|
|
76
76
|
width: width,
|
|
77
77
|
height: height,
|
|
@@ -85,7 +85,8 @@ module Selenium
|
|
|
85
85
|
dontSetVisibleSize: dont_set_visible_size,
|
|
86
86
|
screenOrientation: screen_orientation,
|
|
87
87
|
viewport: viewport,
|
|
88
|
-
displayFeature: display_feature
|
|
88
|
+
displayFeature: display_feature,
|
|
89
|
+
devicePosture: device_posture)
|
|
89
90
|
end
|
|
90
91
|
|
|
91
92
|
def set_scrollbars_hidden(hidden:)
|
|
@@ -219,6 +220,6 @@ module Selenium
|
|
|
219
220
|
end
|
|
220
221
|
|
|
221
222
|
end # Emulation
|
|
222
|
-
end #
|
|
223
|
+
end # V122
|
|
223
224
|
end # DevTools
|
|
224
225
|
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 V122
|
|
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 # V122
|
|
51
51
|
end # DevTools
|
|
52
52
|
end # Selenium
|
|
@@ -20,10 +20,11 @@
|
|
|
20
20
|
# This file is automatically generated. Any changes will be lost!
|
|
21
21
|
module Selenium
|
|
22
22
|
module DevTools
|
|
23
|
-
module
|
|
23
|
+
module V122
|
|
24
24
|
class FedCm
|
|
25
25
|
EVENTS = {
|
|
26
26
|
dialog_shown: 'dialogShown',
|
|
27
|
+
dialog_closed: 'dialogClosed',
|
|
27
28
|
}.freeze
|
|
28
29
|
|
|
29
30
|
def initialize(devtools)
|
|
@@ -50,9 +51,17 @@ module Selenium
|
|
|
50
51
|
accountIndex: account_index)
|
|
51
52
|
end
|
|
52
53
|
|
|
53
|
-
def
|
|
54
|
-
@devtools.send_cmd('FedCm.
|
|
55
|
-
dialogId: dialog_id
|
|
54
|
+
def click_dialog_button(dialog_id:, dialog_button:)
|
|
55
|
+
@devtools.send_cmd('FedCm.clickDialogButton',
|
|
56
|
+
dialogId: dialog_id,
|
|
57
|
+
dialogButton: dialog_button)
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
def open_url(dialog_id:, account_index:, account_url_type:)
|
|
61
|
+
@devtools.send_cmd('FedCm.openUrl',
|
|
62
|
+
dialogId: dialog_id,
|
|
63
|
+
accountIndex: account_index,
|
|
64
|
+
accountUrlType: account_url_type)
|
|
56
65
|
end
|
|
57
66
|
|
|
58
67
|
def dismiss_dialog(dialog_id:, trigger_cooldown: nil)
|
|
@@ -66,6 +75,6 @@ module Selenium
|
|
|
66
75
|
end
|
|
67
76
|
|
|
68
77
|
end # FedCm
|
|
69
|
-
end #
|
|
78
|
+
end # V122
|
|
70
79
|
end # DevTools
|
|
71
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 V122
|
|
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 # V122
|
|
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 V122
|
|
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 # V122
|
|
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 V122
|
|
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 # V122
|
|
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 V122
|
|
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 # V122
|
|
109
109
|
end # DevTools
|
|
110
110
|
end # Selenium
|