zacfilan / brimstone-recorder

Brimstone is a chrome extension. It is a codeless/scriptless web application test recorder, test player and pixel-perfect test validator all in one. Automated testing with no coding required!
4 stars 0 forks source link

1.24.1 check-in - lost keyboard functions #239

Closed pputre closed 1 year ago

pputre commented 2 years ago

Hi Zac- login script for TW lost the ability to execute the 'Enter' command after typing in the password. All login scripts are failing that use this. Still works on version 1.24.0 Here is the Json description in that step: type password01Enter

Other steps that use the keyboard enter command seem to be working. I will continue to research. Let me know if you need any of the files.

patchworksapp commented 2 years ago

Ok. I'll get that fixed up ASAP.

On Mon, Jun 13, 2022, 10:58 AM pputre @.***> wrote:

Hi Zac- login script for TW lost the ability to execute the 'Enter' command after typing in the password. All login scripts are failing that use this. Still works on version 1.24.0

— Reply to this email directly, view it on GitHub https://github.com/zacfilan/brimstone-recorder/issues/239, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVIGSUG42NOG37TWQI24HGTVO5ECTANCNFSM5YUQVNUA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

patchworksapp commented 2 years ago

Could you try recording over that one step? e.g. the one where you type password01Enter

I had to generalize the way enter keys are recorded and played back. So right now you've got the old record enter action using the new playback mechanism and they don't match up.

pputre commented 1 year ago

Issue fixed.