selenium-devtools 0.150.0 → 0.152.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/v150/accessibility.rb +2 -1
- data/lib/selenium/devtools/v150/ads.rb +2 -1
- data/lib/selenium/devtools/v150/animation.rb +2 -1
- data/lib/selenium/devtools/v150/audits.rb +2 -1
- data/lib/selenium/devtools/v150/autofill.rb +2 -1
- data/lib/selenium/devtools/v150/background_service.rb +2 -1
- data/lib/selenium/devtools/v150/bluetooth_emulation.rb +2 -1
- data/lib/selenium/devtools/v150/browser.rb +2 -1
- data/lib/selenium/devtools/v150/cache_storage.rb +2 -1
- data/lib/selenium/devtools/v150/cast.rb +2 -1
- data/lib/selenium/devtools/v150/console.rb +2 -1
- data/lib/selenium/devtools/v150/crash_report_context.rb +2 -1
- data/lib/selenium/devtools/v150/css.rb +2 -1
- data/lib/selenium/devtools/v150/debugger.rb +2 -1
- data/lib/selenium/devtools/v150/device_access.rb +2 -1
- data/lib/selenium/devtools/v150/device_orientation.rb +2 -1
- data/lib/selenium/devtools/v150/dom.rb +2 -1
- data/lib/selenium/devtools/v150/dom_debugger.rb +2 -1
- data/lib/selenium/devtools/v150/dom_snapshot.rb +2 -1
- data/lib/selenium/devtools/v150/dom_storage.rb +2 -1
- data/lib/selenium/devtools/v150/emulation.rb +2 -1
- data/lib/selenium/devtools/v150/event_breakpoints.rb +2 -1
- data/lib/selenium/devtools/v150/extensions.rb +2 -1
- data/lib/selenium/devtools/v150/fed_cm.rb +2 -1
- data/lib/selenium/devtools/v150/fetch.rb +2 -1
- data/lib/selenium/devtools/v150/file_system.rb +2 -1
- data/lib/selenium/devtools/v150/headless_experimental.rb +2 -1
- data/lib/selenium/devtools/v150/heap_profiler.rb +2 -1
- data/lib/selenium/devtools/v150/indexed_db.rb +2 -1
- data/lib/selenium/devtools/v150/input.rb +2 -1
- data/lib/selenium/devtools/v150/inspector.rb +2 -1
- data/lib/selenium/devtools/v150/io.rb +2 -1
- data/lib/selenium/devtools/v150/layer_tree.rb +2 -1
- data/lib/selenium/devtools/v150/log.rb +2 -1
- data/lib/selenium/devtools/v150/media.rb +2 -1
- data/lib/selenium/devtools/v150/memory.rb +2 -1
- data/lib/selenium/devtools/v150/network.rb +2 -1
- data/lib/selenium/devtools/v150/overlay.rb +2 -1
- data/lib/selenium/devtools/v150/page.rb +2 -1
- data/lib/selenium/devtools/v150/performance.rb +2 -1
- data/lib/selenium/devtools/v150/performance_timeline.rb +2 -1
- data/lib/selenium/devtools/v150/preload.rb +2 -1
- data/lib/selenium/devtools/v150/profiler.rb +2 -1
- data/lib/selenium/devtools/v150/pwa.rb +2 -1
- data/lib/selenium/devtools/v150/runtime.rb +2 -1
- data/lib/selenium/devtools/v150/schema.rb +2 -1
- data/lib/selenium/devtools/v150/security.rb +2 -1
- data/lib/selenium/devtools/v150/service_worker.rb +2 -1
- data/lib/selenium/devtools/v150/smart_card_emulation.rb +2 -1
- data/lib/selenium/devtools/v150/storage.rb +2 -1
- data/lib/selenium/devtools/v150/system_info.rb +2 -1
- data/lib/selenium/devtools/v150/target.rb +2 -1
- data/lib/selenium/devtools/v150/tethering.rb +2 -1
- data/lib/selenium/devtools/v150/tracing.rb +2 -1
- data/lib/selenium/devtools/v150/web_audio.rb +2 -1
- data/lib/selenium/devtools/v150/web_authn.rb +2 -1
- data/lib/selenium/devtools/v150/web_mcp.rb +2 -1
- data/lib/selenium/devtools/v150.rb +2 -1
- data/lib/selenium/devtools/{v148 → v151}/accessibility.rb +4 -3
- data/lib/selenium/devtools/v151/ads.rb +43 -0
- data/lib/selenium/devtools/{v148 → v151}/animation.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/audits.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/autofill.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/background_service.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/bluetooth_emulation.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/browser.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/cache_storage.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/cast.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/console.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/crash_report_context.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/css.rb +11 -3
- data/lib/selenium/devtools/{v149 → v151}/debugger.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/device_access.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/device_orientation.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/dom.rb +7 -5
- data/lib/selenium/devtools/{v149 → v151}/dom_debugger.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/dom_snapshot.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/dom_storage.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/emulation.rb +4 -10
- data/lib/selenium/devtools/{v149 → v151}/event_breakpoints.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/extensions.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/fed_cm.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/fetch.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/file_system.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/headless_experimental.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/heap_profiler.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/indexed_db.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/input.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/inspector.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/io.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/layer_tree.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/log.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/media.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/memory.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/network.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/overlay.rb +9 -3
- data/lib/selenium/devtools/{v149 → v151}/page.rb +7 -5
- data/lib/selenium/devtools/{v149 → v151}/performance.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/performance_timeline.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/preload.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/profiler.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/pwa.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/runtime.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/schema.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/security.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/service_worker.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/smart_card_emulation.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/storage.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/system_info.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/target.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/tethering.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/tracing.rb +8 -5
- data/lib/selenium/devtools/{v148 → v151}/web_audio.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/web_authn.rb +4 -3
- data/lib/selenium/devtools/{v149 → v151}/web_mcp.rb +4 -3
- data/lib/selenium/devtools/{v148.rb → v151.rb} +6 -4
- data/lib/selenium/devtools/{v149 → v152}/accessibility.rb +4 -3
- data/lib/selenium/devtools/v152/ads.rb +43 -0
- data/lib/selenium/devtools/{v149 → v152}/animation.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/audits.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/autofill.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/background_service.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/bluetooth_emulation.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/browser.rb +4 -11
- data/lib/selenium/devtools/{v148 → v152}/cache_storage.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/cast.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/console.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/crash_report_context.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/css.rb +11 -3
- data/lib/selenium/devtools/{v148 → v152}/debugger.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/device_access.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/device_orientation.rb +4 -3
- data/lib/selenium/devtools/v152/digital_credentials.rb +47 -0
- data/lib/selenium/devtools/{v148 → v152}/dom.rb +7 -5
- data/lib/selenium/devtools/{v148 → v152}/dom_debugger.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/dom_snapshot.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/dom_storage.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/emulation.rb +4 -10
- data/lib/selenium/devtools/{v148 → v152}/event_breakpoints.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/extensions.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/fed_cm.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/fetch.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/file_system.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/headless_experimental.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/heap_profiler.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/indexed_db.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/input.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/inspector.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/io.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/layer_tree.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/log.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/media.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/memory.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/network.rb +13 -8
- data/lib/selenium/devtools/{v149 → v152}/overlay.rb +9 -3
- data/lib/selenium/devtools/{v148 → v152}/page.rb +7 -5
- data/lib/selenium/devtools/{v148 → v152}/performance.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/performance_timeline.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/preload.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/profiler.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/pwa.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/runtime.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/schema.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/security.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/service_worker.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/smart_card_emulation.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/storage.rb +4 -29
- data/lib/selenium/devtools/{v149 → v152}/system_info.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/target.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/tethering.rb +4 -3
- data/lib/selenium/devtools/{v149 → v152}/tracing.rb +8 -5
- data/lib/selenium/devtools/{v149 → v152}/web_audio.rb +4 -3
- data/lib/selenium/devtools/{v148 → v152}/web_authn.rb +9 -5
- data/lib/selenium/devtools/{v148 → v152}/web_mcp.rb +16 -3
- data/lib/selenium/devtools/{v149.rb → v152.rb} +7 -4
- data/lib/selenium/devtools/version.rb +1 -1
- metadata +119 -116
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class DOMSnapshot
|
|
25
26
|
|
|
26
27
|
def initialize(devtools)
|
|
@@ -58,6 +59,6 @@ module Selenium
|
|
|
58
59
|
end
|
|
59
60
|
|
|
60
61
|
end # DOMSnapshot
|
|
61
|
-
end #
|
|
62
|
+
end # V152
|
|
62
63
|
end # DevTools
|
|
63
64
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class DOMStorage
|
|
25
26
|
EVENTS = {
|
|
26
27
|
dom_storage_item_added: 'domStorageItemAdded',
|
|
@@ -70,6 +71,6 @@ module Selenium
|
|
|
70
71
|
end
|
|
71
72
|
|
|
72
73
|
end # DOMStorage
|
|
73
|
-
end #
|
|
74
|
+
end # V152
|
|
74
75
|
end # DevTools
|
|
75
76
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class Emulation
|
|
25
26
|
EVENTS = {
|
|
26
27
|
virtual_time_budget_expired: 'virtualTimeBudgetExpired',
|
|
@@ -189,13 +190,6 @@ module Selenium
|
|
|
189
190
|
state: state)
|
|
190
191
|
end
|
|
191
192
|
|
|
192
|
-
def set_pressure_data_override(source:, state:, own_contribution_estimate: nil)
|
|
193
|
-
@devtools.send_cmd('Emulation.setPressureDataOverride',
|
|
194
|
-
source: source,
|
|
195
|
-
state: state,
|
|
196
|
-
ownContributionEstimate: own_contribution_estimate)
|
|
197
|
-
end
|
|
198
|
-
|
|
199
193
|
def set_idle_override(is_user_active:, is_screen_unlocked:)
|
|
200
194
|
@devtools.send_cmd('Emulation.setIdleOverride',
|
|
201
195
|
isUserActive: is_user_active,
|
|
@@ -328,6 +322,6 @@ module Selenium
|
|
|
328
322
|
end
|
|
329
323
|
|
|
330
324
|
end # Emulation
|
|
331
|
-
end #
|
|
325
|
+
end # V152
|
|
332
326
|
end # DevTools
|
|
333
327
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class EventBreakpoints
|
|
25
26
|
|
|
26
27
|
def initialize(devtools)
|
|
@@ -47,6 +48,6 @@ module Selenium
|
|
|
47
48
|
end
|
|
48
49
|
|
|
49
50
|
end # EventBreakpoints
|
|
50
|
-
end #
|
|
51
|
+
end # V152
|
|
51
52
|
end # DevTools
|
|
52
53
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class Extensions
|
|
25
26
|
|
|
26
27
|
def initialize(devtools)
|
|
@@ -81,6 +82,6 @@ module Selenium
|
|
|
81
82
|
end
|
|
82
83
|
|
|
83
84
|
end # Extensions
|
|
84
|
-
end #
|
|
85
|
+
end # V152
|
|
85
86
|
end # DevTools
|
|
86
87
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class FedCm
|
|
25
26
|
EVENTS = {
|
|
26
27
|
dialog_shown: 'dialogShown',
|
|
@@ -75,6 +76,6 @@ module Selenium
|
|
|
75
76
|
end
|
|
76
77
|
|
|
77
78
|
end # FedCm
|
|
78
|
-
end #
|
|
79
|
+
end # V152
|
|
79
80
|
end # DevTools
|
|
80
81
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class Fetch
|
|
25
26
|
EVENTS = {
|
|
26
27
|
request_paused: 'requestPaused',
|
|
@@ -98,6 +99,6 @@ module Selenium
|
|
|
98
99
|
end
|
|
99
100
|
|
|
100
101
|
end # Fetch
|
|
101
|
-
end #
|
|
102
|
+
end # V152
|
|
102
103
|
end # DevTools
|
|
103
104
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class FileSystem
|
|
25
26
|
|
|
26
27
|
def initialize(devtools)
|
|
@@ -38,6 +39,6 @@ module Selenium
|
|
|
38
39
|
end
|
|
39
40
|
|
|
40
41
|
end # FileSystem
|
|
41
|
-
end #
|
|
42
|
+
end # V152
|
|
42
43
|
end # DevTools
|
|
43
44
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class HeadlessExperimental
|
|
25
26
|
|
|
26
27
|
def initialize(devtools)
|
|
@@ -49,6 +50,6 @@ module Selenium
|
|
|
49
50
|
end
|
|
50
51
|
|
|
51
52
|
end # HeadlessExperimental
|
|
52
|
-
end #
|
|
53
|
+
end # V152
|
|
53
54
|
end # DevTools
|
|
54
55
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class HeapProfiler
|
|
25
26
|
EVENTS = {
|
|
26
27
|
add_heap_snapshot_chunk: 'addHeapSnapshotChunk',
|
|
@@ -105,6 +106,6 @@ module Selenium
|
|
|
105
106
|
end
|
|
106
107
|
|
|
107
108
|
end # HeapProfiler
|
|
108
|
-
end #
|
|
109
|
+
end # V152
|
|
109
110
|
end # DevTools
|
|
110
111
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class IndexedDB
|
|
25
26
|
|
|
26
27
|
def initialize(devtools)
|
|
@@ -105,6 +106,6 @@ module Selenium
|
|
|
105
106
|
end
|
|
106
107
|
|
|
107
108
|
end # IndexedDB
|
|
108
|
-
end #
|
|
109
|
+
end # V152
|
|
109
110
|
end # DevTools
|
|
110
111
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class Input
|
|
25
26
|
EVENTS = {
|
|
26
27
|
drag_intercepted: 'dragIntercepted',
|
|
@@ -167,6 +168,6 @@ module Selenium
|
|
|
167
168
|
end
|
|
168
169
|
|
|
169
170
|
end # Input
|
|
170
|
-
end #
|
|
171
|
+
end # V152
|
|
171
172
|
end # DevTools
|
|
172
173
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class Inspector
|
|
25
26
|
EVENTS = {
|
|
26
27
|
detached: 'detached',
|
|
@@ -47,6 +48,6 @@ module Selenium
|
|
|
47
48
|
end
|
|
48
49
|
|
|
49
50
|
end # Inspector
|
|
50
|
-
end #
|
|
51
|
+
end # V152
|
|
51
52
|
end # DevTools
|
|
52
53
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class IO
|
|
25
26
|
|
|
26
27
|
def initialize(devtools)
|
|
@@ -50,6 +51,6 @@ module Selenium
|
|
|
50
51
|
end
|
|
51
52
|
|
|
52
53
|
end # IO
|
|
53
|
-
end #
|
|
54
|
+
end # V152
|
|
54
55
|
end # DevTools
|
|
55
56
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class LayerTree
|
|
25
26
|
EVENTS = {
|
|
26
27
|
layer_painted: 'layerPainted',
|
|
@@ -86,6 +87,6 @@ module Selenium
|
|
|
86
87
|
end
|
|
87
88
|
|
|
88
89
|
end # LayerTree
|
|
89
|
-
end #
|
|
90
|
+
end # V152
|
|
90
91
|
end # DevTools
|
|
91
92
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class Log
|
|
25
26
|
EVENTS = {
|
|
26
27
|
entry_added: 'entryAdded',
|
|
@@ -57,6 +58,6 @@ module Selenium
|
|
|
57
58
|
end
|
|
58
59
|
|
|
59
60
|
end # Log
|
|
60
|
-
end #
|
|
61
|
+
end # V152
|
|
61
62
|
end # DevTools
|
|
62
63
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class Media
|
|
25
26
|
EVENTS = {
|
|
26
27
|
player_properties_changed: 'playerPropertiesChanged',
|
|
@@ -48,6 +49,6 @@ module Selenium
|
|
|
48
49
|
end
|
|
49
50
|
|
|
50
51
|
end # Media
|
|
51
|
-
end #
|
|
52
|
+
end # V152
|
|
52
53
|
end # DevTools
|
|
53
54
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class Memory
|
|
25
26
|
|
|
26
27
|
def initialize(devtools)
|
|
@@ -81,6 +82,6 @@ module Selenium
|
|
|
81
82
|
end
|
|
82
83
|
|
|
83
84
|
end # Memory
|
|
84
|
-
end #
|
|
85
|
+
end # V152
|
|
85
86
|
end # DevTools
|
|
86
87
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class Network
|
|
25
26
|
EVENTS = {
|
|
26
27
|
data_received: 'dataReceived',
|
|
@@ -144,9 +145,10 @@ module Selenium
|
|
|
144
145
|
packetReordering: packet_reordering)
|
|
145
146
|
end
|
|
146
147
|
|
|
147
|
-
def emulate_network_conditions_by_rule(offline
|
|
148
|
+
def emulate_network_conditions_by_rule(offline: nil, emulate_offline_service_worker: nil, matched_network_conditions:)
|
|
148
149
|
@devtools.send_cmd('Network.emulateNetworkConditionsByRule',
|
|
149
150
|
offline: offline,
|
|
151
|
+
emulateOfflineServiceWorker: emulate_offline_service_worker,
|
|
150
152
|
matchedNetworkConditions: matched_network_conditions)
|
|
151
153
|
end
|
|
152
154
|
|
|
@@ -302,6 +304,11 @@ module Selenium
|
|
|
302
304
|
enable: enable)
|
|
303
305
|
end
|
|
304
306
|
|
|
307
|
+
def delete_device_bound_session(key:)
|
|
308
|
+
@devtools.send_cmd('Network.deleteDeviceBoundSession',
|
|
309
|
+
key: key)
|
|
310
|
+
end
|
|
311
|
+
|
|
305
312
|
def fetch_schemeful_site(origin:)
|
|
306
313
|
@devtools.send_cmd('Network.fetchSchemefulSite',
|
|
307
314
|
origin: origin)
|
|
@@ -314,14 +321,12 @@ module Selenium
|
|
|
314
321
|
options: options)
|
|
315
322
|
end
|
|
316
323
|
|
|
317
|
-
def set_cookie_controls(enable_third_party_cookie_restriction
|
|
324
|
+
def set_cookie_controls(enable_third_party_cookie_restriction:)
|
|
318
325
|
@devtools.send_cmd('Network.setCookieControls',
|
|
319
|
-
enableThirdPartyCookieRestriction: enable_third_party_cookie_restriction
|
|
320
|
-
disableThirdPartyCookieMetadata: disable_third_party_cookie_metadata,
|
|
321
|
-
disableThirdPartyCookieHeuristics: disable_third_party_cookie_heuristics)
|
|
326
|
+
enableThirdPartyCookieRestriction: enable_third_party_cookie_restriction)
|
|
322
327
|
end
|
|
323
328
|
|
|
324
329
|
end # Network
|
|
325
|
-
end #
|
|
330
|
+
end # V152
|
|
326
331
|
end # DevTools
|
|
327
332
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class Overlay
|
|
25
26
|
EVENTS = {
|
|
26
27
|
inspect_node_requested: 'inspectNodeRequested',
|
|
@@ -198,6 +199,11 @@ module Selenium
|
|
|
198
199
|
hingeConfig: hinge_config)
|
|
199
200
|
end
|
|
200
201
|
|
|
202
|
+
def set_show_display_cutout(display_cutout_config: nil)
|
|
203
|
+
@devtools.send_cmd('Overlay.setShowDisplayCutout',
|
|
204
|
+
displayCutoutConfig: display_cutout_config)
|
|
205
|
+
end
|
|
206
|
+
|
|
201
207
|
def set_show_isolated_elements(isolated_element_highlight_configs:)
|
|
202
208
|
@devtools.send_cmd('Overlay.setShowIsolatedElements',
|
|
203
209
|
isolatedElementHighlightConfigs: isolated_element_highlight_configs)
|
|
@@ -209,6 +215,6 @@ module Selenium
|
|
|
209
215
|
end
|
|
210
216
|
|
|
211
217
|
end # Overlay
|
|
212
|
-
end #
|
|
218
|
+
end # V152
|
|
213
219
|
end # DevTools
|
|
214
220
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class Page
|
|
25
26
|
EVENTS = {
|
|
26
27
|
dom_content_event_fired: 'domContentEventFired',
|
|
@@ -106,11 +107,12 @@ module Selenium
|
|
|
106
107
|
@devtools.send_cmd('Page.clearGeolocationOverride')
|
|
107
108
|
end
|
|
108
109
|
|
|
109
|
-
def create_isolated_world(frame_id:, world_name: nil, grant_univeral_access: nil)
|
|
110
|
+
def create_isolated_world(frame_id:, world_name: nil, grant_univeral_access: nil, content_security_policy: nil)
|
|
110
111
|
@devtools.send_cmd('Page.createIsolatedWorld',
|
|
111
112
|
frameId: frame_id,
|
|
112
113
|
worldName: world_name,
|
|
113
|
-
grantUniveralAccess: grant_univeral_access
|
|
114
|
+
grantUniveralAccess: grant_univeral_access,
|
|
115
|
+
contentSecurityPolicy: content_security_policy)
|
|
114
116
|
end
|
|
115
117
|
|
|
116
118
|
def delete_cookie(cookie_name:, url:)
|
|
@@ -414,6 +416,6 @@ module Selenium
|
|
|
414
416
|
end
|
|
415
417
|
|
|
416
418
|
end # Page
|
|
417
|
-
end #
|
|
419
|
+
end # V152
|
|
418
420
|
end # DevTools
|
|
419
421
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class Performance
|
|
25
26
|
EVENTS = {
|
|
26
27
|
metrics: 'metrics',
|
|
@@ -54,6 +55,6 @@ module Selenium
|
|
|
54
55
|
end
|
|
55
56
|
|
|
56
57
|
end # Performance
|
|
57
|
-
end #
|
|
58
|
+
end # V152
|
|
58
59
|
end # DevTools
|
|
59
60
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class PerformanceTimeline
|
|
25
26
|
EVENTS = {
|
|
26
27
|
timeline_event_added: 'timelineEventAdded',
|
|
@@ -41,6 +42,6 @@ module Selenium
|
|
|
41
42
|
end
|
|
42
43
|
|
|
43
44
|
end # PerformanceTimeline
|
|
44
|
-
end #
|
|
45
|
+
end # V152
|
|
45
46
|
end # DevTools
|
|
46
47
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class Preload
|
|
25
26
|
EVENTS = {
|
|
26
27
|
rule_set_updated: 'ruleSetUpdated',
|
|
@@ -49,6 +50,6 @@ module Selenium
|
|
|
49
50
|
end
|
|
50
51
|
|
|
51
52
|
end # Preload
|
|
52
|
-
end #
|
|
53
|
+
end # V152
|
|
53
54
|
end # DevTools
|
|
54
55
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class Profiler
|
|
25
26
|
EVENTS = {
|
|
26
27
|
console_profile_finished: 'consoleProfileFinished',
|
|
@@ -78,6 +79,6 @@ module Selenium
|
|
|
78
79
|
end
|
|
79
80
|
|
|
80
81
|
end # Profiler
|
|
81
|
-
end #
|
|
82
|
+
end # V152
|
|
82
83
|
end # DevTools
|
|
83
84
|
end # Selenium
|
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
# specific language governing permissions and limitations
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
|
-
# This file is
|
|
20
|
+
# DO NOT EDIT! This file is generated by rb/lib/selenium/devtools/support/cdp_client_generator.rb.
|
|
21
|
+
# Regenerate with: `bazel build //rb/lib/selenium/devtools:all`
|
|
21
22
|
module Selenium
|
|
22
23
|
module DevTools
|
|
23
|
-
module
|
|
24
|
+
module V152
|
|
24
25
|
class PWA
|
|
25
26
|
|
|
26
27
|
def initialize(devtools)
|
|
@@ -73,6 +74,6 @@ module Selenium
|
|
|
73
74
|
end
|
|
74
75
|
|
|
75
76
|
end # PWA
|
|
76
|
-
end #
|
|
77
|
+
end # V152
|
|
77
78
|
end # DevTools
|
|
78
79
|
end # Selenium
|