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

Resolved! Wait for Page Load - Microsoft Edge

Hi There,I want to check whether my webpage is loaded or not in Microsoft Edge.In IE we were having functionality to check Page loaded in the wait stage.So, looking for any approaches to check if the page is loaded and then search for the element in ...

No one have experienced this

Hey. We have been using Chrome for a few weeks now and have had no issues, only a few times where we could spy any elements, but that solved itself. But today whenever I run a process through the Control Panel that uses Chrome and it opens a web p...

Restart fails on *some* runtime resources

In order to restart my runtime resources every day, I have created a process that simply calls Utility - Environment Plus::Restart Machine to run during my daily maintenance. We recently upgraded to 6.10.3 and created an new environment as part of th...

Bp Travel process solution on Chrome browser

Has anyone successfully completed BP travel automation using Browser mode(chrome)? To automate BP travel (BP Travel - Log In (blueprism.com))I created an object --> Application type -  Browser mode( chrome), followed by spying the elements  like text...

23079.png 23080.png 23081.png 23082.png
manasab by Level 2
  • 1398 Views
  • 2 replies
  • 0 likes

Blue Prism Excel VBO Get Worksheet Only Visible?

​How can I change this codestage for GetWorksheet to only get visibly values? To read only visible data how would this codestage look like? Dim ws as Object = _ GetWorksheet(handle, workbookname, worksheetname, False) ' Do we have a sheet? she...

Extract Digits from the text line

Hello, I've a use case where in i wanted to extract digits from the below sample text. Can someone help me to resolve this?   "CDH Investments Join $14.5M Round In Chinese Online Education Firm Longzhimen"   Thanks,

Running Python scripts via Code block

Hello,I have a use case where I need to excecute a python script. My question is if you need to have python onboarded or IronPython as this example uses:Code Stages (higherlogicdownload.s3-external-1.amazonaws.com) var py = Python.CreateEngine(); str...

22808.png

Spying Radio Button

Hi ,I spied the radio button in UI mode both Checked as well Unchecked, but while reading the Radio button with unchecked  element i got true value. Please Suggest is their any other method to spy and i already tried with surface Automation, but i di...

31851.png

Logout process often terminates

For the past few weeks, sometimes the logout process terminates on our schedules. This happens in different machines and is not continuous. I already increased the logs and check the event viewer and found nothing unusual. Does anyone had something s...

Resolved! Blue Prism Excel VBO Get Worksheet Only Visible?

Hi, Can the template Get Worksheet As Collection be altered so it only gets visible data? Dim ws as Object = _ GetWorksheet(handle, workbookname, worksheetname, False) ' Do we have a sheet? sheetexists = ws IsNot Nothing ' No sheet? No entry....

Get header & footer from each page in a word document.

Hi All,I have a requirement to extract header & footer from each page in a word document. The output can be in excel or collection -> Column A (page number), Column B (header), Column C (footer).These words are converted from PDF. So we want to get t...