Recent content by rpav

  1. R

    Select item works visually, but doesn't take selected value

    I tried to redo to simplify the process as per your suggestion. I used GSK, not GSK Events and it work only when executed manually with step by step manual iteration. However, when launched in automated way, the proper value in list is not selected. I assume the issue is that there should be a...
  2. R

    Select item works visually, but doesn't take selected value

    Thanks for suggestion, there are two issues with this approach: - if the value is not in the list, instead of process interruption, there will be something else selected - with second program it didn't work anyways, in the way when input is given manually it just enters text, not actually...
  3. R

    Select item works visually, but doesn't take selected value

    As a follow up: It was not working when Element was spied with win32 or UIA mode, however, when I selected combo box with AA mode, then it started to work with simple "Select item" method. But a new problem appeared, as it works for English OS, however, for German OS it breaks with an error...
  4. R

    Select item works visually, but doesn't take selected value

    Good day everyone, I'm trying to select particular item from the select box and the problem I face is that although item is visually selected when process runs, whenever the action OK is taken the old default value is used from select box, not the one chosen by the process. The issue is...
  5. R

    Error: Keyword "CTRL" is not valid

    Thanks everyone for your valuable feedback. It was actually the problem with focus as @VJR mentioned. I added "Window" as object in application and used "Activate application" and then it worked with Global Send Keys Events.
  6. R

    Error: Keyword "CTRL" is not valid

    Hi everyone, Trying to do simple thing in Blue Prism as send "Ctrl+O" to Acrobat Reader application. In Navigate object added Application top level object and then use "Global Send Keys", in Text parameter define "<{CTRL}O>{CTRL}". When executed I get an error "Keyword "CTRL" is not valid."...
Top