I have a ,
, etc. I would l
One more thing to check: If you have the browser's console window open, make sure the console does not have focus when you load the page, or else the element on the page won't get focus as expected.
This also seems to imply that you can't run document.querySelector('#your-elem').focus()
in the console (tried with Chrome, Safari and Firefox on a Mac, Aug 2020).