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
fix: use Input.insertText for contenteditable elements
dispatchKeyEvent drops special characters (., (), %, etc.) in
contenteditable editors (X/Twitter, Medium, Reddit New UI).
Detect contenteditable/role=textbox and use CDP Input.insertText
which handles all characters reliably.
0 commit comments