MCPcopy Create free account

hub / github.com/zai-org/Open-AutoGLM / functions

Functions223 in github.com/zai-org/Open-AutoGLM

Functionmy_takeover
Manual takeover callback / 人工接管回调
examples/basic_usage.py:54
Functionpress_button
Press a physical button. Args: button_name: Button name (e.g., "home", "volumeUp", "volumeDown"). wda_url: WebDriverAgent UR
phone_agent/xctest/device.py:431
Functionpress_enter
Press the Enter/Return key. Args: wda_url: WebDriverAgent URL. session_id: Optional WDA session ID. delay: Delay in
phone_agent/xctest/input.py:167
Functionquick_connect
Quick helper to connect to a remote device. Args: address: Device address (e.g., "192.168.1.100" or "192.168.1.100:5555"). Retu
phone_agent/hdc/connection.py:359
Functionquick_connect
Quick helper to check iOS device connection and WDA status. Args: wda_url: WebDriverAgent URL. Returns: Tuple of (succe
phone_agent/xctest/connection.py:351
Functionquick_connect
Quick helper to connect to a remote device. Args: address: Device address (e.g., "192.168.1.100" or "192.168.1.100:5555"). Retu
phone_agent/adb/connection.py:331
Methodrestart_server
Restart the HDC server. Returns: Tuple of (success, message).
phone_agent/hdc/connection.py:333
Methodrestart_server
Restart the ADB server. Returns: Tuple of (success, message).
phone_agent/adb/connection.py:305
Methodrestart_wda
Restart WebDriverAgent (requires manual restart on device). Returns: Tuple of (success, message). Note:
phone_agent/xctest/connection.py:331
Functionrestore_keyboard
Restore the original keyboard IME. Args: ime: The IME identifier to restore. device_id: Optional HDC device ID for multi-dev
phone_agent/hdc/input.py:124
Functionrestore_keyboard
Restore the original keyboard IME. Args: ime: The IME identifier to restore. device_id: Optional ADB device ID for multi-dev
phone_agent/adb/input.py:90
Functionsave_screenshot
Save a screenshot to a file. Args: screenshot: Screenshot object. file_path: Path to save the screenshot. Returns:
phone_agent/xctest/screenshot.py:185
Functionset_pasteboard
Set the device pasteboard (clipboard) content. Args: text: Text to set in pasteboard. wda_url: WebDriverAgent URL. Note
phone_agent/xctest/input.py:241
Methodstep
Execute a single step of the agent. Useful for manual control or debugging. Args: task: Task description (only
phone_agent/agent_ios.py:130
Methodstep_count
Get the current step count.
phone_agent/agent_ios.py:275
Methodstep_count
Get the current step count.
phone_agent/agent.py:251
Functionswipe
Swipe from start to end coordinates. Args: start_x: Starting X coordinate. start_y: Starting Y coordinate. end_x: En
phone_agent/hdc/device.py:161
Functionswipe
Swipe from start to end coordinates. Args: start_x: Starting X coordinate. start_y: Starting Y coordinate. end_x: En
phone_agent/adb/device.py:121
Functiontap
Tap at the specified coordinates. Args: x: X coordinate. y: Y coordinate. device_id: Optional HDC device ID.
phone_agent/hdc/device.py:80
Functiontap
Tap at the specified coordinates. Args: x: X coordinate. y: Y coordinate. device_id: Optional ADB device ID.
phone_agent/adb/device.py:41
Functiontype_text
Type text into the currently focused input field. Args: text: The text to type. Supports multi-line text with newline characters.
phone_agent/hdc/input.py:10
Functiontype_text
Type text into the currently focused input field. Args: text: The text to type. wda_url: WebDriverAgent URL. session
phone_agent/xctest/input.py:26
Functionupdate_timing_config
Update the global timing configuration. Args: action: New action timing configuration. device: New device timing configurati
phone_agent/config/timing.py:129
← previous201–223 of 223, ranked by callers