A developer needs to create an automation process that identifies a file with format "Monthly_Report_MMddyyyy.xlsx". The file name is saved to a variable called strinput.To extract the date from strinput, which string manipulation method should be used?
A developer met with a rental car company to review their business requirements which takes reservations from a Microsoft Outlook email box. The company has indicated the following occurs in their application:1. Login to the rental car company's desktop application2. Navigate to the Rental Requests section3. Get emails from their Microsoft Outlook account4. Extract data from the current email and add it to the queue5. For each Queue Item:- a) Navigate to the Reservations section- b) Add the booking details into the Reservations section- c) Close the current reservation and move to a new one6. Log out and close the company's applicationThe developer needs to create a process using the Dispatcher/Performer architecture for the company.Which steps will be included in the Dispatcher process?
You want to automate a process on the https://acme-test.uipath.com/work-items web page. On this page, the following table is displayed:You observe that the selector of the element highlighted in red is:<html app='chrome.exe' title='ACME System 1 - Work Items' /><webctrl tag='TABLE' /><webctrl tag='TD' tableCol='2' tableRow='2' />What is a valid selector to get the 5-th element in the WIID column?
You want to identify a selector for a button in an application. The selector will be used as the target in a Click activity.In order to ensure the Click activity executes as intended, how many elements should the selector be valid for at runtime?
A developer used title='1 writtenNotes - Notepad' as an attribute of a selector. The first character of the Notepad file name changes dynamically based on the .txt file used to open the file.If the developer wants the selector to identify the Notepad by everything but the first character, how should title be replaced?
HOTSPOT -A developer wants to use the Robotic Enterprise (RE) Framework to automate a business process. The TransactionData of this process is a collection(List<String>) of vendor names.From the drop-down list shown in the exhibit, select the variable type for the TransactionItem.