A developer is using UiExplorer to modify selectors. The "Repair" button is present in UiExplorer. What is its functionality and when does this button appear?
In the UiPath Robotic Enterprise Framework template, if a System Error is encountered in the Process Transaction state of the Main workflow, which state is executed next?
Options are :
What recording wizard would you use to automate UI interactions in an application that does not offer support for selectors?
Options are :
A developer wants to use a Basic recorder to capture several clicks on a website. What type of selectors will be generated during recording?
A developer initialized the following dictionary:
sampleDictionary = New Dictionary(Of String, String) From { {“HUB Academy”, “RPA”}, {“UiPath”, “Certificate”} }
How to return the value "Certificate" from this dictionary?
A foreground process is running on the user's machine. A developer starts a new background process on the same machine while the foreground process is still running. What will happen in such situation?
What is the Attach Window activity used for?
Options are :
Which of the following statements are true? Select all the options that apply.
Options are :
Please choose the correct statement about the usage of wildcards in selectors.
You need to collect employees data and send it by email as an Excel file. What type of workflow is the most suitable for the final part, which adds the file attachment, formats the email, and sends it?
Options are :