04 Dec 2023 02:26 PM - edited 04 Dec 2023 02:30 PM
I have a synthetic script, using a browser monitor. There is a step in this script, where I place a client's code and the client's registration is automatically loaded. This is occurring successfully when recording the script, however, when this script is executed in playback or by the robot, the code is inserted into the input, but is not loaded.
04 Dec 2023 03:07 PM
Can you try enabling 'simulate blur events'?
Are there any other events triggered when you manually enter the code?
04 Dec 2023 05:09 PM
I've already activated it and nothing happens. When I enter the code, an API is called that searches for this customer and returns a dropdown list. The next step is to select this option and this occurs successfully if I press enter on playback.
05 Dec 2023 08:46 AM
That's great, thanks for the info. So it's likely that either an event is being fired, like keydown etc or it is using trusted events. You can find instructions for trusted events here. Can you try that first?