Description
Selenium is trying to insert text into a input field
I'm getting the error "initKeyEvent is not a function".
The "type" command, I believe, is reproducing a keyboard entry, which I presume calls initKeyEvent(). This function might be blocked or deprecated in FF 147
Reproducible Code
{
"id": "22a8658b-5103-42ce-b00c-a5437ec0484d",
"comment": "",
"command": "type",
"target": "id=lastname",
"targets": [],
"value": "Lorem ipsum testing issue"
}
Debugging Logs
type on id=complainant1-lastname with value Lorem ipsum testing issue Failed:
n.createEvent(...).initKeyEvent is not a function
鈩癸笍 Last known working version: Previous version of Firefox before 13 January 2026
Description
Selenium is trying to insert text into a input field
I'm getting the error "initKeyEvent is not a function".
The "type" command, I believe, is reproducing a keyboard entry, which I presume calls initKeyEvent(). This function might be blocked or deprecated in FF 147
Reproducible Code
{ "id": "22a8658b-5103-42ce-b00c-a5437ec0484d", "comment": "", "command": "type", "target": "id=lastname", "targets": [], "value": "Lorem ipsum testing issue" }Debugging Logs
鈩癸笍 Last known working version:
Previous version of Firefox before 13 January 2026