Activities
latest
false
Banner background image
UI Automation Activities
Last updated Apr 26, 2024

ExecuteCommand

Execute native mobile commands that are not associated with a specific endpoint. For example, you can retrieve the battery info or dismiss alerts (see Appium Commands).

Definition

Namespace: UiPath.MobileAutomation.API.Models

Assembly: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

ExecuteCommand(string, Dictionary<string,Object>,MobileOptions.ExecuteCommandOptions)

ExecuteCommand(
	    string command,
	    Dictionary<string, Object> parameters = null,
	    MobileOptions.ExecuteCommandOptions options = null
)ExecuteCommand(
	    string command,
	    Dictionary<string, Object> parameters = null,
	    MobileOptions.ExecuteCommandOptions options = null
)
command String
The command that you want to execute.
parameters Dictionary< String, Object> (Optional)
A Dictionary<TKey, TValue>) containing the list of parameter names and their corresponding values.
options MobileOptions.ExecuteCommandOptions (Optional)
Specifies the MobileOptions.ExecuteCommandOptions for the ExecuteCommand action. Default value is null.

Return value

Returns the result of the executed command as object of type (Object)

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.