Product Forum
Get personalized help and advice from other SS&C Blue Prism users here.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Dynamic Waits--wait till element is visible in the DOM

Hi guys,I need your advice. What is the best approach of having dynamic waits?In Python I could write some code like this ==>wait till myDynamicElemenst appears in the DOM/Citrix Window is available. driver = webdriver.Firefox() driver.get("http://so...

Anonymous by Not applicable
  • 313 Views
  • 0 replies
  • 1 likes

How to count number of elements in a web page

Hi,I want to count number of elements in a web page.(ex. how many <li> in a  web page?)If I do with jQuery, $(function() {     var size = $('li').length; }); or VBA, document.getElementsByTagName("li").length I want to do same as this with Blue Prism...

sumire by Level 9
  • 173 Views
  • 0 replies
  • 0 likes

RemoveDuplicates VB code stage

Hello everyone,I have found a few places in the many forums available where there is some mention of using this VB code in a code stage to remove duplicate lines within an Excel file.  This code below works perfectly fine when I only pass it one colu...

Effort Calculation Document

Does anyone know of a good effort document template? I am thinking of something where you would list out all the points of a build and based on the system, element types, and complexity of the process it would assist in calculating how long it would...

Mirroring Navision elements

Hi all,I am having problems with morroring elements in MS Navision (both desktop and web-based versions).The problem is, that when I mirror an element (regardles of mode), the Application Modeller returns the values behind the element, and not the va...

Silverlight

Hi, We are going to automate an web-application running Silverlight. Is it region i have to use or do you have any luck with other means on integrate with that?I cant't identify with other than region.------------------------------Daniel Litfeldt----...

Mandatory Fields rule

Hi Guys,I am just curious to know, if we are declaring some variables as input Parameters for one object action. Then while calling that action if I will not give these variables as input parameters then it should through me error. But for me some ti...

How to handle multiple resource machines

I have 5 resource PC machinesI am running a process which will add large volume of queue items. So, I am running this process across all the 5 resource PC machines simultaneously (By drag and drop the 5 resources in to the process)My requirement is: ...

Blue Prism with Chrome issue/compatibility

Hi,I am not able to identify any element on the chrome with any mode(Browser mode, UI automation mode, Region mode, etc..).What I've tried-1. close all instance of chrome and launch it, attach and tried to spy.-> No result2. performing attach on alre...