What can you use to close the window without stopping the workflow?
While automating an installation wizard, a pop-up window may or may not appear. What can you use to close the window without stopping the workflow?A . Use a Click activity inside a Try Catch activity.B . Use a Click activity with the ContinueOnError property set to True.C . Use a...
What is the expected result of executing "PrimaryWorkflow.xaml"?
You are invoking a workflow file called SecondaryWorkflow.xaml from PrimaryWorkflow.xaml. The following shows the Import Arguments panel of the Invoke Workflow File activity: In addition, the following reflects the Arguments panel in SecondaryWorkflow.xaml: You use a Log Message activity in "SecondaryWorkflow.xaml" to print the value of the argument "in_WelcomeMessage". What...
What is the result after the activity has executed?
A database, DT1, is shown in the following exhibit: The Filter Wizard of a Filter Data Table activity is shown below: What is the result after the activity has executed?A . DT1 is unaffected by the settings of the Filter Wizard.B . DT1 is returned as an empty datatable.C ....
If the target element is not found during execution in Debug mode, how long will it take until an error is thrown?
A developer configured the Activity Project Settings for a UI automation and a Click activity in the project shown in the following exhibits: If the target element is not found during execution in Debug mode, how long will it take until an error is thrown?A . 10 secondsB . 15...
When fine-tuning a dynamic selector, how many characters does "*" replace?
When fine-tuning a dynamic selector, how many characters does "*" replace?A . Zero or moreB . Exactly oneC . One or moreD . More than oneView AnswerAnswer: A
In order to successfully add this library as a dependency to the project, what should be used?
A developer published a library component for use within UiPath Studio. In order to successfully add this library as a dependency to the project, what should be used?A . Invoke Com Method activityB . Imports PanelC . Invoke Method activityD . Manage Packages WindowView AnswerAnswer: D Explanation: Reference: https://docs.uipath.com/studio/docs/creating-basic-library
If a developer wants to use a variable of type UIElement to identify a button in a Click activity, which property must be manually configured during development?
If a developer wants to use a variable of type UIElement to identify a button in a Click activity, which property must be manually configured during development?A . ElementB . SelectorC . ClippingRegionD . WaitForReadyView AnswerAnswer: B Explanation: Reference: https://docs.uipath.com/activities/docs/click
Which input method(s) will automatically empty the target input fields?
You are developing a .xaml file to interact with multiple fields of a web page. You want to Auto Empty the fields that require input. Which input method(s) will automatically empty the target input fields?A . "SendWindowMessages" onlyB . "Default" and "SimulateType"C . "SimulateType" onlyD . "SimulateType" and "SendWindowMessages"View AnswerAnswer:...
In UiPath Studio, which recommended type of workflow meets this requirement?
A developer wants to design a process in which multiple decision points will be used to accommodate complex scenarios. In UiPath Studio, which recommended type of workflow meets this requirement?A . State MachineB . SequenceC . Global Exception HandlerD . FlowchartView AnswerAnswer: D Explanation: Reference: https://docs.uipath.com/studio/docs/workflow-design
Which workflow activity requires modifications to some of the properties' default values to ensure this process runs in the background?
Allow the user to interact with separate desktop applications at the same time. Which workflow activity requires modifications to some of the properties' default values to ensure this process runs in the background?A . Get TextB . Element ExistsC . Select ItemD . Type IntoView AnswerAnswer: D