MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / accessibility_snapshot

Method accessibility_snapshot

packages/server/src/native/bridge.rs:594–600  ·  view source on GitHub ↗
(
        &self,
        udid: &str,
        point: Option<(f64, f64)>,
    )

Source from the content-addressed store, hash-verified

592 }
593
594 pub fn accessibility_snapshot(
595 &self,
596 udid: &str,
597 point: Option<(f64, f64)>,
598 ) -> Result<serde_json::Value, AppError> {
599 self.accessibility_snapshot_with_max_depth(udid, point, None)
600 }
601
602 pub fn accessibility_snapshot_with_max_depth(
603 &self,

Callers 2

accessibility_root_sizeFunction · 0.80
wait_for_batch_selectorFunction · 0.80

Tested by

no test coverage detected