You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2020. It is now read-only.
Currently, text can be entered directly to a target element. But if the target element already contains text, the sent text is only appended to the field, which leads to undesired input values. The goal of this enhancement is to be able to focus on a field so that it can be interacted with further. Additionally, entering an leaving a field may be useful for testing the target application's input validation checking.