Questions tagged [uipath-robot]

The Robot is UiPath’s execution agent that enables you to run workflows built in Studio.

The Robot is UiPath’s execution agent that enables you to run workflows built in Studio.

A Robot is installed as a Windows Service by default. As a result, the Robot can open Windows sessions (interactive or non-interactive), under the Local System account, and has all the rights of a Windows service.

Robots can also be installed in a user mode. For your Robot, this means that it has the exact same rights as the user under which it has been installed. This is also available for HD Robots.

References

85 questions
6
votes
5 answers

Create Robot in UiPath Orchestrator

I have been working with UiPath Studio to automate workflows and was successful. Now I want to create a UiPath Orchestrator Robot to deploy on my machine. I create a machine in UiPath Orchestrator, but while creating a robot, I am not able to find…
4
votes
3 answers

How to execute a workflow on a PC which doesn't have the UiPath Studio or UiPath Robot installed?

How to execute a workflow on a PC which doesn't have the UiPath Studio or UiPath Robot installed? I have been working with UiPath to automate workflows using UiPath Studio and UiPath Robot (both locally and on localhost through Orchestrator) and was…
undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
3
votes
1 answer

How UiPath robot select the queue items to process based on deadline and priority?

I took so many attempts for the RPA practice questions, the only question I did wrong is this particular question, can someone help me for the explanation?
3
votes
3 answers

Click on a button multiple times until the color changes to a specific color in UiPath

In uipath, how to click on a button by it's color for multiple times until the color changes? Initially the color of the button is red and I want to click on it until it turned to green.
Gedion
  • 31
  • 2
2
votes
1 answer

You are not authenticated! Error code: 0 exception occurred only for UiPath background process

I started a development using the UiPath template called ‘Background Process’ and currently I’m facing an issue when reading orchestrator assets. It throws the error ‘You are not authenticated! Error code: 0’. But when I tried out UiPath…
2
votes
2 answers

How to clear chrome browser history in uipath?

Tried using in this way but not working
2
votes
1 answer

UiPath Get Text crashes robot

I'm trying to get a text from a textfield with Get Text, but in some cases this field is optional and the robot crashes because it doesn't have anything in the field.
joaoboconcelo
  • 23
  • 1
  • 4
2
votes
1 answer

How do you access a UiPath StudioX activity from Studio?

I’m working with UiPath Studio but need the features of an activity I used with StudioX. How do you access StudioX activities from Studio?
2
votes
0 answers

How do i check if mail body contains a Password and extract from email body?

I was trying to do a for each activity, for each mail check if there is regular expression in mailbody then I want to if there is this regular expression in mail body After checking I want to save the file path of attachment in that email and the…
2
votes
3 answers

How do i extract text from email body using UiPath?

I would like to know how do I extract the password form the email body. The password is used to open files in the attachment. How should I approach this? Do I extract the password and store it in an excel file or is there a better way to open the…
Jun Liang
  • 71
  • 1
  • 7
2
votes
3 answers

How do I open password protected file using UiPath?

I am using UiPath to create a robot to get files from email. Some files are password protected and some files are not protected. The password-protected files are sent in with a password in email body. Example email From: ABC Sent:…
Jun Liang
  • 71
  • 1
  • 7
2
votes
2 answers

Is UiPath Studio considered a 'no-code' or 'low-code' development environment?

I keep hearing the terms low-code and no-code for development environments. I've always written code in full fledged C# environments, so this UiPath Studio UI is a bit strange to me. Is UiPath Studio categorized as a 'no-code' development…
2
votes
2 answers

What is a valid IEnumerable UiPath data type for UiPath QueueItems

I am trying to configure the UiPath get queue items activity but when I specify the QueueItemData variable as the output it gives a warning asking for a generic IEnumerable object. What is the proper UiPath queue object to use when a IRnumerable…
2
votes
1 answer

How to close the child tab using Close tab activity in UIPath

UiPath is closing the main window instead of child window. I have defined a browser variable in the attach browser activity and passed that browser variable to the Close tab activity. The main Chrome window is still getting closed. Also attached…
Carolyn Cordeiro
  • 1,525
  • 3
  • 11
  • 26
2
votes
2 answers

UI Path configuration and organization questions

UI Path configuration question Dear all, Just wanted to understand your take on these questions. Relative newbie here. I have a parent workflow invoking 12-15 child workflows. A) The parent reads all configuration settings and passes those on to…
1
2 3 4 5 6