UiADPv1 Exam QuestionsBrowse all questions from this exam

UiADPv1 Exam - Question 100


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?

Show Answer
Correct Answer: D

To automate a web application without relying on visual elements on screen, the developer should use the WebDriver protocol in Headless mode. This allows the automation to be executed in the background without the need for any visual elements or browser windows to be actually open on the screen.

Discussion

3 comments
Sign in to comment
AndresPCOption: D
Feb 14, 2024

D is the correct one

AndresPCOption: D
Feb 23, 2024

D is the correct one In the UiPath Platform, the WebDriver protocol introduces support for headless browser automations. This means that browser automations don't necessarily have to rely on visual elements on screen, such as window frames. Automations are executed in the background, without you having to keep up the browser window https://docs.uipath.com/studio/standalone/2022.10/user-guide/about-the-webdriver-protocol

milindkumarOption: D
Feb 29, 2024

D is the correct one