Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more ways to simulate text input #58

Open
danielmolnar opened this issue May 24, 2024 · 0 comments
Open

Add more ways to simulate text input #58

danielmolnar opened this issue May 24, 2024 · 0 comments

Comments

@danielmolnar
Copy link
Collaborator

danielmolnar commented May 24, 2024

Text Input Simulation Methods

Method Name Approach Description Use Case Implemented
enterText Pasting Complete Text Simulate the action of pasting a complete text string into the text field. Useful for testing how the application handles large chunks of text and ensuring no data is lost or corrupted during pasting.
tbd Pasting Text Character by Character Simulate pasting text one character at a time, similar to how a script might insert text programmatically. Useful for detecting issues that arise from intermediate states, such as validation rules applied to partially entered data.
tbd Simulating Keystrokes Simulate individual keypresses to mimic a real user typing into the text field. Useful for testing auto-complete features, character validation, and real-time feedback mechanisms (e.g., live error messages) and if key strokes are actually propagated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant