Search results

  1. D

    Solved Run Time Error Macro freezes BluePrism

    Hello, i'm currently encountering an issue with my project. I have to download multiple excel files from an Intranet. Then, open them one by one and call a specific macro (The same macro exists in all the files). While running the macro, i noticed that there's a runtime error with the macro...
  2. D

    Drop down select on change

    Hello, i'm currently working on a project and i came across this issue : in a webpage i have a dropdown select menu from which i need to select an item. i spied the element using html mode and successfully selected the desired value. The issue is that there's a span element that changes...
  3. D

    disable mouse

    Hello, i'm currently working on a project where i use the mouse cursor position a lot to click on items menu ...etc. the issue is that, if by mistake, i move the cursor a little bit, the process will not click on the right item and thus, the process will fail. i found a c# methode that...
  4. D

    Solved wait until button in enabled

    Hello, i'm currently having in issue with blueprism. here's the thing : i want to add a wait stage for an html button that is disabled until a calculation is done and then it becomes enabled and clickable, yet u can't seem to find how to do it. i have tried to check HTML attribute in wait stage...
  5. D

    Solved regular expression in weblink application modeler

    Hello, I have a question about blueprism : can i have two webpages links in application modeler, or can i use a regular expression in webpage link in application modeler. here's the thing, i am designing a robot that uses a webpage, let's say www.webpage1.company.com but the same robot can...
Top