I am trying to test a website that requires characters to be typed one by one into a field, just like a real person would.
Using other methods to fill in those inputs does not work because the inputs detect keyboard events.
I have tried to obtain some low-level object without success, and the AI seems to recommend old code that no longer works all the time.