A developer configured the properties for a Type Into activity on an element inside a web page as shown in the following graphic. During runtime, the selector is invalid and does not match any element on the web page. What occurs during the execution of the sequence?


Correct Answer: B
1. Even if the activity is executed as the first one, the robot waits before its execution. By default, for 200 milliseconds, but in this case, the value in DelayBefore is set for 10 seconds.
2. If the corresponding selector cannot be found on the screen, the robot waits by default for 30 seconds for it to appear. If the corresponding selector cannot be found during those 30 seconds, an error is thrown. If ContinueOnError is set to True, then the error is ignored and the error message does not appear.
3. After executing the activity, the robot waits before executing the following activity. By default, for 300 milliseconds, but in this case, the value in DelayAfter is set for 1 minute. However, as the corresponding selector is not found, an error is thrown and the robot does not wait for DelayAfter, even if ContinueOnError is set to True.
UiPath Documentation
Exam Topic: Identify and describe the key Classic UI Activities' properties; for example, ContinueOnError, DelayBefore, DelayAfter, and Target.