Exam UiADPv1 All QuestionsBrowse all questions from this 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?

    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
milindkumarOption: D

D is the correct one

AndresPCOption: D

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

AndresPCOption: D

D is the correct one