Hi all, I had problem to write in/ use global send keys to input information in a website.
This is a website to search for doctor's information:
https://zoeken.bigregister.nl/zoeken/kenmerken. I used Accessibility mode to identify the input box of Voorletter(s) (which means Initial(s) in Dutch) and Achternaam (which means family name) in the website. It works. Then I tried to Write in the input box and click on Zoeken (which means search in Dutch). However, although it looks like I write in successfully (I can see that Achternaam and Voorletter(s) are added in the input box), the website shows error message saying "the Achternaam filed is empty" after I click on Search button.
Then I tried to use Global Send Keys to input the information. This time, I find that Global Send Keys only work with either Voorletter(s) or Achternaam input box but it never works with both of them (more specifically, the one goes first in my flow will be performed successfully and the one goes last will show an error). The error message is "Internal : Failed to perform step 1 in Navigate Stage 'Voorletter(s)' on page 'Information Input' - Exception during remote setforegroundwindow - System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at BluePrism.ApplicationManager.clsLocalTargetApp.ForceForeground(IntPtr hwnd)"
Does anyone know why it happens and how to solve it?
Thanks a lot!
Ge