Hi
Although the Blue Prism 'Write' stage has been entered into the fields correctly, the application hasn't registered an 'event' to enable the sign in button. This isn't uncommon, particularly in web applications.
In such instances you will need to trigger an 'event'.
In your example, I would recommend the following:
- Spy the Main Window in Win32 mode (use this to ensure it is in focus via Activate Application)
- Ensure the cursor is in the e-mail field (my basic test suggests it is there on launch)
- Use Global Send Keys to enter the username
- Use Global Send Keys to Tab on to the password field
- Use Global Send Keys to enter the Password
The above should enable the sign in button.
Here is a very basic example to get you started:
------------------------------
Tim Grassam
Consulatant
Blue Prism
Europe/London
------------------------------