Create finger paths using input points that will be executed on the screen device.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PressType | In | InArgument<UiPath.MobileAutomation.Enums.PressTypeEnum> |
✓ | ||
| WaitTime | In | InArgument<Int32> |
✓ | 200 |
|
| DelayAfter | In | InArgument<Double> |
0,3 |
||
| DelayBefore | In | InArgument<Double> |
0,2 |
||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| CoordinatesType | property | UiPath.MobileAutomation.Enums.CoordinatesTypeEnum |
Returns True if an element with specified selector exists in current context and False otherwise.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Exists | Out | OutArgument<Boolean> |
|||
| Timeout | In | InArgument<Double> |
30 |
||
| DelayAfter | In | InArgument<Double> |
0,3 |
||
| DelayBefore | In | InArgument<Double> |
0,2 |
||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Target | property | UiPath.MobileAutomation.Models.Target |
Executes Appium mobile commands. WARNING: Please check the available commands for your Appium version.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Command | In | InArgument<String> |
✓ | ||
| Parameters | In | InArgument<Dictionary<String, Object>> |
|||
| Output | Out | OutArgument<Object> |
|||
| DelayAfter | In | InArgument<Double> |
0,3 |
||
| DelayBefore | In | InArgument<Double> |
0,2 |
||
| ContinueOnError | In | InArgument<Boolean> |
Get an attribute of an element
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| AttributeName | In | InArgument<String> |
✓ | ||
| Attribute | Out | OutArgument<String> |
|||
| Timeout | In | InArgument<Double> |
30 |
||
| DelayAfter | In | InArgument<Double> |
0,3 |
||
| DelayBefore | In | InArgument<Double> |
0,2 |
||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Target | property | UiPath.MobileAutomation.Models.Target |
Get the current device orientation
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Orientation | Out | OutArgument<UiPath.MobileAutomation.Enums.ScreenOrientation> |
|||
| ContinueOnError | In | InArgument<Boolean> |
Get logs for a log type
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| LogType | In | InArgument<String> |
✓ | ||
| LogFilePath | In | InArgument<String> |
✓ | ||
| AppendToLogFile | In | InArgument<Boolean> |
✓ | True |
|
| ContinueOnError | In | InArgument<Boolean> |
Get all available log types for a session
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| LogTypes | Out | OutArgument<String[]> |
|||
| ContinueOnError | In | InArgument<Boolean> |
Install an app using the path of it
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PageSourceFilePath | In | InArgument<String> |
✓ | ||
| ContinueOnError | In | InArgument<Boolean> |
Get the selected item(s) from a target element.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SelectedItem | Out | OutArgument<String> |
|||
| Timeout | In | InArgument<Double> |
30 |
||
| DelayAfter | In | InArgument<Double> |
0,3 |
||
| DelayBefore | In | InArgument<Double> |
0,2 |
||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Target | property | UiPath.MobileAutomation.Models.Target |
Get the system time from a mobile device
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SystemTime | Out | OutArgument<DateTime> |
|||
| ContinueOnError | In | InArgument<Boolean> |
Extracts the text from a specified UI element.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Text | Out | OutArgument<String> |
|||
| Timeout | In | InArgument<Double> |
30 |
||
| DelayAfter | In | InArgument<Double> |
0,3 |
||
| DelayBefore | In | InArgument<Double> |
0,2 |
||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Target | property | UiPath.MobileAutomation.Models.Target |
Manage an app using a command
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Command | In | InArgument<UiPath.MobileAutomation.Enums.ManageCurrentAppCommandEnum> |
✓ | Mono.Cecil.CustomAttributeArgument |
|
| Result | Out | OutArgument<Boolean> |
|||
| ContinueOnError | In | InArgument<Boolean> |
Manage other app using commands
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Command | In | InArgument<UiPath.MobileAutomation.Enums.ManageOtherAppCommandEnum> |
✓ | Mono.Cecil.CustomAttributeArgument |
|
| App | In | InArgument<String> |
✓ | ||
| Result | Out | OutArgument<Boolean> |
|||
| ContinueOnError | In | InArgument<Boolean> |
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| AppiumUrl | In | InArgument<String> |
|||
| StartPage | In | InArgument<String> |
|||
| InputConnection | In | InArgument<UiPath.MobileAutomation.Activities.MobileDevice> |
|||
| OutputConnection | Out | OutArgument<UiPath.MobileAutomation.Activities.MobileDevice> |
|||
| ContinueOnError | In | InArgument<Boolean> |
|||
| SingleInstanceForDevelopment | In | InArgument<Boolean> |
|||
| WaitForPageUpdateDevelopment | In | InArgument<Boolean> |
|||
| UseExistingOpenConnection | In | InArgument<Boolean> |
|||
| LoggingEnabled | In | InArgument<Boolean> |
|||
| VideoRecordingEnabled | In | InArgument<Boolean> |
|||
| VideoRecordingTimeLimit | In | InArgument<Int32> |
|||
| VideoRecordingQuality | In | InArgument<UiPath.MobileAutomation.Models.VideoQuality> |
|||
| LoggingFolderPath | In | InArgument<String> |
|||
| CollectScreenshot | In | InArgument<UiPath.MobileAutomation.Models.Collect> |
|||
| CollectPageSource | In | InArgument<UiPath.MobileAutomation.Models.Collect> |
|||
| MirroringEnabled | In | InArgument<Boolean> |
True |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Arguments | property | Dictionary<String, Argument> |
|
| HttpHeaders | property | Dictionary<String, Argument> |
|
| Close | property | Nullable<UiPath.MobileAutomation.Activities.Enums.MobileConnectionCloseMode> |
Go to a deeplink inside an application
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Url | In | InArgument<String> |
✓ | ||
| App | In | InArgument<String> |
|||
| DelayAfter | In | InArgument<Double> |
0,3 |
||
| DelayBefore | In | InArgument<Double> |
0,2 |
||
| ContinueOnError | In | InArgument<Boolean> |
Open a certain URL in the current active web browser.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Url | In | InArgument<String> |
✓ | ||
| ContinueOnError | In | InArgument<Boolean> |
Swipes to a pre-set screen position, starting from one point to another. WARNING: This activity should only be used in scenarios where automating a control using a standard Swipe activity is not possible and where we do not expect to support multiple screen sizes with the same workflow, as coordinates are normally device-specific.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| StartPointX | In | InArgument<Double> |
✓ | ||
| StartPointY | In | InArgument<Double> |
✓ | ||
| EndPointX | In | InArgument<Double> |
✓ | ||
| EndPointY | In | InArgument<Double> |
✓ | ||
| SwipePressTime | In | InArgument<Int64> |
✓ | 4000 |
|
| DelayAfter | In | InArgument<Double> |
0,3 |
||
| DelayBefore | In | InArgument<Double> |
0,2 |
||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| CoordinatesType | property | UiPath.MobileAutomation.Enums.CoordinatesTypeEnum |
Press a hardware button on the connected device
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| HardwareButton | In | InArgument<UiPath.MobileAutomation.Enums.HardwareButton> |
|||
| DelayAfter | In | InArgument<Double> |
0,3 |
||
| DelayBefore | In | InArgument<Double> |
0,2 |
||
| ContinueOnError | In | InArgument<Boolean> |
Set the current device geographic location
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Latitude | In | InArgument<Double> |
|||
| Longitude | In | InArgument<Double> |
|||
| Altitude | In | InArgument<Double> |
|||
| DelayAfter | In | InArgument<Double> |
0,3 |
||
| DelayBefore | In | InArgument<Double> |
0,2 |
||
| ContinueOnError | In | InArgument<Boolean> |
Change and get the orientation of the connected device
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DesiredOrientation | In | InArgument<UiPath.MobileAutomation.Activities.Enums.DeviceOrientationEnum> |
✓ | ||
| Orientation | Out | OutArgument<UiPath.MobileAutomation.Enums.ScreenOrientation> |
|||
| ContinueOnError | In | InArgument<Boolean> |
Set the selected item(s) on a target element.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SelectedItem | In | InArgument<String> |
|||
| Timeout | In | InArgument<Double> |
30 |
||
| DelayAfter | In | InArgument<Double> |
0,3 |
||
| DelayBefore | In | InArgument<Double> |
0,2 |
||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Target | property | UiPath.MobileAutomation.Models.Target |
Set text of a indicated target
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Text | In | InArgument<String> |
|||
| SecureText | In | InArgument<Security.SecureString> |
|||
| TapBefore | In | InArgument<UiPath.MobileAutomation.Activities.Enums.SetTextTapBefore> |
✓ | ||
| SendNewLine | In | InArgument<Boolean> |
✓ | ||
| ClearText | In | InArgument<Boolean> |
✓ | ||
| Timeout | In | InArgument<Double> |
30 |
||
| DelayAfter | In | InArgument<Double> |
0,3 |
||
| DelayBefore | In | InArgument<Double> |
0,2 |
||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Target | property | UiPath.MobileAutomation.Models.Target |
Swipe in a mobile application
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SwipeDirection | In | InArgument<UiPath.MobileAutomation.Enums.SwipeDirection> |
✓ | ||
| MaxNumberOfSwipes | In | InArgument<Int32> |
|||
| Timeout | In | InArgument<Double> |
30 |
||
| DelayAfter | In | InArgument<Double> |
0,3 |
||
| DelayBefore | In | InArgument<Double> |
0,2 |
||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Container | property | UiPath.MobileAutomation.Models.Target |
|
| Target | property | UiPath.MobileAutomation.Models.Target |
Get screenshot from a mobile device
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Screenshot | Out | OutArgument<Drawing.Image> |
|||
| Width | Out | OutArgument<Int32> |
|||
| Height | Out | OutArgument<Int32> |
|||
| ContinueOnError | In | InArgument<Boolean> |
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| StartPointX | In | InArgument<Double> |
✓ | ||
| StartPointY | In | InArgument<Double> |
✓ | ||
| EndPointX | In | InArgument<Double> |
✓ | ||
| EndPointY | In | InArgument<Double> |
✓ | ||
| Screenshot | Out | OutArgument<Drawing.Image> |
|||
| Timeout | In | InArgument<Double> |
30 |
||
| DelayAfter | In | InArgument<Double> |
0,3 |
||
| DelayBefore | In | InArgument<Double> |
0,2 |
||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| CoordinatesType | property | UiPath.MobileAutomation.Enums.CoordinatesTypeEnum |
Tap a specified UI element.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| TapType | In | InArgument<UiPath.MobileAutomation.Enums.TapTypeEnum> |
✓ | Mono.Cecil.CustomAttributeArgument |
|
| Timeout | In | InArgument<Double> |
30 |
||
| DelayAfter | In | InArgument<Double> |
0,3 |
||
| DelayBefore | In | InArgument<Double> |
0,2 |
||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Target | property | UiPath.MobileAutomation.Models.Target |
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Text | In | InArgument<String> |
|||
| SecureText | In | InArgument<Security.SecureString> |
|||
| SendNewLine | In | InArgument<Boolean> |
✓ | ||
| DelayAfter | In | InArgument<Double> |
0,3 |
||
| DelayBefore | In | InArgument<Double> |
0,2 |
||
| ContinueOnError | In | InArgument<Boolean> |