Recent content by sagarj0229

  1. S

    Excel VBO create instance in debug mode Issue

    But MS Excel we are able to run manually fine... even through the scheduler, we are able to run that process fine..only in debug Mode at creating instance is failing
  2. S

    Excel VBO create instance in debug mode Issue

    "Internal : Could not execute code stage because exception thrown by code stage: The remote procedure call failed. (Exception from HRESULT: 0x800706BE)" We are getting this error while we are using Excel VBO create instance in debug mode.
  3. S

    Login Agent is not running and gives Operation has timed out Error

    Hi, When I am running the Login process from LoginAgent for scheduling a BOT machine. Exception : 0x80131505: The operation has timed out
  4. S

    Not able to identify any element through Application Modeller for Apache open office writer

    I want to perform some manipulation in document of Apache open office writer, but I am not able to identify any element through Application Modeller. Can Anyone please help.
  5. S

    write stage and Global Send keys is not working to enter an text to enable next stage

    In 1 image I am entering values manually and you can see next tab is disabling , and in 2 image I am entering values through blue prism write stage (also used Global Send keys)
  6. S

    write stage and Global Send keys is not working to enter an text to enable next stage

    I am working on a web application through Blue Prism in that I can only spy in HTML mode, while entering a text in a text box through write stage (also used Global Send keys) in a web page, it is not enabling next stage. There are multiple text field on that page and every field is showing same...
  7. S

    On entering a text in a text box through write stage in a web page, the adjacent button is not getting enabled

    Hi VJR, I tried Global send key events too but it didn't work as the cursor is not being placed inside the text box. However, I was able to get it done by going through the developer options, captured id of the text box and implemented Insert Javascript Fragment and Invoke Javascript function...
Top