selenium-devtools 0.149.0 → 0.151.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/v149/accessibility.rb +2 -1
- data/lib/selenium/devtools/v149/animation.rb +2 -1
- data/lib/selenium/devtools/v149/audits.rb +2 -1
- data/lib/selenium/devtools/v149/autofill.rb +2 -1
- data/lib/selenium/devtools/v149/background_service.rb +2 -1
- data/lib/selenium/devtools/v149/bluetooth_emulation.rb +2 -1
- data/lib/selenium/devtools/v149/browser.rb +2 -1
- data/lib/selenium/devtools/v149/cache_storage.rb +2 -1
- data/lib/selenium/devtools/v149/cast.rb +2 -1
- data/lib/selenium/devtools/v149/console.rb +2 -1
- data/lib/selenium/devtools/v149/crash_report_context.rb +2 -1
- data/lib/selenium/devtools/v149/css.rb +2 -1
- data/lib/selenium/devtools/v149/debugger.rb +2 -1
- data/lib/selenium/devtools/v149/device_access.rb +2 -1
- data/lib/selenium/devtools/v149/device_orientation.rb +2 -1
- data/lib/selenium/devtools/v149/dom.rb +2 -1
- data/lib/selenium/devtools/v149/dom_debugger.rb +2 -1
- data/lib/selenium/devtools/v149/dom_snapshot.rb +2 -1
- data/lib/selenium/devtools/v149/dom_storage.rb +2 -1
- data/lib/selenium/devtools/v149/emulation.rb +2 -1
- data/lib/selenium/devtools/v149/event_breakpoints.rb +2 -1
- data/lib/selenium/devtools/v149/extensions.rb +2 -1
- data/lib/selenium/devtools/v149/fed_cm.rb +2 -1
- data/lib/selenium/devtools/v149/fetch.rb +2 -1
- data/lib/selenium/devtools/v149/file_system.rb +2 -1
- data/lib/selenium/devtools/v149/headless_experimental.rb +2 -1
- data/lib/selenium/devtools/v149/heap_profiler.rb +2 -1
- data/lib/selenium/devtools/v149/indexed_db.rb +2 -1
- data/lib/selenium/devtools/v149/input.rb +2 -1
- data/lib/selenium/devtools/v149/inspector.rb +2 -1
- data/lib/selenium/devtools/v149/io.rb +2 -1
- data/lib/selenium/devtools/v149/layer_tree.rb +2 -1
- data/lib/selenium/devtools/v149/log.rb +2 -1
- data/lib/selenium/devtools/v149/media.rb +2 -1
- data/lib/selenium/devtools/v149/memory.rb +2 -1
- data/lib/selenium/devtools/v149/network.rb +2 -1
- data/lib/selenium/devtools/v149/overlay.rb +2 -1
- data/lib/selenium/devtools/v149/page.rb +2 -1
- data/lib/selenium/devtools/v149/performance.rb +2 -1
- data/lib/selenium/devtools/v149/performance_timeline.rb +2 -1
- data/lib/selenium/devtools/v149/preload.rb +2 -1
- data/lib/selenium/devtools/v149/profiler.rb +2 -1
- data/lib/selenium/devtools/v149/pwa.rb +2 -1
- data/lib/selenium/devtools/v149/runtime.rb +2 -1
- data/lib/selenium/devtools/v149/schema.rb +2 -1
- data/lib/selenium/devtools/v149/security.rb +2 -1
- data/lib/selenium/devtools/v149/service_worker.rb +2 -1
- data/lib/selenium/devtools/v149/smart_card_emulation.rb +2 -1
- data/lib/selenium/devtools/v149/storage.rb +2 -1
- data/lib/selenium/devtools/v149/system_info.rb +2 -1
- data/lib/selenium/devtools/v149/target.rb +2 -1
- data/lib/selenium/devtools/v149/tethering.rb +2 -1
- data/lib/selenium/devtools/v149/tracing.rb +2 -1
- data/lib/selenium/devtools/v149/web_audio.rb +2 -1
- data/lib/selenium/devtools/v149/web_authn.rb +2 -1
- data/lib/selenium/devtools/v149/web_mcp.rb +2 -1
- data/lib/selenium/devtools/v149.rb +2 -1
- data/lib/selenium/devtools/{v147 → v150}/accessibility.rb +4 -3
- data/lib/selenium/devtools/{v147/web_mcp.rb → v150/ads.rb} +9 -12
- data/lib/selenium/devtools/{v147 → v150}/animation.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/audits.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/autofill.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/background_service.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/bluetooth_emulation.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/browser.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/cache_storage.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/cast.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/console.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/crash_report_context.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/css.rb +11 -3
- data/lib/selenium/devtools/{v148 → v150}/debugger.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/device_access.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/device_orientation.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/dom.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/dom_debugger.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/dom_snapshot.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/dom_storage.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/emulation.rb +4 -10
- data/lib/selenium/devtools/{v148 → v150}/event_breakpoints.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/extensions.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/fed_cm.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/fetch.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/file_system.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/headless_experimental.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/heap_profiler.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/indexed_db.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/input.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/inspector.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/io.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/layer_tree.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/log.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/media.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/memory.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/network.rb +13 -8
- data/lib/selenium/devtools/{v147 → v150}/overlay.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/page.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/performance.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/performance_timeline.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/preload.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/profiler.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/pwa.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/runtime.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/schema.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/security.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/service_worker.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/smart_card_emulation.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/storage.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/system_info.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/target.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/tethering.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/tracing.rb +4 -3
- data/lib/selenium/devtools/{v147 → v150}/web_audio.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/web_authn.rb +4 -3
- data/lib/selenium/devtools/{v148 → v150}/web_mcp.rb +16 -3
- data/lib/selenium/devtools/{v148.rb → v150.rb} +6 -4
- 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/{v147 → v151}/audits.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/autofill.rb +4 -3
- data/lib/selenium/devtools/{v147 → v151}/background_service.rb +4 -3
- data/lib/selenium/devtools/{v147 → v151}/bluetooth_emulation.rb +4 -3
- data/lib/selenium/devtools/{v147 → v151}/browser.rb +4 -3
- data/lib/selenium/devtools/{v147 → v151}/cache_storage.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/cast.rb +4 -3
- data/lib/selenium/devtools/{v147 → v151}/console.rb +4 -3
- data/lib/selenium/devtools/v151/crash_report_context.rb +43 -0
- data/lib/selenium/devtools/{v147 → v151}/css.rb +11 -3
- data/lib/selenium/devtools/{v147 → v151}/debugger.rb +4 -3
- data/lib/selenium/devtools/{v147 → v151}/device_access.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/device_orientation.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/dom.rb +7 -5
- data/lib/selenium/devtools/{v147 → v151}/dom_debugger.rb +4 -3
- data/lib/selenium/devtools/{v147 → v151}/dom_snapshot.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/dom_storage.rb +4 -3
- data/lib/selenium/devtools/{v147 → v151}/emulation.rb +4 -10
- data/lib/selenium/devtools/{v147 → v151}/event_breakpoints.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/extensions.rb +4 -3
- data/lib/selenium/devtools/{v147 → v151}/fed_cm.rb +4 -3
- data/lib/selenium/devtools/{v147 → v151}/fetch.rb +4 -3
- data/lib/selenium/devtools/{v148 → 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/{v147 → v151}/input.rb +4 -3
- data/lib/selenium/devtools/{v148 → 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/{v147 → v151}/media.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/memory.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/network.rb +13 -8
- data/lib/selenium/devtools/{v148 → v151}/overlay.rb +9 -3
- data/lib/selenium/devtools/{v147 → v151}/page.rb +7 -5
- data/lib/selenium/devtools/{v147 → v151}/performance.rb +4 -3
- data/lib/selenium/devtools/{v147 → v151}/performance_timeline.rb +4 -3
- data/lib/selenium/devtools/{v148 → v151}/preload.rb +4 -3
- data/lib/selenium/devtools/{v147 → v151}/profiler.rb +4 -3
- data/lib/selenium/devtools/{v147 → v151}/pwa.rb +4 -3
- data/lib/selenium/devtools/{v147 → v151}/runtime.rb +4 -3
- data/lib/selenium/devtools/{v147 → 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/{v147 → v151}/storage.rb +4 -27
- data/lib/selenium/devtools/{v148 → v151}/system_info.rb +4 -3
- data/lib/selenium/devtools/{v147 → 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/{v147 → v151}/web_authn.rb +4 -3
- data/lib/selenium/devtools/v151/web_mcp.rb +65 -0
- data/lib/selenium/devtools/{v147.rb → v151.rb} +7 -4
- data/lib/selenium/devtools/version.rb +1 -1
- metadata +118 -115
|
@@ -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 V150
|
|
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 # V150
|
|
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 V150
|
|
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 # V150
|
|
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 V150
|
|
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 # V150
|
|
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 V150
|
|
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 # V150
|
|
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 V150
|
|
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 # V150
|
|
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 V150
|
|
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 # V150
|
|
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 V150
|
|
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 # V150
|
|
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 V150
|
|
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 # V150
|
|
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 V150
|
|
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 # V150
|
|
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 V150
|
|
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 # V150
|
|
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 V150
|
|
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 # V150
|
|
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 V150
|
|
24
25
|
class Overlay
|
|
25
26
|
EVENTS = {
|
|
26
27
|
inspect_node_requested: 'inspectNodeRequested',
|
|
@@ -209,6 +210,6 @@ module Selenium
|
|
|
209
210
|
end
|
|
210
211
|
|
|
211
212
|
end # Overlay
|
|
212
|
-
end #
|
|
213
|
+
end # V150
|
|
213
214
|
end # DevTools
|
|
214
215
|
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 V150
|
|
24
25
|
class Page
|
|
25
26
|
EVENTS = {
|
|
26
27
|
dom_content_event_fired: 'domContentEventFired',
|
|
@@ -414,6 +415,6 @@ module Selenium
|
|
|
414
415
|
end
|
|
415
416
|
|
|
416
417
|
end # Page
|
|
417
|
-
end #
|
|
418
|
+
end # V150
|
|
418
419
|
end # DevTools
|
|
419
420
|
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 V150
|
|
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 # V150
|
|
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 V150
|
|
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 # V150
|
|
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 V150
|
|
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 # V150
|
|
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 V150
|
|
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 # V150
|
|
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 V150
|
|
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 # V150
|
|
77
78
|
end # DevTools
|
|
78
79
|
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 V150
|
|
24
25
|
class Runtime
|
|
25
26
|
EVENTS = {
|
|
26
27
|
binding_called: 'bindingCalled',
|
|
@@ -197,6 +198,6 @@ module Selenium
|
|
|
197
198
|
end
|
|
198
199
|
|
|
199
200
|
end # Runtime
|
|
200
|
-
end #
|
|
201
|
+
end # V150
|
|
201
202
|
end # DevTools
|
|
202
203
|
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 V150
|
|
24
25
|
class Schema
|
|
25
26
|
|
|
26
27
|
def initialize(devtools)
|
|
@@ -37,6 +38,6 @@ module Selenium
|
|
|
37
38
|
end
|
|
38
39
|
|
|
39
40
|
end # Schema
|
|
40
|
-
end #
|
|
41
|
+
end # V150
|
|
41
42
|
end # DevTools
|
|
42
43
|
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 V150
|
|
24
25
|
class Security
|
|
25
26
|
EVENTS = {
|
|
26
27
|
certificate_error: 'certificateError',
|
|
@@ -62,6 +63,6 @@ module Selenium
|
|
|
62
63
|
end
|
|
63
64
|
|
|
64
65
|
end # Security
|
|
65
|
-
end #
|
|
66
|
+
end # V150
|
|
66
67
|
end # DevTools
|
|
67
68
|
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 V150
|
|
24
25
|
class ServiceWorker
|
|
25
26
|
EVENTS = {
|
|
26
27
|
worker_error_reported: 'workerErrorReported',
|
|
@@ -102,6 +103,6 @@ module Selenium
|
|
|
102
103
|
end
|
|
103
104
|
|
|
104
105
|
end # ServiceWorker
|
|
105
|
-
end #
|
|
106
|
+
end # V150
|
|
106
107
|
end # DevTools
|
|
107
108
|
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 V150
|
|
24
25
|
class SmartCardEmulation
|
|
25
26
|
EVENTS = {
|
|
26
27
|
establish_context_requested: 'establishContextRequested',
|
|
@@ -119,6 +120,6 @@ module Selenium
|
|
|
119
120
|
end
|
|
120
121
|
|
|
121
122
|
end # SmartCardEmulation
|
|
122
|
-
end #
|
|
123
|
+
end # V150
|
|
123
124
|
end # DevTools
|
|
124
125
|
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 V150
|
|
24
25
|
class Storage
|
|
25
26
|
EVENTS = {
|
|
26
27
|
cache_storage_content_updated: 'cacheStorageContentUpdated',
|
|
@@ -225,6 +226,6 @@ module Selenium
|
|
|
225
226
|
end
|
|
226
227
|
|
|
227
228
|
end # Storage
|
|
228
|
-
end #
|
|
229
|
+
end # V150
|
|
229
230
|
end # DevTools
|
|
230
231
|
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 V150
|
|
24
25
|
class SystemInfo
|
|
25
26
|
|
|
26
27
|
def initialize(devtools)
|
|
@@ -46,6 +47,6 @@ module Selenium
|
|
|
46
47
|
end
|
|
47
48
|
|
|
48
49
|
end # SystemInfo
|
|
49
|
-
end #
|
|
50
|
+
end # V150
|
|
50
51
|
end # DevTools
|
|
51
52
|
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 V150
|
|
24
25
|
class Target
|
|
25
26
|
EVENTS = {
|
|
26
27
|
attached_to_target: 'attachedToTarget',
|
|
@@ -163,6 +164,6 @@ module Selenium
|
|
|
163
164
|
end
|
|
164
165
|
|
|
165
166
|
end # Target
|
|
166
|
-
end #
|
|
167
|
+
end # V150
|
|
167
168
|
end # DevTools
|
|
168
169
|
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 V150
|
|
24
25
|
class Tethering
|
|
25
26
|
EVENTS = {
|
|
26
27
|
accepted: 'accepted',
|
|
@@ -46,6 +47,6 @@ module Selenium
|
|
|
46
47
|
end
|
|
47
48
|
|
|
48
49
|
end # Tethering
|
|
49
|
-
end #
|
|
50
|
+
end # V150
|
|
50
51
|
end # DevTools
|
|
51
52
|
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 V150
|
|
24
25
|
class Tracing
|
|
25
26
|
EVENTS = {
|
|
26
27
|
buffer_usage: 'bufferUsage',
|
|
@@ -74,6 +75,6 @@ module Selenium
|
|
|
74
75
|
end
|
|
75
76
|
|
|
76
77
|
end # Tracing
|
|
77
|
-
end #
|
|
78
|
+
end # V150
|
|
78
79
|
end # DevTools
|
|
79
80
|
end # Selenium
|