1.

What are the different properties in UiPath?

Answer»

UiPath provides a number of activities that aid in the automation of desktop and web-based applications. In the activity panel under UI automation, properties describe such activities that are utilized for automating apps. ContinueOnError, Delay Before, Delay After, TimeoutMS, Target, and WaitForReady are the core attributes of any project.

  • ContinueOnError: This is utilized when we want our automation to keep running even if there is an ISSUE in the activity. The DEFAULT value is 'False'. When an activity inside the 'try catch' is set to 'True,' the project will not show any errors.
  • Delay Before: This command is USED to pause the automation before doing a specified task.
  • Delay After: This command is used to SUSPEND the automation after COMPLETING a certain task.
  • TimeoutMS: It's used to locate an element before an error message appears.
  • Target: Prior to the start of an activity, the target is used to identify the element.


Discussion

No Comment Found