Questions tagged [rpa]

Robotic process automation (RPA) is a technology based on the notion of software robots or artificial intelligence workers.

Robotic process automation (RPA) is a technology based on the notion of software robots or artificial intelligence workers.

RPA software vendors include:

  1. Automation Anywhere
  2. BlackLine
  3. Blue Prism
  4. Datamatics
  5. EdgeVerve
  6. HelpSystems
  7. Kofax
  8. NICE
  9. Openspan (acquired by Pegasystems)
  10. Verint
  11. UiPath
  12. WorkFusion
  13. Fusion from Exilant Technologies Pvt. Ltd.
713 questions
2
votes
4 answers

nternal : Failed to perform step 1 in Navigate Stage 'XXXX' on page 'XXXX' - Not Connected

I am getting "Not Connected" issue while executing a blue prism object. Currently, I'm working for browser application and I have given browser URL and window title in application modeler. If I launch the application by navigation stage it's…
varun.arala
  • 21
  • 1
  • 1
  • 2
2
votes
1 answer

Robotic Process Automation (RPA) Express execution error

I have installed RPA express and recorded a process, but when I tried playing the recording it was showing an execution error " Unable to connect with robot". How can I get it resolved?
T C
  • 21
  • 1
  • 3
1
vote
2 answers

New York Times news scraping using pure python and selenium(via rpaframework)

Im trying to scrap New York Times search result using pure python and selenium(via rpaframework) but I'm not getting it correct. I need to get the title, date, and description. Here is my code so far When I print the title I'm getting this…
pedros
  • 46
  • 2
  • 9
1
vote
1 answer

Getting the Timeout Error While Try to open chrome through Robotframework keyword = Open Chrome Browser

I am passing this keyword in robot file Open Chrome Browser ${URL} maximized=true Getting the below error: Chrome: Timeout value connect was , but it must be an int, float or None.
1
vote
2 answers

What are the advantages of using RE Framework in UiPath (Robotic Enterprise Framework)?

I have read many articles that suggest it's better to create an automation project based on the RE framework, rather than creating an empty project and building everything from scratch. Can anybody list the advantages of using this framework? Are…
1
vote
0 answers

Can't run Selenium RPA with Python on AWS EC2 instance

Recently I've developed a RPA using Python and Selenium. Basically my RPA fill some forms to access data from insurance companies and scrape the data filtering the best prices. Running locally everything works perfectly, but then I had to run it on…
1
vote
1 answer

Selenium Webdriver Python is not looping

I'm trying to use Selenium to click on multiple links one each a time to download multiple CSV files, the problem here is the selenium makes the donwload of about few csv files but in the middle of the loop it stops working, crashes the Browser…
1
vote
1 answer

"[\S\s]*?" What Does This Regex Mean?

As far as I know, [\S\s] == Match Any Character, * == match any character ? == optional. What does this means? System.Text.RegularExpressions.Regex.Match(getMsg,"(?<=Status :\s+)[\S\s]*?(?= ╙█)").Value The input that the regex is used on…
1
vote
1 answer

Ui path studio arguments? defined as variables or hard coded values

I was doing practice questions for the rpa asociate exam and came across a question I was unsure on how to answer. Suppose you have some arguments from an invoked workflow. Some are out arguments, some are in and some are in/out. The question asked…
Beatrix
  • 55
  • 7
1
vote
2 answers

UIPath: How to find texted hyperlink on website and click on it

I am faced with user acceptance testing a website used in a previous project. I want to find the texted hyperlink and click on it based on a value extracted from excel. The text, as well as the position of the hyperlink changes on each…
Morné
  • 11
  • 2
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
0 answers

Is there any possibility to invoke/integrate existing selenium automation scripts ( C#) in any of RPA tools?

We are doing POC in RPA tools, where we have to make use of our existing selenium automated scripts which is done using c#, is there any possibility to invoke the selenium scripts in RPA tool>
Revthy Ram
  • 11
  • 1
1
vote
1 answer

Document Understanding is extracting data from all the pages of pdf in UiPath

I am using Document Understanding in UiPath to extract data from multiple pdf's. Each pdf file contains multiple copies of the same page which I cannot remove. Trouble is: 1.) The Regex Extractor is extracting data from all the pages of the pdf…
spectre
  • 717
  • 7
  • 21
1
vote
0 answers

Running TagUI RPA as a Lambda Function

I am trying to run a simple TagUI flow as a Lambda function using container images. I have made a Dockerfile using the bootstrap and function.sh from this tutorial: FROM amazon/aws-lambda-provided:al2 RUN yum install -y wget nano php…
RikT
  • 91
  • 6
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