Closed tom-miseur closed 2 years ago
Following as we need the ability to enter special characters. Happy to assist with any forthcoming fixes.
Is there any workaround till we find a fix?
@arundhatid Here's the workaround until we fix it:
page.focus('#username');
page.keyboard.insertText('test@k6.io');
Yes. that works. Thanks
Is this due to typ using Playwright's press instead of type or insertText?
Removing "@" from the us,go keyboardlayout
causes typ
to use insertText
and that works.
Seems @inancgumus is on it already in #134
@tom-miseur when you use insertText
, it doesn't emit any key up/down events because it fills the input box without pressing any keys from the browser side.
Looks like we omit "@" in this example: