Search results

  1. R

    Writting a backslash (\) and any other special character

    Situation solved: One of my mates solved the problem by writting the string on a Data bloc, focused the text box, placed a Navigation stage with Global send key events to the application and, for the text parameter, used the Data. With that, Blue Prism wrote the string without problems :)
  2. R

    Writting a backslash (\) and any other special character

    It makes sense to me. Thank you :) I'll try interacting with a BP rep and hope things get better XD
  3. R

    Writting a backslash (\) and any other special character

    I tried some of the methods you told me, however it did not work. Writting the frontslash changes the things that are meant to happen, so it is not useful for the process. (It's for a search, so the backslash is the correct character to use) Trying to write the same string but with...
  4. R

    Writting a backslash (\) and any other special character

    I tried the space after the \Q, and the error is still there. I tried to write it directly to SAP, and it worked, so the error comes form Blue Prism, not from SAP. However, I tried to write it into a HTML text field, and it worked; Blue Prism didn't throw an error saying that the 'Q' was an...
  5. R

    Writting a backslash (\) and any other special character

    I tryed the forward slash... it doesn't find the content 'cause the backslash is the correct one. However, the error comes from Blue Prism, not from SAP :/ I found how to avoid writting the string on SAP by searching another field that doesn't require that string, but I think someone may find...
  6. R

    Writting a backslash (\) and any other special character

    Thank you for the answer. I tried to write it as you said, however, it didn't work, now sending a differente message :/
  7. R

    Writting a backslash (\) and any other special character

    Hi, everyone. I've been now trying to write a backslash into a SAP text field, but Blue Prism throws the next message: The actual text is: @5C\Qopen@ Is there a way to write this character aswell as manyu others that mey be considered as specials? Plesase, let us know. Thanks.
  8. R

    "Unable to match any Active Accessibility elements to the supplied query terms" while working in Object Studio

    Just in Object Studio. However, someone told me to do the process differently... 'cause I was doing a bad practice :rolleyes: My issue happened after sending keystrokes to a spyed window with Accesibility mode. It worked in Object studio, but on Process studio it did not work. I do not know...
  9. R

    "Unable to match any Active Accessibility elements to the supplied query terms" while working in Object Studio

    Yes, I do. And I have ran the "Process" in the Object Studio at full speed... It works :) ... just there.
  10. R

    "Unable to match any Active Accessibility elements to the supplied query terms" while working in Object Studio

    Hi, I've been working with a robot for a while, and this is the second space where Blue Prism sends me the next error, but with different elements: This is not a problem while I run the object in Object Studio. I've tried to reidentify the elements some times, and the problem is the same...
  11. R

    Pop ups on SAP

    Hi. The video is not mine :rolleyes:... and it does not show the same popup I'm looking for, which is exactly the one you are refering to :) I don't know from where SAP takes the registers :confused: ... However, I think it takes them from a DB
  12. R

    Pop ups on SAP

    Oh, thanks. I did that before. So the pop-up is not something about the scripting. The message it tells is something about the server, not the interaction of an outern system :) Now, Cs.andras told us that the "problem" comes from the system. So... maybe there is not an orthodox way to solve...
  13. R

    Pop ups on SAP

    No, I didn't... And, actually, I don't know what are those things :|
  14. R

    Pop ups on SAP

    It is, and, actually, the warnings, erros, etc. are disabled. I don't know if there should be something different :/
  15. R

    Pop ups on SAP

    Oh... that's aproblem u.u However, it seems that it does not appear while running after some small callings. I don't know how or why :P
  16. R

    Pop ups on SAP

    Hi, everyone. Now I bring to you another problem I have. I am using Blue Prism to interact with SAP and everything is fine, until it begins to load heavy registers. In that moment, SAP launches a Pop up at the Logon window saying that the Server is bussy. It displays two buttons: "Switch to"...
  17. R

    Solved SAP Gui Component not found

    Perfect. Thanks. We used the Region mode and customized the object. :)
  18. R

    Solved SAP Gui Component not found

    Hello, everyone. I've been doing an object and a process to interact with SAP. In some steps, I need to select or give a click to some tabs inside the window. However, even when I told Blue Prism to do it identifying the tab a couple of new times, Blue Prism sends me the next error: I've...
  19. R

    Solved How to drag and drop?

    Thanks to both of you. We solved the situation by spying the Windows Explorer elements and guessing (by trial and error) the coordinates of each object to manipulate. I hope this may be useful to someone in the future :)
  20. R

    Solved How to drag and drop?

    @cs.andras, I've tried something like that... but it didn't work. @amanbareilly, We are trying to do that, but now we have an error telling that it is not an image... Any idea?
Top