The most efficient way is to call the very same function that has been registered with addEventListener
directly.
You can also trigger a fake event with CustomEvent
and co.
Finally some elements such as <input type="file">
support a .click()
method.