
“SS&C Blue Prism’s comprehensive suite of products and second-to-none support options are a critical part of our business processes,” said Gentile.

“By utilizing its intelligent automation platform and extensive industry expertise, we’re able to deliver high quality and innovative services,” said Giovanni Gentile, Managing Director, Bionics, at State Street Bank. More than 2,800 customers worldwide run their operations on SS&C Blue Prism, digitizing operations across financial services, insurance, health and pharma, banking, and more. The guides are listed in alphabetical order but will also appear in results when searching the. The table provides links to the current versions, all previous versions, and to the equivalent online guidance where appropriate.
#BLUE PRISM HOW TO#
In addition, SS&C Blue Prism will release several key product enhancements and delivery options in the coming months, including: SS&C Blue Prism Capture that includes process definition, optimization, and solution design, helping organizations unify their workforces and transform their journeys SS&C Blue Prism Director, a new workforce coordination capability that organizes work items by business priority and SLA, scaling IA by ensuring the most important items are completed first SS&C Blue Prism Email AI that provides significant time savings through extracting and classifying information from emails and SS&C Blue Prism Cloud that enables organizations to adopt and scale IA in the cloud with a fully managed and hosted solution. The following guides contain conceptual information and instructions about how to install, configure, and use Blue Prism. The responses are erratic.SS&C Blue Prism’s recent development also include UX Builder, an intuitive no-code development capability that enables business users to rapidly build enterprise applications and automate processes without relying on developers. I am struggling to select an element from the list or type into the text box. However it seems that website itself is bit tricky. From there you can figure out, what is the exact element you need and paste the copied Xpath to the Web Element Path attribute in the App Modeler.Īdding an window element by spying with Win32 definitely helped!! It gave some control over the elements. This will give you the same path like BP does when you spy an HTML element. In the Inspect window, right-click on the element - copy as Xpath. You can inspect the element you need, say a button. Don't forget a short pause between steps.Īnother way I found recently is to make use of Inspect function in Chrome. You have to spy the whole window in regular Win32 mode, and then Activate it in your Navigate stage and then - click or interact in any other desired way. Yes, I confirmt, that this approach works. The further steps including other elements work as desired. but nothing actually works and it does not give any error too! It just moves ahead to the next step. In Navigate step I am giving Click/Select/Select List Item etc. I spied few elements on a website without any issues and they get Highlighted quickly too.įor a couple of elements I have an issue. I am using BP v6.7.2, Chrome 84, BP Chrome extension 2.1.0. You may try spy the element using UIA mode and then use "Global Mouse Click Centre" action. Subject: Click does not work on web element in Chrome
#BLUE PRISM PROFESSIONAL#
Senior Product Consultant, Professional Services Add some interval between each Navigate stage step, e.g. If necessary, add another step between step 3 and step 4 so it performs "Select" on the dropdown elementĦ. Add another step to the same Navigate stage so it sends an ENTER key using "Global Send Keys" to the dropdown elementĥ. Add a step in a Navigate stage so it activates the browser Window spied in 1Ĥ. Spy the dropdown "" element using Chrome modeģ. Using Chrome browser mode, you may follow the steps below to achieve the effect of click:Ģ. This is the reason why this control can be difficult to interact with and BP may not work in the expected manner.

It actually consists of two parts, the standard dropdown control and a DIV which displays the selected value.

#BLUE PRISM CODE#
If you explore the HTML code behind, you can tell that the dropdown is not a standard HTML control.
