activities
latest
false
UiPath logo, featuring letters U and I in white

UI Automation Activities

Last updated Mar 13, 2025

MobileOptions.TypeTextOptions Class

Use this class to further configure the TypeText API.

Definition

Namespace: UiPath.MobileAutomation.API.Models

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

Syntax

 [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]public class TypeTextOptions : TargetOptions, 
	IGenericTextInputOptions
The MobileOptions.TypeTextOptions type exposes the following members.

Constructors

 [object Object],[object Object],[object Object],[object Object],[object Object]public TypeTextOptions()
MobileOptions.TypeTextOptions
Initializes a new instance of the MobileOptions.TypeTextOptions class.

Properties

ContinueOnError Boolean
Specifies if the automation should continue even when the method throws an error. This parameter only supports Boolean values (true, false). The default value is alse. As a result, if the parameter is blank and an error is thrown, the execution of the project stops. If the value is set to true, the execution of the project continues regardless of any error.
DelayAfter
Delay time (in seconds) after executing the method. The default value is 0.3 seconds.
DelayBefore
Delay time (in seconds) before the method begins performing any operations. The default value is 0.2 seconds.
SendNewLine SendNewLine
Add a new line to the text. Similar to pressing the OK button on a mobile device keyboard.
Timeout
Specifies the amount of time (in seconds) to wait for a specified element to be found before an error is thrown. The default value is 30 seconds.

SendNewLine

Syntax

Property Value: Boolean

Add a new line to the text. Similar to pressing the OK button or Enter key on a mobile device keyboard.
 [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]public bool SendNewLine { get; set; }

Was this page helpful?

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