Recent content by zbalint

  1. Z

    Global Send Keys and Send Key Events

    I have a string variable that contains a url. It works most of the time, except when I use global send key events to navigate an existing open Chrome window. In that case if the system keyboard layout is 'US English' then it types '/3' instead of '/#'. The robot environment by default is set to...
  2. Z

    ERROR: Internal: AMI error occured in waitstart stage: Not Connected

    Thank you, if what you need is contained in the window title, it may suit your needs. In my case it should have sufficed .. but I've been trying that for the last two days. That utility is reliant on System.Diagnostics.Process VBA library item. All the samples I could dig up use the...
  3. Z

    ERROR: Internal: AMI error occured in waitstart stage: Not Connected

    Hello, how do you attach to a window when you don't know for sure that it exists? You need to test somehow that the window exists. How do you test that? I thought you test in Blue Prism with the wait state. Then I'm astonished that the wait state requires you to be connected.
Top