MCPcopy Create free account
hub / github.com/Action-State-Labs/android-action-kernel / _execute_wait

Function _execute_wait

actions.py:104–107  ·  view source on GitHub ↗

Wait for UI to load.

()

Source from the content-addressed store, hash-verified

102
103
104def _execute_wait() -> None:
105 """Wait for UI to load."""
106 print("⏳ Waiting...")
107 time.sleep(2)
108
109
110def _execute_done() -> None:

Callers 1

execute_actionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected