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
constplaywright=require("playwright");(async()=>{constbrowser=awaitplaywright.chromium.launch({headless: false});constpage=awaitbrowser.newPage();awaitpage.goto("https://m4tkx.csb.app");awaitpage.focus("#date-input");// does not workawaitpage.keyboard.sendCharacters("01012020");// works// await page.keyboard.type("01012020");})();
Describe the bug
sendCharacters does not populate a date input whereas type does.
The text was updated successfully, but these errors were encountered:
jperl
changed the title
[BUG]
[BUG] sendCharacters does not populate date input
Feb 18, 2020
Context:
Code Snippet
Describe the bug
sendCharacters does not populate a date input whereas type does.
The text was updated successfully, but these errors were encountered: