Clj-chrome-devtools 20220405
Released under the MIT License
Clojure API for Chrome DevTools remote.
Installation
To install, add the following dependency to your project or build file:
[clj-chrome-devtools "20220405"]
Namespaces
clj-chrome-devtools.automation
Higher level automation convenience API
Public variables and functions:
- *wait-ms*
- automation?
- bounding-box
- clear-text-input
- click
- click-navigate
- create-automation
- current-automation
- default-timeout-ms
- dispose!
- double-click
- evaluate
- file-download
- focus
- html-of
- input-text
- print-pdf
- root
- screenshot
- scroll-into-view
- sel
- sel1
- set-attribute
- start!
- text-of
- to
- visible
- wait
- wait-request
- WebAddress
- with-timeout
clj-chrome-devtools.automation
Higher level automation convenience API
Public variables and functions:
- *wait-ms*
- automation?
- bounding-box
- clear-text-input
- click
- click-navigate
- create-automation
- current-automation
- default-timeout-ms
- dispose!
- double-click
- evaluate
- file-download
- focus
- html-of
- input-text
- print-pdf
- root
- screenshot
- scroll-into-view
- sel
- sel1
- set-attribute
- start!
- text-of
- to
- visible
- wait
- wait-request
- WebAddress
- with-timeout
clj-chrome-devtools.automation.fixture
Provides a clojure.test
fixture for starting a new Chrome headless instance and an automation context for it.
Public variables and functions:
clj-chrome-devtools.automation.fixture
Provides a clojure.test
fixture for starting a new Chrome headless instance and an automation context for it.
Public variables and functions:
clj-chrome-devtools.automation.launcher
Launch a headless Chrome for automation purposes.
Public variables and functions:
clj-chrome-devtools.automation.launcher
Launch a headless Chrome for automation purposes.
Public variables and functions:
clj-chrome-devtools.commands.audits
Audits domain allows investigation of page violations and possible improvements.
Public variables and functions:
clj-chrome-devtools.commands.audits
Audits domain allows investigation of page violations and possible improvements.
Public variables and functions:
clj-chrome-devtools.commands.background-service
Defines events for background web platform features.
Public variables and functions:
clj-chrome-devtools.commands.background-service
Defines events for background web platform features.
Public variables and functions:
clj-chrome-devtools.commands.browser
The Browser domain defines methods and events for browser managing.
Public variables and functions:
clj-chrome-devtools.commands.browser
The Browser domain defines methods and events for browser managing.
Public variables and functions:
clj-chrome-devtools.commands.cast
A domain for interacting with Cast, Presentation API, and Remote Playback API functionalities.
Public variables and functions:
clj-chrome-devtools.commands.cast
A domain for interacting with Cast, Presentation API, and Remote Playback API functionalities.
Public variables and functions:
clj-chrome-devtools.commands.console
This domain is deprecated - use Runtime or Log instead.
Public variables and functions:
clj-chrome-devtools.commands.console
This domain is deprecated - use Runtime or Log instead.
Public variables and functions:
clj-chrome-devtools.commands.css
This domain exposes CSS read/write operations. All CSS objects (stylesheets, rules, and styles) have an associated id
used in subsequent operations on the related object. Each object type has a specific id
structure, and those are not interchangeable between objects of different kinds. CSS objects can be loaded using the get*ForNode()
calls (which accept a DOM node id). A client can also keep track of stylesheets via the styleSheetAdded
/styleSheetRemoved
events and subsequently load the required stylesheet contents using the getStyleSheet[Text]()
methods.
Public variables and functions:
- add-rule
- collect-class-names
- create-style-sheet
- disable
- enable
- force-pseudo-state
- get-background-colors
- get-computed-style-for-node
- get-inline-styles-for-node
- get-layers-for-node
- get-matched-styles-for-node
- get-media-queries
- get-platform-fonts-for-node
- get-style-sheet-text
- set-container-query-text
- set-effective-property-value-for-node
- set-keyframe-key
- set-local-fonts-enabled
- set-media-text
- set-rule-selector
- set-style-sheet-text
- set-style-texts
- set-supports-text
- start-rule-usage-tracking
- stop-rule-usage-tracking
- take-computed-style-updates
- take-coverage-delta
- track-computed-style-updates
clj-chrome-devtools.commands.css
This domain exposes CSS read/write operations. All CSS objects (stylesheets, rules, and styles) have an associated id
used in subsequent operations on the related object. Each object type has a specific id
structure, and those are not interchangeable between objects of different kinds. CSS objects can be loaded using the get*ForNode()
calls (which accept a DOM node id). A client can also keep track of stylesheets via the styleSheetAdded
/styleSheetRemoved
events and subsequently load the required stylesheet contents using the getStyleSheet[Text]()
methods.
Public variables and functions:
- add-rule
- collect-class-names
- create-style-sheet
- disable
- enable
- force-pseudo-state
- get-background-colors
- get-computed-style-for-node
- get-inline-styles-for-node
- get-layers-for-node
- get-matched-styles-for-node
- get-media-queries
- get-platform-fonts-for-node
- get-style-sheet-text
- set-container-query-text
- set-effective-property-value-for-node
- set-keyframe-key
- set-local-fonts-enabled
- set-media-text
- set-rule-selector
- set-style-sheet-text
- set-style-texts
- set-supports-text
- start-rule-usage-tracking
- stop-rule-usage-tracking
- take-computed-style-updates
- take-coverage-delta
- track-computed-style-updates
clj-chrome-devtools.commands.debugger
Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc.
Public variables and functions:
- continue-to-location
- disable
- enable
- evaluate-on-call-frame
- get-possible-breakpoints
- get-script-source
- get-stack-trace
- get-wasm-bytecode
- pause
- pause-on-async-call
- remove-breakpoint
- restart-frame
- resume
- search-in-content
- set-async-call-stack-depth
- set-blackbox-patterns
- set-blackboxed-ranges
- set-breakpoint
- set-breakpoint-by-url
- set-breakpoint-on-function-call
- set-breakpoints-active
- set-instrumentation-breakpoint
- set-pause-on-exceptions
- set-return-value
- set-script-source
- set-skip-all-pauses
- set-variable-value
- step-into
- step-out
- step-over
clj-chrome-devtools.commands.debugger
Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc.
Public variables and functions:
- continue-to-location
- disable
- enable
- evaluate-on-call-frame
- get-possible-breakpoints
- get-script-source
- get-stack-trace
- get-wasm-bytecode
- pause
- pause-on-async-call
- remove-breakpoint
- restart-frame
- resume
- search-in-content
- set-async-call-stack-depth
- set-blackbox-patterns
- set-blackboxed-ranges
- set-breakpoint
- set-breakpoint-by-url
- set-breakpoint-on-function-call
- set-breakpoints-active
- set-instrumentation-breakpoint
- set-pause-on-exceptions
- set-return-value
- set-script-source
- set-skip-all-pauses
- set-variable-value
- step-into
- step-out
- step-over
clj-chrome-devtools.commands.dom
This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object that has an id
. This id
can be used to get additional information on the Node, resolve it into the JavaScript object wrapper, etc. It is important that client receives DOM events only for the nodes that are known to the client. Backend keeps track of the nodes that were sent to the client and never sends the same node twice. It is client’s responsibility to collect information about the nodes that were sent to the client.
Note that iframe
owner elements will return corresponding document elements as their child nodes.
Public variables and functions:
- collect-class-names-from-subtree
- copy-to
- describe-node
- disable
- discard-search-results
- enable
- focus
- get-attributes
- get-box-model
- get-container-for-node
- get-content-quads
- get-document
- get-file-info
- get-flattened-document
- get-frame-owner
- get-node-for-location
- get-node-stack-traces
- get-nodes-for-subtree-by-style
- get-outer-html
- get-querying-descendants-for-container
- get-relayout-boundary
- get-search-results
- hide-highlight
- highlight-node
- highlight-rect
- mark-undoable-state
- move-to
- perform-search
- push-node-by-path-to-frontend
- push-nodes-by-backend-ids-to-frontend
- query-selector
- query-selector-all
- redo
- remove-attribute
- remove-node
- request-child-nodes
- request-node
- resolve-node
- scroll-into-view-if-needed
- set-attribute-value
- set-attributes-as-text
- set-file-input-files
- set-inspected-node
- set-node-name
- set-node-stack-traces-enabled
- set-node-value
- set-outer-html
- undo
clj-chrome-devtools.commands.dom
This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object that has an id
. This id
can be used to get additional information on the Node, resolve it into the JavaScript object wrapper, etc. It is important that client receives DOM events only for the nodes that are known to the client. Backend keeps track of the nodes that were sent to the client and never sends the same node twice. It is client’s responsibility to collect information about the nodes that were sent to the client.
Note that iframe
owner elements will return corresponding document elements as their child nodes.
Public variables and functions:
- collect-class-names-from-subtree
- copy-to
- describe-node
- disable
- discard-search-results
- enable
- focus
- get-attributes
- get-box-model
- get-container-for-node
- get-content-quads
- get-document
- get-file-info
- get-flattened-document
- get-frame-owner
- get-node-for-location
- get-node-stack-traces
- get-nodes-for-subtree-by-style
- get-outer-html
- get-querying-descendants-for-container
- get-relayout-boundary
- get-search-results
- hide-highlight
- highlight-node
- highlight-rect
- mark-undoable-state
- move-to
- perform-search
- push-node-by-path-to-frontend
- push-nodes-by-backend-ids-to-frontend
- query-selector
- query-selector-all
- redo
- remove-attribute
- remove-node
- request-child-nodes
- request-node
- resolve-node
- scroll-into-view-if-needed
- set-attribute-value
- set-attributes-as-text
- set-file-input-files
- set-inspected-node
- set-node-name
- set-node-stack-traces-enabled
- set-node-value
- set-outer-html
- undo
clj-chrome-devtools.commands.dom-debugger
DOM debugging allows setting breakpoints on particular DOM operations and events. JavaScript execution will stop on these operations as if there was a regular breakpoint set.
clj-chrome-devtools.commands.dom-debugger
DOM debugging allows setting breakpoints on particular DOM operations and events. JavaScript execution will stop on these operations as if there was a regular breakpoint set.
clj-chrome-devtools.commands.dom-snapshot
This domain facilitates obtaining document snapshots with DOM, layout, and style information.
Public variables and functions:
clj-chrome-devtools.commands.dom-snapshot
This domain facilitates obtaining document snapshots with DOM, layout, and style information.
Public variables and functions:
clj-chrome-devtools.commands.dom-storage
Query and modify DOM storage.
Public variables and functions:
clj-chrome-devtools.commands.dom-storage
Query and modify DOM storage.
Public variables and functions:
clj-chrome-devtools.commands.emulation
This domain emulates different environments for the page.
Public variables and functions:
- can-emulate
- clear-device-metrics-override
- clear-geolocation-override
- clear-idle-override
- reset-page-scale-factor
- set-auto-dark-mode-override
- set-automation-override
- set-cpu-throttling-rate
- set-default-background-color-override
- set-device-metrics-override
- set-disabled-image-types
- set-document-cookie-disabled
- set-emit-touch-events-for-mouse
- set-emulated-media
- set-emulated-vision-deficiency
- set-focus-emulation-enabled
- set-geolocation-override
- set-idle-override
- set-locale-override
- set-navigator-overrides
- set-page-scale-factor
- set-script-execution-disabled
- set-scrollbars-hidden
- set-timezone-override
- set-touch-emulation-enabled
- set-user-agent-override
- set-virtual-time-policy
- set-visible-size
clj-chrome-devtools.commands.emulation
This domain emulates different environments for the page.
Public variables and functions:
- can-emulate
- clear-device-metrics-override
- clear-geolocation-override
- clear-idle-override
- reset-page-scale-factor
- set-auto-dark-mode-override
- set-automation-override
- set-cpu-throttling-rate
- set-default-background-color-override
- set-device-metrics-override
- set-disabled-image-types
- set-document-cookie-disabled
- set-emit-touch-events-for-mouse
- set-emulated-media
- set-emulated-vision-deficiency
- set-focus-emulation-enabled
- set-geolocation-override
- set-idle-override
- set-locale-override
- set-navigator-overrides
- set-page-scale-factor
- set-script-execution-disabled
- set-scrollbars-hidden
- set-timezone-override
- set-touch-emulation-enabled
- set-user-agent-override
- set-virtual-time-policy
- set-visible-size
clj-chrome-devtools.commands.event-breakpoints
EventBreakpoints permits setting breakpoints on particular operations and events in targets that run JavaScript but do not have a DOM. JavaScript execution will stop on these operations as if there was a regular breakpoint set.
Public variables and functions:
clj-chrome-devtools.commands.event-breakpoints
EventBreakpoints permits setting breakpoints on particular operations and events in targets that run JavaScript but do not have a DOM. JavaScript execution will stop on these operations as if there was a regular breakpoint set.
Public variables and functions:
clj-chrome-devtools.commands.fetch
A domain for letting clients substitute browser’s network layer with client code.
Public variables and functions:
clj-chrome-devtools.commands.fetch
A domain for letting clients substitute browser’s network layer with client code.
Public variables and functions:
clj-chrome-devtools.commands.headless-experimental
This domain provides experimental commands only supported in headless mode.
Public variables and functions:
clj-chrome-devtools.commands.headless-experimental
This domain provides experimental commands only supported in headless mode.
Public variables and functions:
clj-chrome-devtools.commands.io
Input/Output operations for streams produced by DevTools.
Public variables and functions:
clj-chrome-devtools.commands.io
Input/Output operations for streams produced by DevTools.
Public variables and functions:
clj-chrome-devtools.commands.media
This domain allows detailed inspection of media elements
clj-chrome-devtools.commands.media
This domain allows detailed inspection of media elements
clj-chrome-devtools.commands.network
Network domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc.
Public variables and functions:
- can-clear-browser-cache
- can-clear-browser-cookies
- can-emulate-network-conditions
- clear-accepted-encodings-override
- clear-browser-cache
- clear-browser-cookies
- continue-intercepted-request
- delete-cookies
- disable
- emulate-network-conditions
- enable
- enable-reporting-api
- get-all-cookies
- get-certificate
- get-cookies
- get-request-post-data
- get-response-body
- get-response-body-for-interception
- get-security-isolation-status
- load-network-resource
- replay-xhr
- search-in-response-body
- set-accepted-encodings
- set-attach-debug-stack
- set-blocked-ur-ls
- set-bypass-service-worker
- set-cache-disabled
- set-cookie
- set-cookies
- set-extra-http-headers
- set-request-interception
- set-user-agent-override
- take-response-body-for-interception-as-stream
clj-chrome-devtools.commands.network
Network domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc.
Public variables and functions:
- can-clear-browser-cache
- can-clear-browser-cookies
- can-emulate-network-conditions
- clear-accepted-encodings-override
- clear-browser-cache
- clear-browser-cookies
- continue-intercepted-request
- delete-cookies
- disable
- emulate-network-conditions
- enable
- enable-reporting-api
- get-all-cookies
- get-certificate
- get-cookies
- get-request-post-data
- get-response-body
- get-response-body-for-interception
- get-security-isolation-status
- load-network-resource
- replay-xhr
- search-in-response-body
- set-accepted-encodings
- set-attach-debug-stack
- set-blocked-ur-ls
- set-bypass-service-worker
- set-cache-disabled
- set-cookie
- set-cookies
- set-extra-http-headers
- set-request-interception
- set-user-agent-override
- take-response-body-for-interception-as-stream
clj-chrome-devtools.commands.overlay
This domain provides various functionality related to drawing atop the inspected page.
Public variables and functions:
- disable
- enable
- get-grid-highlight-objects-for-test
- get-highlight-object-for-test
- get-source-order-highlight-object-for-test
- hide-highlight
- highlight-frame
- highlight-node
- highlight-quad
- highlight-rect
- highlight-source-order
- set-inspect-mode
- set-paused-in-debugger-message
- set-show-ad-highlights
- set-show-container-query-overlays
- set-show-debug-borders
- set-show-flex-overlays
- set-show-fps-counter
- set-show-grid-overlays
- set-show-hinge
- set-show-hit-test-borders
- set-show-isolated-elements
- set-show-layout-shift-regions
- set-show-paint-rects
- set-show-scroll-bottleneck-rects
- set-show-scroll-snap-overlays
- set-show-viewport-size-on-resize
- set-show-web-vitals
clj-chrome-devtools.commands.overlay
This domain provides various functionality related to drawing atop the inspected page.
Public variables and functions:
- disable
- enable
- get-grid-highlight-objects-for-test
- get-highlight-object-for-test
- get-source-order-highlight-object-for-test
- hide-highlight
- highlight-frame
- highlight-node
- highlight-quad
- highlight-rect
- highlight-source-order
- set-inspect-mode
- set-paused-in-debugger-message
- set-show-ad-highlights
- set-show-container-query-overlays
- set-show-debug-borders
- set-show-flex-overlays
- set-show-fps-counter
- set-show-grid-overlays
- set-show-hinge
- set-show-hit-test-borders
- set-show-isolated-elements
- set-show-layout-shift-regions
- set-show-paint-rects
- set-show-scroll-bottleneck-rects
- set-show-scroll-snap-overlays
- set-show-viewport-size-on-resize
- set-show-web-vitals
clj-chrome-devtools.commands.page
Actions and events related to the inspected page belong to the page domain.
Public variables and functions:
- add-compilation-cache
- add-script-to-evaluate-on-load
- add-script-to-evaluate-on-new-document
- bring-to-front
- capture-screenshot
- capture-snapshot
- clear-compilation-cache
- clear-device-metrics-override
- clear-device-orientation-override
- clear-geolocation-override
- close
- crash
- create-isolated-world
- delete-cookie
- disable
- enable
- generate-test-report
- get-app-id
- get-app-manifest
- get-cookies
- get-frame-tree
- get-installability-errors
- get-layout-metrics
- get-manifest-icons
- get-navigation-history
- get-origin-trials
- get-permissions-policy-state
- get-resource-content
- get-resource-tree
- handle-java-script-dialog
- navigate
- navigate-to-history-entry
- print-to-pdf
- produce-compilation-cache
- reload
- remove-script-to-evaluate-on-load
- remove-script-to-evaluate-on-new-document
- reset-navigation-history
- screencast-frame-ack
- search-in-resource
- set-ad-blocking-enabled
- set-bypass-csp
- set-device-metrics-override
- set-device-orientation-override
- set-document-content
- set-download-behavior
- set-font-families
- set-font-sizes
- set-geolocation-override
- set-intercept-file-chooser-dialog
- set-lifecycle-events-enabled
- set-spc-transaction-mode
- set-touch-emulation-enabled
- set-web-lifecycle-state
- start-screencast
- stop-loading
- stop-screencast
- wait-for-debugger
clj-chrome-devtools.commands.page
Actions and events related to the inspected page belong to the page domain.
Public variables and functions:
- add-compilation-cache
- add-script-to-evaluate-on-load
- add-script-to-evaluate-on-new-document
- bring-to-front
- capture-screenshot
- capture-snapshot
- clear-compilation-cache
- clear-device-metrics-override
- clear-device-orientation-override
- clear-geolocation-override
- close
- crash
- create-isolated-world
- delete-cookie
- disable
- enable
- generate-test-report
- get-app-id
- get-app-manifest
- get-cookies
- get-frame-tree
- get-installability-errors
- get-layout-metrics
- get-manifest-icons
- get-navigation-history
- get-origin-trials
- get-permissions-policy-state
- get-resource-content
- get-resource-tree
- handle-java-script-dialog
- navigate
- navigate-to-history-entry
- print-to-pdf
- produce-compilation-cache
- reload
- remove-script-to-evaluate-on-load
- remove-script-to-evaluate-on-new-document
- reset-navigation-history
- screencast-frame-ack
- search-in-resource
- set-ad-blocking-enabled
- set-bypass-csp
- set-device-metrics-override
- set-device-orientation-override
- set-document-content
- set-download-behavior
- set-font-families
- set-font-sizes
- set-geolocation-override
- set-intercept-file-chooser-dialog
- set-lifecycle-events-enabled
- set-spc-transaction-mode
- set-touch-emulation-enabled
- set-web-lifecycle-state
- start-screencast
- stop-loading
- stop-screencast
- wait-for-debugger
clj-chrome-devtools.commands.performance-timeline
Reporting of performance timeline events, as specified in https://w3c.github.io/performance-timeline/#dom-performanceobserver.
Public variables and functions:
clj-chrome-devtools.commands.performance-timeline
Reporting of performance timeline events, as specified in https://w3c.github.io/performance-timeline/#dom-performanceobserver.
Public variables and functions:
clj-chrome-devtools.commands.runtime
Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects. Evaluation results are returned as mirror object that expose object type, string representation and unique identifier that can be used for further object reference. Original objects are maintained in memory unless they are either explicitly released or are released along with the other objects in their object group.
Public variables and functions:
- add-binding
- await-promise
- call-function-on
- compile-script
- disable
- discard-console-entries
- enable
- evaluate
- get-heap-usage
- get-isolate-id
- get-properties
- global-lexical-scope-names
- query-objects
- release-object
- release-object-group
- remove-binding
- run-if-waiting-for-debugger
- run-script
- set-async-call-stack-depth
- set-custom-object-formatter-enabled
- set-max-call-stack-size-to-capture
- terminate-execution
clj-chrome-devtools.commands.runtime
Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects. Evaluation results are returned as mirror object that expose object type, string representation and unique identifier that can be used for further object reference. Original objects are maintained in memory unless they are either explicitly released or are released along with the other objects in their object group.
Public variables and functions:
- add-binding
- await-promise
- call-function-on
- compile-script
- disable
- discard-console-entries
- enable
- evaluate
- get-heap-usage
- get-isolate-id
- get-properties
- global-lexical-scope-names
- query-objects
- release-object
- release-object-group
- remove-binding
- run-if-waiting-for-debugger
- run-script
- set-async-call-stack-depth
- set-custom-object-formatter-enabled
- set-max-call-stack-size-to-capture
- terminate-execution
clj-chrome-devtools.commands.storage
Public variables and functions:
- clear-cookies
- clear-data-for-origin
- clear-trust-tokens
- get-cookies
- get-interest-group-details
- get-trust-tokens
- get-usage-and-quota
- override-quota-for-origin
- set-cookies
- set-interest-group-tracking
- track-cache-storage-for-origin
- track-indexed-db-for-origin
- untrack-cache-storage-for-origin
- untrack-indexed-db-for-origin
clj-chrome-devtools.commands.storage
Public variables and functions:
- clear-cookies
- clear-data-for-origin
- clear-trust-tokens
- get-cookies
- get-interest-group-details
- get-trust-tokens
- get-usage-and-quota
- override-quota-for-origin
- set-cookies
- set-interest-group-tracking
- track-cache-storage-for-origin
- track-indexed-db-for-origin
- untrack-cache-storage-for-origin
- untrack-indexed-db-for-origin
clj-chrome-devtools.commands.system-info
The SystemInfo domain defines methods and events for querying low-level system information.
Public variables and functions:
clj-chrome-devtools.commands.system-info
The SystemInfo domain defines methods and events for querying low-level system information.
Public variables and functions:
clj-chrome-devtools.commands.target
Supports additional targets discovery and allows to attach to them.
Public variables and functions:
- activate-target
- attach-to-browser-target
- attach-to-target
- auto-attach-related
- close-target
- create-browser-context
- create-target
- detach-from-target
- dispose-browser-context
- expose-dev-tools-protocol
- get-browser-contexts
- get-target-info
- get-targets
- send-message-to-target
- set-auto-attach
- set-discover-targets
- set-remote-locations
clj-chrome-devtools.commands.target
Supports additional targets discovery and allows to attach to them.
Public variables and functions:
- activate-target
- attach-to-browser-target
- attach-to-target
- auto-attach-related
- close-target
- create-browser-context
- create-target
- detach-from-target
- dispose-browser-context
- expose-dev-tools-protocol
- get-browser-contexts
- get-target-info
- get-targets
- send-message-to-target
- set-auto-attach
- set-discover-targets
- set-remote-locations
clj-chrome-devtools.commands.tethering
The Tethering domain defines methods and events for browser port binding.
clj-chrome-devtools.commands.tethering
The Tethering domain defines methods and events for browser port binding.
clj-chrome-devtools.commands.web-audio
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/
Public variables and functions:
clj-chrome-devtools.commands.web-audio
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/
Public variables and functions:
clj-chrome-devtools.commands.web-authn
This domain allows configuring virtual authenticators to test the WebAuthn API.
clj-chrome-devtools.commands.web-authn
This domain allows configuring virtual authenticators to test the WebAuthn API.
clj-chrome-devtools.impl.connection
The remote debugging WebSocket connection
Public variables and functions:
clj-chrome-devtools.impl.connection
The remote debugging WebSocket connection
Public variables and functions:
clj-chrome-devtools.impl.define
Macro for defining a domain of commands.
Public variables and functions:
clj-chrome-devtools.impl.define
Macro for defining a domain of commands.
Public variables and functions:
clj-chrome-devtools.protocol-definitions
Loads CDP protocol definition JSON files for consumption by def macros.
Public variables and functions:
clj-chrome-devtools.protocol-definitions
Loads CDP protocol definition JSON files for consumption by def macros.
Public variables and functions: