Launch the application located at the specified filepath. Or, specify app (i.e. win32calc.exe/notepad.exe/etc.)
Namespace:
AppRobotic
Assembly:
AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax public AutomationElement RunApplication(
string ApplicationFullPath
)
Parameters
- ApplicationFullPath
- Type: SystemString
[Missing <param name="ApplicationFullPath"/> documentation for "M:AppRobotic.API.RunApplication(System.String)"]
Return Value
Type:
AutomationElementReturns either the Application AutomationElement object, or null. Any errors encountered are written to the Error Log.
See Also