Search results

  1. D

    How to save .msg (Outlook mail) as an PDF

    You need to download the Nugget Package, extract its content, then drop the .dll in Blue Prism Folder. You can then the import in it in the Code Options of the Business Object Properties Page.
  2. D

    How to save .msg (Outlook mail) as an PDF

    Hi, If you have your .msg in outlook you could print them as PDF, sending Ctrl+p. This solution is decent if your .msg file are in outlook already. If you have multiple mail in a folder, you might want to use some dotnet code, here is some info on how to do it...
  3. D

    Queue Management, Schedule and Environement variable: how to keep clean when going big.

    Hi, We have been using RPA for about 6 month now. I think we are doing great and are getting good value out of it. Right now we have about 25 process in production. Every process use its own work queue.As time goes by, our RPA dev team is getting bigger and we are making more process into...
  4. D

    Locate element by css attribute (RPA Web)

    If someone else need, here is a a few step to make selenium work under BP. This procedure would allow you to locate element by xpath or other method that BP does not allow. https://www.rpaforum.net/threads/how-to-use-nuget-packages-in-c-code-stage.948/#post-28303
  5. D

    How to use nuget packages in c# code stage

    Hi, This is a late reply, if someone need in the futur. I managed to make selenium work under blue prism. it does take some work... First you need to be able to lunch dll from BP. For this there is no (good) work around, you need to drop the dll within BP folder. I think you should be able to...
  6. D

    Locate element by css attribute (RPA Web)

    I managed to make selenium driver work inside BP, one had to add the dll to the GAC. Having the dll inside bp folder was not enough.
  7. D

    Xpath expression in path attribute in Appliaction modeller

    Hi, I rememer trying to locate element using Xpath a while back and not being able to. I am pretty sure there is no solution for such problem. Maybe (hopefuly) someone can prove me wrong! Good luck
  8. D

    Selenium in BP

    This is a repost, did not notice I had to wait for the approval of a mod, I tough I did not post. please delete this thread.
  9. D

    Call Process

    Hi, You can use a process stage to call a process. You can't call only a page of a perticular process tough. Hope this help
  10. D

    Locate element by css attribute (RPA Web)

    Hi, I have been tasked to automated a webpage testing procedure. (Feels more like QA than RPA if you ask me). I managed to spy the website and get it to work, but I feel my solution is very unstable and I hate having unstable solution... I noticed in the html of the website the following tag...
  11. D

    Selenium in BP

    Hi, I'm tasked to automated a website automation testing (More QA than RPA if you ask me). I can navigate the website with blue prism, but the solution does not feel robust at all. I noticed the website HTML contain css tag for automation (i.e. automation-id="searchBarID"), unfortunaly blue...
Top