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
2
votes
1 answer

Is UiPath Orchestrator mandatory to create and deploy a UiPath Robot on localhost?

I have been working with UiPath Studio to automate workflows and was successful. Now I want to create a UiPath Robot to deploy only on my localhost. I have followed a couple of videos, e.g. UiPath Tutorials For Beginners - Deploying a bot to…
undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
2
votes
2 answers

UI path Robot Manager

Is UiPath robot tool available with free UiPath Community Edition? I tried using UiPath Studio and Orchestrator but I'm unable to see my published files on Orchestrator, because UiPath Robot is not there on my system. Does is require license or full…
1
vote
2 answers

can i use the type secure text activity without using the get credentials activity?

I am new to uipath and i am struck with automating our college website login. I am suggested to use the "type secure text" activity to secure the password that has to be entered in the password field. but it was not present in activity panel.…
1
vote
0 answers

UiPath selectors not working in Microsoft Remote Desktop app

I'm trying to build a robot which is run on my local system but acts upon the Remote Desktop through UiPath's Native RDP support. I've installed the Microsoft Remote Desktop Apps extension on my local system, and the Remote Runtime in my desitnation…
1
vote
1 answer

Find and select checkbox automatically UIPATH RPA

I'm using UiPath for automating a process whereby I have several dynamic checkboxes. I also have a variable that hold which checkbox is to be selected. How can I make UiPath to find a particular checkbox and tick it. By dynamic checkboxes, I meant…
1
vote
1 answer

The installed versions of Studio and Robot do not match. Please restart your machine an try again

I just downloaded UiPath version 21.10.5.0, i installed and when i'm trying to launch it, it's returning an error like The installed versions of Studio and Robot do not match. Please restart your machine an try again. I'm attaching the logs below…
Mark
  • 331
  • 2
  • 10
1
vote
1 answer

How to load an xaml file/workflow in UIPath when a value is selected from a dropdown then a button is clicked

I have installed UIPath.Form.Activities and used Create Form activity. I then created a form with a dropdown and a submit button. On the dropdown, there are two values: Process 1 and Process 2 as below: Each process has a separate workflow on my…
Xev
  • 109
  • 1
  • 1
  • 12
1
vote
0 answers

How to identify item highlighted in blue on the list and check its associated checkbox in UIPath?

On the selection screen of an application there is a Search field and Search button Once the bot typed in a specific value from an excel file into the search field then click Search.. The search result/item is highlighted in blue.. I would like the…
Xev
  • 109
  • 1
  • 1
  • 12
1
vote
1 answer

UiPath Timeout reached while screen locked

I have developed one UiPath attended Bot which runs well when screen is unlocked but failed when it locked, i tried with both simulate and default input types for click and type into, but my problem is how long screen is not locked everything is…
1
vote
1 answer

Why does UiPath robot runs in Debug mode on Chrome in a Test Automation project?

I have created a new project in UiPath Studio Community Edition v.2021.10.4, and created a new 'Test Automation' project. And created the steps to open a browser, go to specified address and type in login/password and click OK button. The issue is…
Rooty
  • 43
  • 11
1
vote
1 answer

How do you pass UiPath variables between sequences and workflows?

Variables in UiPath are visible only within the activity block in which they are declared, and they are definitely not visible in other workflows or sequences. If I have a variable and I want to use that variable's value in another sequence or…
Cameron McKenzie
  • 3,684
  • 32
  • 28
1
vote
1 answer

How to switch on a String in UiPath?

The UiPath Switch Activity defaults to the int32 data type, so you can easily add case statements based on a whole number, integer value. But if you attempt do use a String as the expression, the activity fails. So how do you create a String switch…
1
vote
2 answers

How do you download an older version of UiPath Studio?

I have installed UiPath Studio but it is version 21.4 and I need 20.8 to study for the latest UiPath Assiciates Exam. How do you download an old version of UiPath Studio and stop it from updating automatically?
Callie Jones
  • 217
  • 1
  • 5
  • 15
1
vote
1 answer

Stop User From Interacting with UiPath Robots

I’ve deployed a UiPath robot with Picture in Picture but the RPA process can still be broken by the user typing into a text field or clicking a button in the PiP frame. How do you stop the user from interfering with the UiPath robot? I thought…
1
vote
1 answer

UIPath truncating strings at 10k (10,000) characters

We are running into an issue with UIPath that recently started. It's truncating strings, in our case a base 64 encoded image, at 10k characters. Does anyone know why this might be happening, and how we can address it? The truncation appears to be…