UiPath-ADPv1 無料問題集「UiPath (ADPv1) Automation Developer Professional」
A developer plans to create a process to automate a web application using the Firefox browser. The goal Is to have the robot work with the web application without relying on visual elements on screen.
To achieve this goal, what option should the developer use for the Use Application/Browser activity?
To achieve this goal, what option should the developer use for the Use Application/Browser activity?
正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A developer aims to employ the REFramework for automating a business process that Involves a TransactionData collection (DataTable) comprising vendor names and addresses.
Instructions: Choose the appropriate variable type for the Transactionltem from the provided drop-down list in the following exhibit.


Instructions: Choose the appropriate variable type for the Transactionltem from the provided drop-down list in the following exhibit.


正解:

Explanation:
The REFramework (Robotic Enterprise Framework) in UiPath is designed to work with transactional data.
For a process that involves iterating over a DataTable where each row represents a transaction item, the appropriate variable type for the TransactionItem would be a DataRow.
In the context of REFramework, a DataRow is typically used to represent a single transaction item when the transaction data is contained within a DataTable. This allows the framework to process each row (or transaction) one by one.
Therefore, the correct variable type for the TransactionItem from the drop-down list should be DataRow.