how to check for a string in html dom element loaded in the background code example
Example 1: on load javascript
window.addEventListener('load', (event) => {
console.log('page is fully loaded');
});
Example 2: javascript onload
<body onload="myFunction()">