A comprehensive solution for managing Android devices, it mirrors screen and audio from multiple devices to a PC, enabling control of up to 100 devices via mouse, keyboard, and voice. You can also control multiple devices from a single Android device. Features include object/coordinate synchronization and script automation. Widely used in Android devices management, centralized customer service systems, Android mobile app testing, and other fields. Visit our website (www.sigma-rt.com/en/tc/download/) to download the compatible Windows version and get started.
Main Functions:
β Screen & Audio Mirroring β Project multiple Android devices to a PC.
β Flexible Connection β Supports Wi-Fi, USB, and Ethernet.
β Recording & Screenshots β Capture screen and unlimited video recordings.
β PC Control Androids β Use a mouse, keyboard, screen, and microphone to control 1 to 100 Android devices from your PC.
β Devices Control β Control multiple devices from a single Android device.
β Notifications β View and reply to messages on your PC.
β Control with Screen Off β Operate your device while the screen is off to save battery.
β Multi-Device View β Open separate windows for each device (Windows Desktop Mode) or monitor multiple at once (Multi-Device Control Center).
β Automation β Object-based (UI elements) to replace coordinate-based actions and retrieval.
β Scripting β Supports JavaScript & REST API, with 200+ built-in APIs and easy expansion.
β AAIS β Simple command-based automation. Object-based capture and replay generate AAIS.
β Windows Input Support β Use native Windows language and input methods on Android devices.
Key Features:Β
β AAIS: Simple language for simple automation. The script written in AAIS can be run on 100 devices concurrently.
β Included powerful queries language to extract information or perform actions on certain nodes.
β Offset: {query:"T:Model name&&OX:1", action:"getText"} will obtain the model name of the device. OY/OX: will move forward or backward (negative value) to locate a node.
β Scroll to find: Can scroll until a query is found {query:"T:John", preAction:"scrollToView", action:"click"} will scroll until John is found and click on John.
β Line Mode: "LT" or "LB" for top/bottom line mode. {query:"LB:-1&&T:Chats&&OY:-1", action:"click"} will find the text on the last line of the screen, locate "Chats", move up one node (Chats icon) and click.
β Template: Provided template to limit the search. For instance: {query:"TP:textInput", action:"setText('Hello')"} will search for text field, type Hello on the first input field.
β You can compost multiple actions to accomplish a task: {query:"TP:textInput&&T:Type a message", actions:["setText(Hello)", "addQuery(OX:2)", "click"]}, this will enter "Hello" in the text field with hint of "Type a message", move right 2 nodes, click to send the message.
β With object-based turn on in MDCC, click on "OK" on the main device, it will send {query:"T:OK"} instead of coordinates to all selected devices. Object-based synchronization will work on devices with different resolutions and screen sizes.
β See "FindNode User Guide" for more information: https://www.sigma-rt.com/en/tc/find-node/
AAIS Example: Open Skype, scroll to search John, send text and back to main chats screen.
open "Skype"
wait "Favorites"
print "Skype is started"
find "John"
click "John"
text "Hello, John"
//Send button is second nodes from text field
click "TP:textInput&&OX:2"
//First back dismiss keyboard, second back go back to main screen
press Back
press Back
print "Done"
Learn more: https://www.sigma-rt.com/en/tc/aais/
β Suitable Model: Windows XP ~ Windows 11 / Android 6.x and above
β Website: http://www.sigma-rt.com/en/tc
β Getting Started: https://www.sigma-rt.com/en/tc/guide/
β Seek Technical Support: support@sigma-rt.com
β Product Cstomization or Bulk Discounts: sales@sigma-rt.com