Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zai-org/Open-AutoGLM
/ functions
Functions
223 in github.com/zai-org/Open-AutoGLM
⨍
Functions
223
◇
Types & classes
32
Function
my_takeover
Manual takeover callback / 人工接管回调
examples/basic_usage.py:54
Function
press_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
Function
press_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
Function
quick_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
Function
quick_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
Function
quick_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
Method
restart_server
Restart the HDC server. Returns: Tuple of (success, message).
phone_agent/hdc/connection.py:333
Method
restart_server
Restart the ADB server. Returns: Tuple of (success, message).
phone_agent/adb/connection.py:305
Method
restart_wda
Restart WebDriverAgent (requires manual restart on device). Returns: Tuple of (success, message). Note:
phone_agent/xctest/connection.py:331
Function
restore_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
Function
restore_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
Function
save_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
Function
set_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
Method
step
Execute a single step of the agent. Useful for manual control or debugging. Args: task: Task description (only
phone_agent/agent_ios.py:130
Method
step_count
Get the current step count.
phone_agent/agent_ios.py:275
Method
step_count
Get the current step count.
phone_agent/agent.py:251
Function
swipe
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
Function
swipe
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
Function
tap
Tap at the specified coordinates. Args: x: X coordinate. y: Y coordinate. device_id: Optional HDC device ID.
phone_agent/hdc/device.py:80
Function
tap
Tap at the specified coordinates. Args: x: X coordinate. y: Y coordinate. device_id: Optional ADB device ID.
phone_agent/adb/device.py:41
Function
type_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
Function
type_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
Function
update_timing_config
Update the global timing configuration. Args: action: New action timing configuration. device: New device timing configurati
phone_agent/config/timing.py:129
← previous
201–223 of 223, ranked by callers