Skip to content

[馃悰 Bug]: Selenium tests are failing on FireFox 147 (released 13 Jan)#16915

Description

@remi-fusio

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-nodejsJavaScript BindingsD-firefoxI-defectSomething is not working as intendedI-regressionSomething was working but we "fixed" itOS-windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions