while(!document.querySelector(".my-selector")) { await new Promise(r => setTimeout(r, 500)); } // now the element is loaded