Can’t find a working syntax for jsdom.getElementById in typescript
Using the following code snippet I’ve tried a variety of search strings like the following list but so far getElementById() always returns undefined. What am I doing wrong?
‘//h1’
‘h1’
‘title’
‘//title’
‘body’
‘Hello’
etc