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

Function withSettingsPane

scripts/bench/agent-control-benchmark.mjs:760–775  ·  view source on GitHub ↗
(udid)

Source from the content-addressed store, hash-verified

758}
759
760async function withSettingsPane(udid) {
761 await withSettingsRoot(udid);
762 run(
763 simdeckBin,
764 [
765 "tap",
766 "--id",
767 screenTimeId,
768 "--expect-id",
769 backButtonId,
770 "--expect-timeout-ms",
771 "5000",
772 ],
773 { timeoutMs: 10000, allowFailure: true },
774 );
775}
776
777async function withAgentDeviceSettingsRoot(udid) {
778 run(

Callers 2

benchmarkSimDeckFunction · 0.85
benchmarkArgentFunction · 0.85

Calls 2

withSettingsRootFunction · 0.85
runFunction · 0.70

Tested by

no test coverage detected