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
We have ElementHandle.TypeAsync() method for text, which fires keydown/keypress/keyup for each character in provided text. Is there a way to do the same, but for whole text? Just as same as if we have text in clipboard and we press Ctrl+V in that input element.
We can set attribute named "value" of that element, but it doesn't fire it's keydown/keypress/keyup events.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We have ElementHandle.TypeAsync() method for text, which fires keydown/keypress/keyup for each character in provided text. Is there a way to do the same, but for whole text? Just as same as if we have text in clipboard and we press Ctrl+V in that input element.
We can set attribute named "value" of that element, but it doesn't fire it's keydown/keypress/keyup events.
Beta Was this translation helpful? Give feedback.
All reactions