Recent content by dbzdbgt

  1. D

    Issue while running macro

    Thank you very much. That was helpful
  2. D

    Issue while running macro

    How would you check if the macro ended if it's on a new thread ? suppose right after the macro, blueprism has to save the file, an exception saying the application is busy (if the macro takes time) will be shown ?!
  3. 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...
  4. 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...
  5. D

    disable mouse

    ah i see, i can't build the path for 2 main reasons : * i have 3 select item that are linked with each other, if i select an option from the first select menu the second select menu will change the options, same goes for the 3rd menu when selection from the second. * second reason, is that i...
  6. D

    disable mouse

    i'm sorry i didn't understand your idea, could you please give more details
  7. D

    Solved wait until button in enabled

    thank you for your response, i was able to do it not using html ( i didn't work since disable attribute in html tag doesn't show up unless the element it's disabled, i mean it's not disabled = "true" or disabled="false" but just disabled). The solution that i came up with, and works perfectly ...
  8. D

    disable mouse

    thank you for your response, yes it is a web application, but some elements cannot be spyed using html mode, or don't work properly (since i am using internte explorer), so i need the mouse to move freely using the robot, but disabled outside.
  9. 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...
  10. 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...
  11. D

    Solved regular expression in weblink application modeler

    it did work thank you very much :D
  12. D

    Solved regular expression in weblink application modeler

    thank you very much, i appreciate your help. i'll try it and give you my feedback
  13. 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