Questions tagged [workfusion]

Use this tag for technical and programming questions involving WorkFusion automation tools and products (RPA Express, SPA).

WorkFusion products include:

  • RPA Express - Robotic Process Automation tool for web, desktop and mainframe applications
  • Smart Process Automation - Process level automation platform with self-learning RPA, cognitive and workflow capabilities
33 questions
3
votes
1 answer

WorkFusion RPA Express does not Start on System Restart

I have installed Workfusion RPA Express for exploring and evaluation. The software is working perfectly fine since I installed it. Once the system restarts, the software won't start with the below welcome screen. I tried leaving the system…
Atul Kamble
  • 2,351
  • 2
  • 10
  • 13
3
votes
2 answers

How to execute Workfusion RPA business process using API call or using cmd?

I am new to Workfusion RPA. I have created one business process from IDE and when i run manually it is working perfectly fine. Now my Question is: 1. Can we export any executable file so that i can execute it from command prompt? 2. Is there any…
Rahul
  • 710
  • 1
  • 8
  • 25
3
votes
2 answers

Handle and Follow Links Using Web Element in RPA Express

I am using WorkFusion RPA Express ver. 1.1.4. While Web Web Elements can be used to get/set web elements by XPath, attributes cannot be retrieved using this method. The framework expects to see one or more Web Elements as the result, but not the…
pbahr
  • 1,300
  • 12
  • 14
3
votes
1 answer

Robotic Process Automation tags creation on stackoverflow

I am posting this question to create RPA - Robotic Process Automation tags like blueprism, automationnanywhere, roboticprocessautomation, rpa and workfusion. Once all tags are in place then this will help organizing all the questions at one place.…
SK.
  • 4,174
  • 4
  • 30
  • 48
2
votes
1 answer

Cannot get Web Element by xpath collection (Workfusion)

In Workfusion I am iterating all elements in a HTML page that are to be found by xpath: //*[starts-with(@id,"FormView1_hidRevElement")][${i}] When ${i} = 1 I get what is expected but not when ${i} > 1. In the HTML page I have elements…
Feliks
  • 33
  • 7
2
votes
1 answer

Is there any SAST tool for Workfusion code?

Currently I'm involved in a project for implementing security code reviews for Workfusion bots. Workfusion can handle a mix of Java and Groovy code embedded in XML files or standalone code. My team is trying to assess if it's possible to use any…
2
votes
1 answer

How to check xpath element exist in webpage using workfusion studio?

Check xpath element exist in opened webpage using workfusion studio conditional action. Currently i'm using webelement Actions Library to login on specific website. its working fine. But when i already logined then its give me an error on login…
Vishal Bareja
  • 128
  • 2
  • 11
2
votes
2 answers

workfusion webelement has two variable ad doesnt take anything

Workfusion I am trying to make two variables through web-element. When running individually its great but when running separately it has problems. Please see the picture for the same. This doesn't get executed.
2
votes
2 answers

WorkFusion RPAExpress Exception Handling

I'm using Error Handling in WorkFusion. Is there a way to see the error message in the catch block i.e. exception occurred block.
Kranthi Thota
  • 21
  • 1
  • 3
2
votes
1 answer

Not able to connect SQL server in Groovy

I am trying to connect to a SQL server using an automation tool (Workfusion Studio), which uses selenium and groovy.I am getting an error "No suitable driver found for jdbc:sqlserver:/XXXXXXXXXXXXXX" when I try to create a connection. The code I am…
user2335580
  • 398
  • 1
  • 4
  • 16
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
1 answer

Clicking on Image using Sikuli and Env.isLockOn(Key.NUM_LOCK) not working

I am trying to Click on image and also i need to check if NUM_LOCK is on or off if it is on i need to switch if off and for that i am using below sikuli script and running it using executescript command of seleniumDriver code is as below but its is…
Nitin Rathod
  • 159
  • 2
  • 15
1
vote
1 answer

RPA Express (Workfusion) Web Element seting a checkbox

I am new to RPA Express (Workfusion) and I can't figure out how to set a checkbox to true using Web Element - set by xpath. What needs to be pun into a variable to set a checkbox to CHECKED status? I can't use Click Mouse function as it would…
Feliks
  • 33
  • 7
1
vote
1 answer

"error executing OcrAction" while using OCR in Workfusion RPA Express.

I am getting the below error "error executing OcrAction", while reading text from a pdf using OCR in Workfusion RPA Express. Error executing OcrAction com.workfusion.studio.rpa.recorder.playback.PlaybackException: Error executing…
Mitra
  • 11
  • 1
1
vote
2 answers

WorkFusion RPA Express Keyboard - Keystrokes action

Using a Keyboard - Keystrokes action under RPA recorder, with the Key combination option, I want to capture the Enter/Return keystroke. However, as the dialogue box to capture the keystroke opens, it sets focus on Save button. Hitting the…
Manohar
  • 35
  • 8
1
2 3