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 Jul 29, 2024. It is now read-only.
SometimessendKeys(string) function execute but the input text-box isn't filled up by the string!
I can say that execute since this.getRegistrationUserName().sendKeys(name).then(function() {console.log("done!");} ) actually prints done!)
The weird is that i notice this issue just for the first input text-box of the form.
After looking #562 seems that executing .clear() on the text-box make sendKeys() working well.