UiPath Automation Developer Professional v1 — Question 64
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?
Answer options
- A. Input mode = Chromium API
- B. User Data Folder Mode = CustomFolder
- C. Input mode = Simulate
- D. WebDriver mode = Headless
Correct answer: C
Explanation
The correct answer is C, as 'Input mode = Simulate' allows the robot to interact with the web application programmatically without relying on visual feedback. Options A and D relate to different modes that either do not apply to Firefox or still depend on visual elements. Option B is irrelevant to the automation process in this context.